HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 151 - 175 of 524) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/tpm/attestation/server/
database_impl.h 26 #include <base/threading/thread_checker.h>
  /system/tpm/tpm_manager/server/
tpm_connection.cc 21 #include <base/threading/platform_thread.h>
  /tools/test/connectivity/acts/framework/acts/controllers/
native.py 22 import threading namespace
  /external/deqp/android/scripts/
common.py 32 import threading namespace
34 import dummy_threading as threading namespace
123 stdoutJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stdout, linePrefix, sys.stdout))
124 stderrJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stderr, linePrefix, sys.stderr))
149 job = threading.Thread(target=applyAndCaptureError, args=(f, args, errorCode))
  /external/v8/tools/testrunner/network/
network_execution.py 32 import threading namespace
65 self.tests_lock = threading.Lock()
80 self.initialization_lock = threading.Lock()
83 self.local_receiver_thread = threading.Thread(
144 thread = threading.Thread(target=self._TalkToPeer, args=[p])
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
synchronize.py 39 import threading namespace
153 if threading.current_thread().name != 'MainThread':
154 name += '|' + threading.current_thread().name
178 if threading.current_thread().name != 'MainThread':
179 name += '|' + threading.current_thread().name
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
synchronize.py 39 import threading namespace
153 if threading.current_thread().name != 'MainThread':
154 name += '|' + threading.current_thread().name
178 if threading.current_thread().name != 'MainThread':
179 name += '|' + threading.current_thread().name
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 39 import threading namespace
153 if threading.current_thread().name != 'MainThread':
154 name += '|' + threading.current_thread().name
178 if threading.current_thread().name != 'MainThread':
179 name += '|' + threading.current_thread().name
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 39 import threading namespace
153 if threading.current_thread().name != 'MainThread':
154 name += '|' + threading.current_thread().name
178 if threading.current_thread().name != 'MainThread':
179 name += '|' + threading.current_thread().name
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
rpc.py 37 import threading namespace
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py 37 import threading namespace
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 37 import threading namespace
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 37 import threading namespace
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /external/v8/build/android/pylib/
chrome_test_server_spawner.py 20 import threading namespace
100 class TestServerThread(threading.Thread):
112 threading.Thread.__init__(self)
113 self.wait_event = threading.Event()
323 ready_event = threading.Event()
410 listener_thread = threading.Thread(target=self._Listen)

Completed in 1144 milliseconds

1 2 3 4 5 67 8 91011>>