Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py22 SLEEP_TIME = 600 # 10 minutes; time between polling of buildbot. variable
256 time.sleep(SLEEP_TIME)
264 pending_time = SLEEP_TIME
318 pending_time += SLEEP_TIME
322 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
323 running_time += SLEEP_TIME
325 time.sleep(SLEEP_TIME)
380 time.sleep(SLEEP_TIME)
381 elapsed_time += SLEEP_TIME
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py74 SLEEP_TIME = 1.5 variable
291 time.sleep(SLEEP_TIME)
295 time.sleep(SLEEP_TIME)
308 time.sleep(SLEEP_TIME)
328 time.sleep(SLEEP_TIME)
/external/toolchain-utils/
Dremote_gcc_build.py27 SLEEP_TIME = 600 variable
74 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
75 time.sleep(SLEEP_TIME)
76 running_time += SLEEP_TIME
/external/ltp/testcases/kernel/syscalls/kill/
Dkill02.c149 #define SLEEP_TIME 10 /*Amount of time the children get to catch the signal */ macro
361 (void)sleep(SLEEP_TIME); in parent_rout()