/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
D | PeiReportStatusCodeLib.uni | 4 // Instance of Report Status Code Library for PEI Phase. It first tries to report status 5 // code via PEI Status Code Service. If the service is not available, it then tries calling 22 … the PEI Phase. It first tries to report status code via PEI Status Code Service. If the service i…
|
D | PeiReportStatusCodeLib.inf | 4 # Instance of Report Status Code Library for PEI Phase. It first tries to report status 5 # code via PEI Status Code Service. If the service is not available, it then tries calling
|
/device/generic/goldfish/qemu-props/ |
D | qemu-props.c | 52 int tries = MAX_TRIES; in main() local 59 if (--tries <= 0) { in main()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | README.txt | 29 The present driver tries to retrieve the FDT from the device paths defined in the 32 separated by semi-colons. The present driver tries the device paths in the order 47 driver tries to install it using the device path defined by the UEFI variable
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | plot_fftl.m | 12 % This tries to match the labels in the audio tuning UI.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | doctest.py | 1130 self.tries = 0 1207 failures = tries = 0 1239 tries += 1 1317 self.__record_outcome(test, failures, tries) 1318 return TestResults(failures, tries) 1328 self.tries += t 1861 return TestResults(runner.failures, runner.tries) 1986 return TestResults(runner.failures, runner.tries) 2160 failures, tries = runner.run(
|
D | urllib.py | 613 self.tries = 0 622 self.tries += 1 623 if self.maxtries and self.tries >= self.maxtries: 628 self.tries = 0 633 self.tries = 0
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | wsgui.py | 177 tries = ['PRIMARY', 'CLIPBOARD'] 179 for t in tries:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
D | UsbKbDxe.inf | 87 # Otherwise, USB keyboard module tries to use its carried default layout.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_zipimport_support.py | 52 f, t = runner.failures, runner.tries
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
D | LinuxLoader.uni | 62 "first tries to interpret the path as an EFI Shell file path. If the\r\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | object.c | 667 static struct { int op; int outcome; } tries[3] = { in try_rich_to_3way_compare() local 679 switch (try_rich_compare_bool(v, w, tries[i].op)) { in try_rich_to_3way_compare() 683 return tries[i].outcome; in try_rich_to_3way_compare()
|
D | listsort.txt | 264 Because sortperf.py only tries powers of 2, it took a long time to notice
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | object.c | 672 static struct { int op; int outcome; } tries[3] = { in try_rich_to_3way_compare() local 684 switch (try_rich_compare_bool(v, w, tries[i].op)) { in try_rich_to_3way_compare() 688 return tries[i].outcome; in try_rich_to_3way_compare()
|
D | listsort.txt | 267 Because sortperf.py only tries powers of 2, it took a long time to notice 728 then a binary search requires exactly k-1 tries to find A[0]'s proper
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | algorithm.txt | 72 grabs more bits and tries to decode a longer code.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | algorithm.txt | 72 grabs more bits and tries to decode a longer code.
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 502 #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will s…
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 322 #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will s…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | rescale.decTest | 193 -- next one tries to add 9 zeros
|
D | ddQuantize.decTest | 227 -- next one tries to add 9 zeros
|
D | dqQuantize.decTest | 229 -- next one tries to add 9 zeros
|
D | quantize.decTest | 220 -- next one tries to add 9 zeros
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133.txt | 997 Because the grammar has a lookahead of 2 it tries to compute 1000 tries to compute the follow set of alt 2, which means finding
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 135 …"The value is FALSE as default for compatibility that variable driver tries to reclaim variable sp… 136 …"If the value is set to TRUE, variable driver tries to reclaim variable space at EndOfDxe event.<B…
|