HomeSort by relevance Sort by last modified time
    Searched refs:_sleep (Results 1 - 23 of 23) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbutils.py 27 from time import sleep as _sleep namespace
73 _sleep(sleeptime)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbutils.py 27 from time import sleep as _sleep namespace
73 _sleep(sleeptime)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 27 from time import sleep as _sleep namespace
73 _sleep(sleeptime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 27 from time import sleep as _sleep namespace
73 _sleep(sleeptime)
  /bionic/libc/upstream-freebsd/lib/libc/gen/
sleep.c 67 __weak_reference(__sleep, _sleep);
  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 59 def _sleep(self, amount): member in class:hardware_TPMTakeOwnership
91 self._sleep(0.1)
114 self._sleep(3)
121 self._sleep(1)
  /external/e2fsprogs/include/nonunix/
unistd.h 17 #define sleep _sleep
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry_unittest.py 38 def _sleep(): function in function:TestRun.testTimeout
43 reraiser_thread.TimeoutError, timeout_retry.Run, _sleep, .01, 1,
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 517 self._sleep = time.sleep
547 self._sleep(self._rand() * 2**retry_num)
666 self._sleep = time.sleep
717 self._sleep(self._rand() * 2**retry_num)
800 self._sleep(self._rand() * 2**retry_num)
865 self._sleep(self._rand() * 2**retry_num)
919 del d['_sleep']
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 14 from time import time as _time, sleep as _sleep namespace
358 _sleep(delay)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 14 from time import time as _time, sleep as _sleep namespace
358 _sleep(delay)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 14 from time import time as _time, sleep as _sleep namespace
358 _sleep(delay)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 14 from time import time as _time, sleep as _sleep namespace
358 _sleep(delay)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
synchronize.py 43 from time import time as _time, sleep as _sleep namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
synchronize.py 43 from time import time as _time, sleep as _sleep namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 43 from time import time as _time, sleep as _sleep namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 43 from time import time as _time, sleep as _sleep namespace
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 586 _CRTIMP void __cdecl _sleep(unsigned long _Duration) __MINGW_ATTRIB_DEPRECATED;
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js     [all...]
sqlite-pointer-masking.js     [all...]
sqlite-safe-heap.js     [all...]
sqlite.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 686 milliseconds