Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/
DPeiReportStatusCodeLib.uni4 // 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…
DPeiReportStatusCodeLib.inf4 # 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/
Dqemu-props.c52 int tries = MAX_TRIES; in main() local
59 if (--tries <= 0) { in main()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DREADME.txt29 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/
Dplot_fftl.m12 % This tries to match the labels in the audio tuning UI.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py1130 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(
Durllib.py613 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/
Dwsgui.py177 tries = ['PRIMARY', 'CLIPBOARD']
179 for t in tries:
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DUsbKbDxe.inf87 # Otherwise, USB keyboard module tries to use its carried default layout.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zipimport_support.py52 f, t = runner.failures, runner.tries
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.uni62 "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/
Dobject.c667 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()
Dlistsort.txt264 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/
Dobject.c672 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()
Dlistsort.txt267 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/
Dalgorithm.txt72 grabs more bits and tries to decode a longer code.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt72 grabs more bits and tries to decode a longer code.
/device/google/marlin/
DWCNSS_qcom_cfg.ini502 #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will s…
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini322 #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/
Drescale.decTest193 -- next one tries to add 9 zeros
DddQuantize.decTest227 -- next one tries to add 9 zeros
DdqQuantize.decTest229 -- next one tries to add 9 zeros
Dquantize.decTest220 -- next one tries to add 9 zeros
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt997 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/
DMdeModulePkg.uni135 …"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…

12