| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_capi.py | 12 import threading namespace 15 threading = None variable 18 @unittest.skipUnless(threading, 'Threading required for this test.') 65 context.lock = threading.Lock() 66 context.event = threading.Event() 69 t = threading.Thread(target=self.pendingcalls_thread, args = (context,)) 101 @unittest.skipUnless(threading and thread, 'Threading required for this test.') 121 t = threading.Thread(target=target [all...] |
| test_fork1.py | 12 threading = import_module('threading') variable 32 import_started = threading.Event() 43 t = threading.Thread(target=importer)
|
| test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
| test_threading_local.py | 9 threading = test_support.import_module('threading') variable 32 t = threading.Thread(target=target, args=(local, weaklist)) 52 # of a threading.local derived class, the per-thread dictionary 68 t = threading.Thread(target=f, args=(i,)) 81 e1 = threading.Event() 82 e2 = threading.Event() 100 t = threading.Thread(target=f) 131 e1 = threading.Event() 132 e2 = threading.Event( [all...] |
| /external/autotest/client/common_lib/ |
| decorators_unittest.py | 7 import threading namespace 29 self.lock = threading.RLock() 37 threads = [threading.Thread(target=thread_body,
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| device_test_case.py | 5 import threading namespace 11 _devices_lock = threading.Lock() 12 _devices_condition = threading.Condition(_devices_lock)
|
| /external/chromium-trace/catapult/third_party/coverage/coverage/ |
| collector.py | 91 self.threading = None 107 # It's important to import threading only if we need it. If 110 import threading namespace 111 self.threading = threading 205 if hasattr(tracer, 'threading'): 206 tracer.threading = self.threading 216 # execution begins. Ironically, the only support the threading module has 268 # Install our installation tracer in threading, to jump start othe [all...] |
| /external/v8/build/android/pylib/base/ |
| test_collection.py | 5 import threading namespace 17 self._lock = threading.Lock() 21 self._item_available_or_all_done = threading.Event()
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_fork1.py | 12 threading = import_module('threading') variable 32 import_started = threading.Event() 43 t = threading.Thread(target=importer)
|
| test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
| test_threading_local.py | 9 threading = test_support.import_module('threading') variable 32 t = threading.Thread(target=target, args=(local, weaklist)) 52 # of a threading.local derived class, the per-thread dictionary 68 t = threading.Thread(target=f, args=(i,)) 81 e1 = threading.Event() 82 e2 = threading.Event() 100 t = threading.Thread(target=f) 131 e1 = threading.Event() 132 e2 = threading.Event( [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_fork1.py | 12 threading = import_module('threading') variable 32 import_started = threading.Event() 43 t = threading.Thread(target=importer)
|
| test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
| test_threading_local.py | 9 threading = test_support.import_module('threading') variable 32 t = threading.Thread(target=target, args=(local, weaklist)) 52 # of a threading.local derived class, the per-thread dictionary 68 t = threading.Thread(target=f, args=(i,)) 81 e1 = threading.Event() 82 e2 = threading.Event() 100 t = threading.Thread(target=f) 131 e1 = threading.Event() 132 e2 = threading.Event( [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_fork1.py | 12 threading = import_module('threading') variable 32 import_started = threading.Event() 43 t = threading.Thread(target=importer)
|
| test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
| test_threading_local.py | 9 threading = test_support.import_module('threading') variable 32 t = threading.Thread(target=target, args=(local, weaklist)) 52 # of a threading.local derived class, the per-thread dictionary 68 t = threading.Thread(target=f, args=(i,)) 81 e1 = threading.Event() 82 e2 = threading.Event() 100 t = threading.Thread(target=f) 131 e1 = threading.Event() 132 e2 = threading.Event( [all...] |
| /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
| SubprocessLogger.py | 29 import threading namespace 36 class StreamLoggerThread(threading.Thread): 84 class SubprocessLoggerThread(threading.Thread): 89 __closeEvent = threading.Event() 205 return [t for t in threading.enumerate() if isinstance(t, cls)]
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
| test_errno.py | 6 import threading namespace 8 threading = None variable 29 if threading: 42 t = threading.Thread(target=_worker) 71 t = threading.Thread(target=_worker)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
| test_errno.py | 6 import threading namespace 8 threading = None variable 29 if threading: 42 t = threading.Thread(target=_worker) 71 t = threading.Thread(target=_worker)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
| test_errno.py | 6 import threading namespace 8 threading = None variable 29 if threading: 42 t = threading.Thread(target=_worker) 71 t = threading.Thread(target=_worker)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
| test_errno.py | 6 import threading namespace 8 threading = None variable 29 if threading: 42 t = threading.Thread(target=_worker) 71 t = threading.Thread(target=_worker)
|
| /external/autotest/site_utils/rpm_control_system/ |
| rpm_integration_test.py | 2 import threading namespace 57 threading.Thread(target=rpm.queue_request, 59 threading.Thread(target=rpm.queue_request, 78 threading.Thread(target=rpm.queue_request, 80 threading.Thread(target=rpm.queue_request, 86 # threading.Thread(target=rpm2.queue_request, 88 # threading.Thread(target=rpm2.queue_request, 90 # threading.Thread(target=rpm2.queue_request, 131 threading.Thread(target=poe_controller.queue_request, 133 threading.Thread(target=poe_controller.queue_request [all...] |
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
| httpproxy_test.py | 20 import threading namespace 115 t = threading.Thread( 119 initial_thread_count = threading.activeCount() 131 util.WaitFor(lambda: threading.activeCount() == initial_thread_count, 2) 142 t = threading.Thread( 146 initial_thread_count = threading.activeCount() 169 threading.activeCount(), initial_thread_count + request_count) 174 util.WaitFor(lambda: threading.activeCount() == initial_thread_count, 1) 183 t = threading.Thread( 221 t = threading.Thread [all...] |
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_slab.c | 124 enum util_slab_threading threading) 126 pool->threading = threading; 128 if (threading) { 140 enum util_slab_threading threading) 156 util_slab_set_thread_safety(pool, threading);
|