| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
| __init__.py | 43 import threading namespace 103 # If you don't want threading information in the log, set this to zero 206 _lock = threading.RLock() 284 self.threadName = threading.current_thread().name 689 self.lock = threading.RLock() [all...] |
| config.py | 32 import threading namespace 817 raise NotImplementedError("listen() needs threading to work") [all...] |
| /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
| miniterm.py | 11 import sys, os, serial, threading namespace 188 self.receiver_thread = threading.Thread(target=self.reader) 202 self.transmitter_thread = threading.Thread(target=self.writer)
|
| /external/clang/tools/scan-view/ |
| ScanView.py | 10 import threading namespace 85 class ReporterThread(threading.Thread): 87 threading.Thread.__init__(self)
|
| /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
| ScanView.py | 10 import threading namespace 85 class ReporterThread(threading.Thread): 87 threading.Thread.__init__(self)
|
| /prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
| ScanView.py | 10 import threading namespace 85 class ReporterThread(threading.Thread): 87 threading.Thread.__init__(self)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
| config.py | 32 import threading namespace 817 raise NotImplementedError("listen() needs threading to work") [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| trace.py | 68 import threading namespace 76 threading.settrace(func) 81 threading.settrace(None)
|
| decimal.py | 389 # is not available, use threading.currentThread() which is slower but will 391 # mock threading object with threading.local() returning the module namespace. 394 import threading namespace 401 threading = MockThreading() variable in class:Underflow 405 threading.local 411 if hasattr(threading.currentThread(), '__decimal_context__'): 412 del threading.currentThread().__decimal_context__ 419 threading.currentThread().__decimal_context__ = context 429 return threading.currentThread().__decimal_context_ [all...] |
| subprocess.py | 417 import threading namespace [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| trace.py | 68 import threading namespace 76 threading.settrace(func) 81 threading.settrace(None)
|
| decimal.py | 389 # is not available, use threading.currentThread() which is slower but will 391 # mock threading object with threading.local() returning the module namespace. 394 import threading namespace 401 threading = MockThreading() variable in class:Underflow 405 threading.local 411 if hasattr(threading.currentThread(), '__decimal_context__'): 412 del threading.currentThread().__decimal_context__ 419 threading.currentThread().__decimal_context__ = context 429 return threading.currentThread().__decimal_context_ [all...] |
| subprocess.py | 417 import threading namespace [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_io.py | 45 import threading namespace 47 threading = None variable 895 @unittest.skipUnless(threading, 'Threading required for this test.') 924 threads = [threading.Thread(target=f) for x in range(20)] [all...] |
| test_socket.py | 39 import threading namespace 42 threading = None variable 121 self.server_ready = threading.Event() 122 self.client_ready = threading.Event() 123 self.done = threading.Event() 728 @unittest.skipUnless(thread, 'Threading required for this test.') 825 @unittest.skipUnless(thread, 'Threading required for this test.') 854 @unittest.skipUnless(thread, 'Threading required for this test.') 870 @unittest.skipUnless(thread, 'Threading required for this test.') 890 @unittest.skipUnless(thread, 'Threading required for this test.' [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_io.py | 45 import threading namespace 47 threading = None variable 895 @unittest.skipUnless(threading, 'Threading required for this test.') 924 threads = [threading.Thread(target=f) for x in range(20)] [all...] |
| /external/chromium_org/chrome/test/chromedriver/test/ |
| run_py_tests.py | 17 import threading namespace 790 did_load_event = threading.Event() 797 thread = threading.Thread(target=RunServer) [all...] |
| /external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
| rfc2217.py | 66 import threading namespace 396 self._write_lock = threading.Lock() 432 self._thread = threading.Thread(target=self._telnetReadLoop) [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
| android.py | 36 import threading namespace 521 lock = threading.Lock() [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
| standalone.py | 143 THREADING 173 import threading namespace 415 self.__ws_is_shut_down = threading.Event() [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
| vp8_common.mk | 54 VP8_COMMON_SRCS-yes += common/threading.h
|
| /external/libvpx/libvpx/vp8/ |
| vp8_common.mk | 54 VP8_COMMON_SRCS-yes += common/threading.h
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
| vp8_common.mk | 54 VP8_COMMON_SRCS-yes += common/threading.h
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|