| /external/chromium_org/third_party/skia/tools/ |
| find_bad_images_in_skps.py | 30 import threading namespace 183 threading.Thread(
|
| /external/chromium_org/tools/ |
| bisect-builds.py | 54 import threading namespace 322 @param quit_event A threading.Event which will be set by the master thread to 324 @param progress_event A threading.Event which will be set by the master thread 427 self.quit_event = threading.Event() 428 self.progress_event = threading.Event() 437 self.thread = threading.Thread(target=FetchRevision, 484 Threading is used to fetch Chromium revisions in the background, speeding up [all...] |
| /external/mesa3d/src/glx/ |
| glxcurrent.c | 149 #error Unknown threading method specified.
|
| /external/skia/tools/ |
| find_bad_images_in_skps.py | 30 import threading namespace 183 threading.Thread(
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| lock_tests.py | 8 import threading namespace 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 namespace 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 namespace 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()
|
| test_logging.py | 49 import threading namespace 51 threading = None variable 902 self.finished = threading.Event() 916 @unittest.skipUnless(threading, 'Threading required for this test.') 928 threading.Thread(target=self.tcpserver.serve_until_stopped)] [all...] |
| test_file2k.py | 12 import threading namespace 14 threading = None variable 435 @unittest.skipUnless(threading, 'Threading required for this test.') 447 self._count_lock = threading.Lock() 491 t = threading.Thread(target=func)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| lock_tests.py | 8 import threading namespace 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 namespace 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 namespace 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()
|
| test_logging.py | 49 import threading namespace 51 threading = None variable 902 self.finished = threading.Event() 916 @unittest.skipUnless(threading, 'Threading required for this test.') 928 threading.Thread(target=self.tcpserver.serve_until_stopped)] [all...] |
| /external/antlr/antlr-3.4/runtime/Python/tests/ |
| t059debug.py | 8 import threading namespace 13 class Debugger(threading.Thread):
|
| /external/chromium_org/build/android/pylib/symbols/ |
| elf_symbolizer.py | 15 import threading namespace 55 threading/processing is involved from the python viewpoint. Concurrency 201 self._thread = None # Threading.thread instance. 344 self._thread = threading.Thread(
|
| /external/nanohttpd/ |
| README.md | 23 * Temp file usage and threading model are easily cutomized.
|
| /external/chromium-trace/trace-viewer/examples/stream_server/ |
| standalone.py | 95 THREADING 123 import threading namespace 289 self.__ws_is_shut_down = threading.Event() 815 class ThreadMonitor(threading.Thread): 819 threading.Thread.__init__(self, name='ThreadMonitor') 828 for thread in threading.enumerate(): 832 threading.active_count(), [all...] |
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
| standalone.py | 95 THREADING 123 import threading namespace 285 self.__ws_is_shut_down = threading.Event() 811 class ThreadMonitor(threading.Thread): 815 threading.Thread.__init__(self, name='ThreadMonitor') 824 for thread in threading.enumerate(): 828 threading.active_count(), [all...] |
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
| mux_client_for_testing.py | 54 import threading namespace 278 class _MuxReaderThread(threading.Thread): 286 threading.Thread.__init__(self) 392 self._control_blocks_condition = threading.Condition() 395 self._logical_channels_condition = threading.Condition(); 729 self._physical_connection_close_event = threading.Event()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_all.py | 461 from threading import Thread, currentThread 464 from threading import Thread, current_thread 545 import threading namespace 546 get_new_path.mutex=threading.Lock() 547 del threading
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_all.py | 461 from threading import Thread, currentThread 464 from threading import Thread, current_thread 545 import threading namespace 546 get_new_path.mutex=threading.Lock() 547 del threading
|