HomeSort by relevance Sort by last modified time
    Searched refs:dummy_thread (Results 1 - 25 of 45) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
_strptime.py 23 from dummy_thread import allocate_lock as _thread_allocate_lock
  /external/python/cpython2/Lib/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
_strptime.py 23 from dummy_thread import allocate_lock as _thread_allocate_lock
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
_strptime.py 23 from dummy_thread import allocate_lock as _thread_allocate_lock
  /prebuilts/gdb/linux-x86/lib/python2.7/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
_strptime.py 23 from dummy_thread import allocate_lock as _thread_allocate_lock
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_threading.py 1 """Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.
11 import dummy_thread
27 sys_modules['thread'] = sys_modules['dummy_thread']
77 del dummy_thread
mimetools.py 110 import dummy_thread as thread
  /external/mesa3d/src/egl/main/
eglcurrent.c 45 static _EGLThreadInfo dummy_thread = _EGL_THREAD_INFO_INITIALIZER; variable
129 t = &dummy_thread;
140 if (t != &dummy_thread)
204 return (!t || t == &dummy_thread);
227 if (t == &dummy_thread)
  /external/libmojo/third_party/jinja2/
_compat.py 150 from dummy_thread import allocate_lock
  /external/python/cpython2/Lib/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
compat.py 97 import dummy_thread as thread
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 3 Meant to be used by dummy_thread and thread. To allow for different modules
8 import dummy_thread as _thread
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as

Completed in 949 milliseconds

1 2