/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threaded_import.py | 24 finished = N == 0 26 if finished:
|
D | lock_tests.py | 31 self.finished = [] 39 self.finished.append(tid) 50 while len(self.finished) < self.n: 112 self.assertEqual(len(b.finished), 0) 115 self.assertEqual(len(b.finished), N) 500 self.assertFalse(b.finished)
|
D | test_threading.py | 210 self.finished = False 217 self.finished = True 239 self.assertTrue(not t.finished) 247 self.assertTrue(t.finished) 250 if t.finished:
|
D | test_thread.py | 191 finished = self.running == 0 192 if finished:
|
D | regrtest.py | 532 finished = 0 534 while finished < use_mp: 537 finished += 1
|
D | test_logging.py | 868 self.finished = threading.Event() 877 self.finished.set() 919 self.tcpserver.finished.wait(2.0)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | Build_IFWI.sh | 102 echo Build_IFWI is finished.
|
D | Build_IFWI.bat | 161 echo Build_IFWI is finished.
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/ |
D | Sec.inf | 4 # Main executable file of Unix Emulator that loads PEI core after initialization finished.
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtodg.c | 313 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; in strtodg() local 736 delta->sign = finished = 0; in strtodg() 741 if ( (finished = dsign ^ (rd&1)) !=0) { in strtodg() 924 L = finished = 0; in strtodg() 949 if (finished) in strtodg()
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 7 # Set indication (checked by vold) that we have finished this action
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 7 # Set indication (checked by vold) that we have finished this action
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | floatobject.c | 1522 goto finished; in float_fromhex() 1529 goto finished; in float_fromhex() 1595 goto finished; in float_fromhex() 1611 goto finished; in float_fromhex() 1626 goto finished; in float_fromhex() 1661 finished: in float_fromhex()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | floatobject.c | 1507 goto finished; in float_fromhex() 1514 goto finished; in float_fromhex() 1580 goto finished; in float_fromhex() 1596 goto finished; in float_fromhex() 1611 goto finished; in float_fromhex() 1646 finished: in float_fromhex()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | Host.inf | 4 # Main executable file of Unix Emulator that loads PEI core after initialization finished.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 324 Bool finished; member 1684 p->finished = True; in CheckErrors() 1691 p->finished = True; in Flush() 1808 if (p->finished) in LzmaEnc_CodeOneBlock() 2095 p->finished = False; in LzmaEnc_AllocAndInit() 2204 p->finished = False; in LzmaEnc_CodeOneMemBlock() 2238 if (res != SZ_OK || p->finished) in LzmaEnc_Encode2()
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
D | SecMain.inf | 4 # Main executable file of NT32 Emulator that loads PEI core after initialization finished.
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 540 bool finished = false; in firmwareWrite() local 567 finished = true; in firmwareWrite() 574 finished = true; in firmwareWrite() 575 if (finished) { in firmwareWrite()
|
/device/google/wahoo/ |
D | init.hardware.rc | 262 # Set indication (checked by vold) that we have finished this action
|
/device/google/bonito/ |
D | init.hardware.rc | 237 # Set indication (checked by vold) that we have finished this action
|
/device/google/crosshatch/ |
D | init.hardware.rc | 321 # Set indication (checked by vold) that we have finished this action
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | interrupt-framework-design.rst | 736 When the Secure Payload has finished handling a Secure-EL1 interrupt, it could
|
D | change-log.rst | 82 of an image failed or when the execution of the image finished.
|
D | porting-guide.rst | 2512 finished. The id should be the same as the id returned by the
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 8691 EFI_SUCCESS The function finished sucessfully
|