Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc32 SLEEP_TIME=".1"
67 sleep $SLEEP_TIME
85 sleep $SLEEP_TIME
91 sleep $SLEEP_TIME
100 sleep $SLEEP_TIME
105 sleep $SLEEP_TIME
112 sleep $SLEEP_TIME
Dfunc_traceonoff_triggers.tc24 SLEEP_TIME=".1"
84 sleep $SLEEP_TIME
97 sleep $SLEEP_TIME
150 sleep $SLEEP_TIME
/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py18 SLEEP_TIME = 600 # 10 minutes; time between polling of buildbot. variable
175 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
176 time.sleep(SLEEP_TIME)
177 elapsed += SLEEP_TIME
225 time.sleep(SLEEP_TIME)
226 elapsed_time += SLEEP_TIME
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py78 SLEEP_TIME = 1.5 variable
313 time.sleep(SLEEP_TIME)
317 time.sleep(SLEEP_TIME)
330 time.sleep(SLEEP_TIME)
350 time.sleep(SLEEP_TIME)
/external/python/google-api-python-client/samples/prediction/
Dprediction.py51 SLEEP_TIME = 10 variable
110 time.sleep(SLEEP_TIME)
/external/autotest/server/site_tests/firmware_Cr50DeviceState/
Dfirmware_Cr50DeviceState.py61 SLEEP_TIME = 30 variable in firmware_Cr50DeviceState
63 CONSERVATIVE_WAIT_TIME = SLEEP_TIME + SHORT_WAIT + 10
336 logging.info('waiting %d seconds', self.SLEEP_TIME)
337 time.sleep(self.SLEEP_TIME)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VMDebug/
DVMDebugDebuggee.java31 public static final long SLEEP_TIME = 20; field in VMDebugDebuggee
88 Thread.sleep(SLEEP_TIME); in run()
/external/toolchain-utils/
Dremote_gcc_build.py27 SLEEP_TIME = 600 variable
75 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
76 time.sleep(SLEEP_TIME)
77 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()
/external/u-boot/tools/
Dgenboardscfg.py33 SLEEP_TIME = 0.03 variable
262 time.sleep(SLEEP_TIME)
Dmoveconfig.py323 SLEEP_TIME=0.03 variable
1450 time.sleep(SLEEP_TIME)
1454 time.sleep(SLEEP_TIME)