Searched refs:DELAY (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_dummy_thread.py | 15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as variable 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY)) 78 "(approx. %s sec.) ***" % DELAY 83 self.assertTrue((end_time - start_time) >= DELAY, 156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count) 158 if DELAY: 164 time.sleep(DELAY) 169 (thread_count, DELAY)) 172 global _thread, DELAY 175 DELAY = 2
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | cvslock.py | 81 DELAY = 10 variable 112 def __init__(self, repository = ".", delay = DELAY): 189 def __init__(self, repository, delay = DELAY): 206 def __init__(self, repository, delay = DELAY): 231 def MultipleWriteLock(repositories, delay = DELAY):
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 248 DELAY = 'd', enumerator
|
D | qcamera_test.cpp | 3149 case DELAY: 3549 case Interpreter::DELAY:
|