Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 71) sorted by relevance

123

/device/generic/opengl-transport/host/commands/emugen/
Dgetopt.c15 static const char* place = kEmpty; in getopt() local
16 if (!*place) { in getopt()
36 place = arg + 1; in getopt()
39 place = arg + 2; in getopt()
52 if (!*place) in getopt()
59 if (*place) { in getopt()
60 optarg = (char *)place; in getopt()
65 place = kEmpty; in getopt()
70 place = kEmpty; in getopt()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c592 int signvalue = 0, place = 0, caps = 0; in fmtint() local
616 convert[place++] = in fmtint()
620 } while (uvalue && (place < 20)); in fmtint()
621 if (place == 20) in fmtint()
622 place--; in fmtint()
623 convert[place] = 0; in fmtint()
625 zpadlen = max - place; in fmtint()
626 spadlen = min - PADMAX(max, place) - (signvalue ? 1 : 0); in fmtint()
657 while (place > 0) in fmtint()
658 dopr_outch(buffer, currlen, maxlen, convert[--place]); in fmtint()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dqueens.py31 self.place(x, y)
41 def place(self, x, y): member in Queens
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/
DArmRelocateExceptionLib.inf6 # Since the alignment requirement for in-place exception handlers causes
9 # for the in-place exception handler alternative.
DArmExceptionLib.inf5 # handlers in-place (by programming VBAR). The exception handlers will be
/device/sample/apps/tv/SetupCustomizationSample/
Dbuild.gradle13 // NOTE: Do not place your application dependencies here; they belong
/device/sample/apps/tv/SetupValidation/
Dbuild.gradle13 // NOTE: Do not place your application dependencies here; they belong
/device/generic/goldfish/tools/
DREADME.md11 If you have built android these variables should exist and in place.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl155 Method(_PS3,0,Serialized) // place device into D3H state
182 Method(_PS3,0,Serialized) // place device into D3H state
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DREADME14 A central place for information about PCCTS 1.33 is:
82 For C++ users place the following elements in the library:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DREADME17 A central place for information about PCCTS 1.33 is:
94 For C++ users place the following elements in the library:
DKNOWN_PROBLEMS.txt153 place where the following directives may appear:
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
DREADME12 …type f -name '*.h' -exec sed --regexp-extended --file=fix_type_in_xen_includes.sed --in-place {} \;
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec51 # be modified in place (default: 256 bytes)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME47 Select a place where the Python modules that constitute the FAQ wizard
108 you for each FAQ, where you place the copy of faqcust.py for that FAQ,
/device/sample/frameworks/PlatformLibrary/
DREADME.txt15 To declare your library to the framework, you must place a file with a .xml
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt68 - Used in place of file names to get input from standard
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
DREADME99 to place the Tcl and Tk library files in the distributed setup, and
104 <root>/bin/windows-x86 and will place your Tcl library files
179 section to declare a library path using sys.path, and place the modules
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME103 MyClassClient, it would actually be better to place it in a separate
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiConfigStrings.uni83 …AVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place."
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.c647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
717 Void croak ARGS((int place));
934 croak(int place)
936 printf("*** Unexpected signal at point %d\n", place);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt314 data in such order, where code is grouped in one place and data is
315 grouped in other place (it's better than such mixing: code, data, code,
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-sdk.txt314 data in such order, where code is grouped in one place and data is
315 grouped in other place (it's better than such mixing: code, data, code,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt314 data in such order, where code is grouped in one place and data is
315 grouped in other place (it's better than such mixing: code, data, code,

123