Home
last modified time | relevance | path

Searched defs:_sleep (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbutils.py27 from time import sleep as _sleep unknown
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py62 def _sleep(self, amount): member in hardware_TPMTakeOwnership
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry_unittest.py35 def _sleep(): function
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py55 def _sleep(self): member in DeviceHealthProfileTestCase
/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py43 from time import time as _time, sleep as _sleep unknown
/external/autotest/server/cros/dynamic_suite/
Djob_status.py143 def _sleep(self): member in JobResultWaiter
/external/python/cpython2/Lib/
Dthreading.py15 from time import time as _time, sleep as _sleep unknown