HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
java_heap_profiler.py 7 import threading namespace
33 self._timer = threading.Timer(self._DEFAULT_INTERVAL, self._OnTimer)
  /external/chromium_org/v8/tools/testrunner/server/
presence_handler.py 31 import threading namespace
94 self.shutdown_lock = threading.Lock()
  /external/skia/tools/
git-sync-deps 36 import threading namespace
186 thread = threading.Thread(None, function, None, args)
svn.py 12 import threading namespace
58 self._rlock = threading.RLock()
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 19 import threading namespace
36 self._lock = threading.Lock()
75 self._lock = threading.Lock()
79 self._item_available_or_all_done = threading.Event()
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 9 import threading namespace
54 self._get_data_event = threading.Event()
55 self._stop_event = threading.Event()
57 self._collector_thread = threading.Thread(target=self._CollectorThread)
test_runner.py 56 import threading namespace
128 self._stopped = threading.Event()
129 self._timer = threading.Thread(target=self._runner)
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 7 import threading namespace
122 self._thread = threading.Thread(target=self._server.serve_forever)
127 self._path_maps_lock = threading.Lock()
  /external/chromium_org/components/breakpad/tools/
generate_breakpad_symbols.py 20 import threading namespace
144 print_lock = threading.Lock()
196 t = threading.Thread(target=_Worker)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 28 import threading namespace
191 class CommitAnnouncerThread(threading.Thread):
193 threading.Thread.__init__(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 41 import threading namespace
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
util.py 38 import threading # we want threading to install it's namespace
336 self._lock = threading.Lock()
340 class ForkAwareLocal(threading.local):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 41 import threading namespace
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 14 import threading namespace
16 threading = None variable
358 @unittest.skipUnless(threading, 'Threading required for this test.')
385 event = threading.Event()
387 threading.Thread(target=hash_in_chunks,
test_ssl.py 401 import threading namespace
407 class ThreadedEchoServer(threading.Thread):
409 class ConnectionHandler(threading.Thread):
421 threading.Thread.__init__(self)
558 threading.Thread.__init__(self)
562 self.start(threading.Event())
572 threading.Thread.start(self)
599 class AsyncoreEchoServer(threading.Thread):
671 threading.Thread.__init__(self)
678 self.start(threading.Event()
    [all...]
test_telnetlib.py 9 threading = test_support.import_module('threading') variable
46 self.evt = threading.Event()
50 self.thread = threading.Thread(target=server, args=(self.evt,self.sock))
96 self.evt = threading.Event()
101 self.thread = threading.Thread(target=server, args=(self.evt,self.sock, self.dataq))
386 self.evt = threading.Event()
391 self.thread = threading.Thread(target=server, args=(self.evt,self.sock,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 14 import threading namespace
16 threading = None variable
358 @unittest.skipUnless(threading, 'Threading required for this test.')
385 event = threading.Event()
387 threading.Thread(target=hash_in_chunks,
test_ssl.py 401 import threading namespace
407 class ThreadedEchoServer(threading.Thread):
409 class ConnectionHandler(threading.Thread):
421 threading.Thread.__init__(self)
558 threading.Thread.__init__(self)
562 self.start(threading.Event())
572 threading.Thread.start(self)
599 class AsyncoreEchoServer(threading.Thread):
671 threading.Thread.__init__(self)
678 self.start(threading.Event()
    [all...]
test_telnetlib.py 9 threading = test_support.import_module('threading') variable
46 self.evt = threading.Event()
50 self.thread = threading.Thread(target=server, args=(self.evt,self.sock))
96 self.evt = threading.Event()
101 self.thread = threading.Thread(target=server, args=(self.evt,self.sock, self.dataq))
386 self.evt = threading.Event()
391 self.thread = threading.Thread(target=server, args=(self.evt,self.sock,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 28 import threading namespace
30 threading = None variable
478 @unittest.skipUnless(threading, 'This test requires threading.')
501 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
519 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
537 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
555 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
573 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
591 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 28 import threading namespace
30 threading = None variable
478 @unittest.skipUnless(threading, 'This test requires threading.')
501 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
519 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
537 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
555 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
573 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
591 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors}
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 45 import threading namespace
510 self._write_condition = threading.Condition()
512 self._read_condition = threading.Condition()
669 self._send_quota_condition = threading.Condition()
671 self._write_inner_frame_semaphore = threading.Semaphore()
854 class _PhysicalConnectionWriter(threading.Thread):
868 threading.Thread.__init__(self)
874 self._deque_condition = threading.Condition()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 8 import threading namespace
82 sockthread = threading.Thread(target=manage_socket,
163 exclude = ("run.py", "rpc.py", "threading.py", "Queue.py",
245 print>>erf, 'Thread: %s' % threading.currentThread().getName()

Completed in 1784 milliseconds

1 2 3 45 6 7 8 91011