| /CafeSDK-2.12.13/system/bin/tool/ |
| D | setbootmode | 55 target=$1 75 cafex.exe setbootmode -quick $target 78 if [ "$target" != "PCFS" -a "$target" != "NAND" ]; then 79 echo "Error: $target is not a valid boot mode! Please use NAND or PCFS." 120 if [ "$target" = "NAND" ]; then 131 export CAFE_BOOT_MODE=$target 135 case "$target" in
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 20 {pos = *target;} in MenuItem() 37 int* target; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 20 {pos = *target;} in MenuItem() 37 float* target; member
|
| D | demowin_combo_box.h | 25 …: MenuItem(window, position, size), data(_data), count(_count), over(-1), pos(0), target(_target),… in MenuItem() 40 int* target; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 20 {pos = *target;} in MenuItem() 37 int* target; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 20 {pos = *target;} in MenuItem() 37 float* target; member
|
| D | demowin_combo_box.h | 25 …: MenuItem(window, position, size), data(_data), count(_count), over(-1), pos(0), target(_target),… in MenuItem() 40 int* target; member
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | inddef.h | 176 #error Too many Unix target environments defined 180 #error Too many non-Unix target environments defined 182 #error Both Unix and non-Unix target environments defined 186 #error No target environment defined
|
| D | _readme.txt | 5 modified and/or customized for the user's target environment.
|
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_slider_bar.cpp | 40 (*bar->target) = (int)(bar->pos + 10000000 + 0.5) - 10000000; in Increment() 55 (*bar->target) = (int)(bar->pos + 10000000 + 0.5) - 10000000; in Decrement() 64 float diff = this->pos - *this->target; in Update() 66 this->pos = *this->target; in Update() 87 (*this->target) = (this->pos + 0.5); in Update() 179 float diff = this->pos - *this->target; in Reset() 181 this->pos = *this->target; in Reset()
|
| D | demowin_slider_bar_float.cpp | 39 (*bar->target) = bar->pos; in Increment() 53 (*bar->target) = bar->pos; in Decrement() 64 float diff = this->pos - *this->target; in Update() 66 this->pos = *this->target; in Update() 87 (*this->target) = this->pos; in Update() 219 float diff = this->pos - *this->target; in Reset() 221 this->pos = *this->target; in Reset()
|
| D | demowin_combo_box.cpp | 191 int old = *target; in Update() 192 *target = this->pos; in Update() 196 if (old != *target) in Update() 217 this->pos = *target; in Update() 256 …DrawText(this->data[*this->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + … in Draw()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Display.h | 506 GX2ScanTarget target); 646 GX2Boolean GX2API GX2GetLastFrame(GX2ScanTarget target, GX2Texture * texture); 663 GX2Boolean GX2API GX2GetLastFrameGamma(GX2ScanTarget target, f32* gamma);
|
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | axart.h | 188 s32 target; member 251 s32 target; member 263 s32 target; member 275 s32 target; member 287 s32 target; member
|
| D | zipfile.h | 56 #error !!! Unknown compilation target
|
| D | szfile.h | 62 #error !!! Unknown compilation target
|
| /CafeSDK-2.12.13/system/include/cafe/mem/ |
| D | list.h | 108 void* target,
|
| /CafeSDK-2.12.13/system/src/build/make/ |
| D | eppcadddepend_cygwin.sed | 1 # Take each dependency and add it as a target; see http://mad-scientist.net/make/autodep.html
|
| D | eppccleandepend_cygwin.sed | 24 # We supplement this below to remove the actual target source file itself, since sometimes
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln.bat | 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln.bat | 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13/system/src/lib/zipfile/headers/cafe/ |
| D | zipfile.h | 56 #error !!! Unknown compilation target
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln.bat | 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13/system/src/lib/szfile/headers/cafe/ |
| D | szfile.h | 62 #error !!! Unknown compilation target
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Program.cs | 294 static private bool SetEncoding(TargetEncoding target, string encoderValue) in SetEncoding() argument 320 switch (target) in SetEncoding() 352 switch (target) in SetEncoding() 381 …("cafex : unable to set {0} encoding to {1}. Reverting to default {2}.", target.ToString(), encode… in SetEncoding() 382 return SetEncoding(target, defaultEncodingCodePage); in SetEncoding()
|