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

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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)
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 12 threading = test_support.import_module('threading') variable
42 class LoopbackHttpServerThread(threading.Thread):
46 threading.Thread.__init__(self)
48 self.ready = threading.Event()
  /prebuilts/gdb/linux-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)]
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)
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 12 threading = test_support.import_module('threading') variable
42 class LoopbackHttpServerThread(threading.Thread):
46 threading.Thread.__init__(self)
48 self.ready = threading.Event()
  /prebuilts/python/darwin-x86/2.7.5/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)]
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)
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 12 threading = test_support.import_module('threading') variable
42 class LoopbackHttpServerThread(threading.Thread):
46 threading.Thread.__init__(self)
48 self.ready = threading.Event()
  /prebuilts/python/linux-x86/2.7.5/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)]
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)
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 12 threading = test_support.import_module('threading') variable
42 class LoopbackHttpServerThread(threading.Thread):
46 threading.Thread.__init__(self)
48 self.ready = threading.Event()
  /system/bt/test/suite/core/
thread_performance_test.cc 4 #include <base/threading/thread.h>
  /system/update_engine/payload_generator/
full_update_generator.cc 30 #include <base/threading/simple_thread.h>
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 23 import threading
25 threading = None variable
310 @unittest.skipUnless(threading, "Threading required for this test.")
338 thread = threading.Thread(target=run_server)
657 @unittest.skipUnless(threading, 'Threading required for this test.')
667 self.evt = threading.Event()
670 threading.Thread(target=self.threadFunc, args=serv_args).start()
    [all...]
  /build/make/tools/releasetools/
sparse_img.py 18 import threading
115 self.generator_lock = threading.Lock()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 12 import threading
168 t = threading.Thread(target=self.sucker.run1, args=(url,))
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 8 import threading
13 class Debugger(threading.Thread):
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 19 import threading
68 self.sampler_lock = threading.Lock()

Completed in 1101 milliseconds

<<21222324252627282930>>