HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 501 - 525 of 913) sorted by null

<<21222324252627282930>>

  /kernel/tests/net/test/
xfrm_algorithm_test.py 24 import threading
273 server_ready = threading.Event()
313 server = threading.Thread(
  /system/extras/pagecache/
pagecache.py 10 import threading
113 class FileReaderThread(threading.Thread):
116 Use the standard threading. Thread object API to start and interact with the
133 threading.Thread.__init__(self)
  /system/update_engine/scripts/
update_device.py 28 import threading
250 class ServerThread(threading.Thread):
254 threading.Thread.__init__(self)
  /test/vts/runners/host/
test_runner.py 32 import threading
117 watcher_enabled = threading.Event()
137 watcher_thread = threading.Thread(target=watchStdin, name="watchStdin")
  /tools/test/connectivity/acts/tests/google/wifi/aware/performance/
ThroughputTest.py 20 import threading
181 threading.Thread(
336 threading.Thread(
  /cts/hostsidetests/theme/
android_device.py 22 import threading
  /development/tools/
monkey 9 import threading
308 logcatThread = threading.Thread(target=LogcatThreadFunc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
lock_tests.py 8 import threading
135 # (non-threading) thread.
140 n = len(threading.enumerate())
144 self.assertEqual(n, len(threading.enumerate()))
318 lock = threading.Lock()
test_bz2.py 12 import threading
14 threading = None variable
298 @unittest.skipUnless(threading, 'Threading required for this test.')
307 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_httpservers.py 26 threading = test_support.import_module('threading') variable
50 class TestServerThread(threading.Thread):
52 threading.Thread.__init__(self)
74 self.server_started = threading.Event()
test_urllib2_localnet.py 10 threading = test_support.import_module('threading') variable
40 class LoopbackHttpServerThread(threading.Thread):
44 threading.Thread.__init__(self)
46 self.ready = threading.Event()
  /external/autotest/client/site_tests/platform_AddPrinter/
platform_AddPrinter.py 9 from threading import Thread
  /external/autotest/server/site_tests/audio_AudioBasicHDMI/
audio_AudioBasicHDMI.py 9 import threading
  /external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py 5 from threading import Timer
  /external/libmojo/third_party/jinja2/
_compat.py 148 from threading import Lock as allocate_lock
  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 8 import threading
  /external/python/cpython2/Lib/test/
lock_tests.py 8 import threading
139 # (non-threading) thread.
144 n = len(threading.enumerate())
148 self.assertEqual(n, len(threading.enumerate()))
330 lock = threading.Lock()
test_bz2.py 11 import threading
13 threading = None variable
299 @unittest.skipUnless(threading, 'Threading required for this test.')
308 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_gc.py 9 import threading
11 threading = None variable
308 @unittest.skipUnless(threading, "test meaningless on builds without threads")
358 t = threading.Thread(target=run_thread)
  /external/python/cpython3/Lib/test/
test_faulthandler.py 16 import threading
468 from threading import Thread, Event
507 (?: File ".*threading.py", line [0-9]+ in [_a-z]+
509 File ".*threading.py", line [0-9]+ in _bootstrap_inner
510 File ".*threading.py", line [0-9]+ in _bootstrap
test_signal.py 16 import threading
18 threading = None variable
27 @unittest.skipIf(threading is None, "test needs threading module")
67 'inter process signals not reliable (do not mix well with threading) '
570 'itimer not reliable (does not mix well with threading) on some BSDs.')
593 'itimer not reliable (does not mix well with threading) on freebsd6')
661 import threading
677 thread = threading.Thread(target=noop)
681 tid = threading.get_ident(
    [all...]
  /external/tensorflow/tensorflow/python/debug/wrappers/
framework_test.py 23 import threading
359 thread = threading.Thread(name="ChildThread", target=child_thread_job)
378 thread = threading.Thread(name="ChildThread", target=child_thread_job)
397 thread = threading.Thread(name="ChildThread", target=child_thread_job)
  /packages/services/Car/tools/emulator/
gui.py 21 from threading import Thread
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
lock_tests.py 8 import threading
135 # (non-threading) thread.
140 n = len(threading.enumerate())
144 self.assertEqual(n, len(threading.enumerate()))
318 lock = threading.Lock()
test_bz2.py 12 import threading
14 threading = None variable
300 @unittest.skipUnless(threading, 'Threading required for this test.')
309 threads = [threading.Thread(target=comp) for i in range(nthreads)]

Completed in 1781 milliseconds

<<21222324252627282930>>