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

  /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)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
networktransaction.py 59 self._sleep()
65 def _sleep(self): member in class:NetworkTransaction
  /external/qemu/android/utils/
filelock.c 115 int _sleep = 200; local
125 Sleep( _sleep );
126 _sleep *= 2;
  /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/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...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 351 milliseconds