OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threading
(Results
601 - 625
of
913
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py
23
from
threading
import Thread
25
from
threading
import currentThread
27
from
threading
import current_thread as currentThread
/test/framework/harnesses/host_controller/
console.py
27
import
threading
179
scheduler_thread: dict containing
threading
.Thread instances(s) that
473
thread =
threading
.currentThread()
491
self._job_thread =
threading
.Thread(target=self.JobThread)
514
if depth == 1: # 1 to use multi-
threading
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py
47
import
threading
49
threading
= None
variable
868
self.finished =
threading
.Event()
882
@unittest.skipUnless(
threading
, '
Threading
required for this test.')
894
threading
.Thread(target=self.tcpserver.serve_until_stopped)]
[
all
...]
test_winreg.py
7
threading
= test_support.import_module("
threading
")
variable
241
class VeryActiveThread(
threading
.Thread):
/external/python/cpython3/Lib/asyncio/
unix_events.py
10
import
threading
925
self._lock =
threading
.Lock()
[
all
...]
/external/autotest/client/cros/networking/
android_xmlrpc_server.py
16
import
threading
58
class XmlRpcServer(
threading
.Thread):
/external/autotest/server/hosts/
testbed.py
10
import
threading
235
threading
.current_thread().name = host.adb_serial
/external/boringssl/
rules.mk
56
# no-op
threading
functions.
/external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py
295
import
threading
310
reader_thread =
threading
.Thread(target=read_process_stdout)
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent.py
10
import
threading
206
self._collection_thread =
threading
.Thread(
/external/python/cpython2/Lib/test/
test_ssl.py
[
all
...]
/external/python/cpython3/Lib/test/
test_ftplib.py
22
threading
= support.import_module('
threading
')
variable
253
class DummyFTPServer(asyncore.dispatcher,
threading
.Thread):
258
threading
.Thread.__init__(self)
264
self.active_lock =
threading
.Lock()
270
self.__flag =
threading
.Event()
271
threading
.Thread.start(self)
[
all
...]
/external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py
24
import
threading
64
threading
/processing is involved from the python viewpoint. Concurrency
244
self._thread = None #
Threading
.thread instance.
409
self._thread =
threading
.Thread(
/external/skia/tools/calmbench/
ab.py
34
from
threading
import Thread
35
from
threading
import Lock
/external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py
24
import
threading
64
threading
/processing is involved from the python viewpoint. Concurrency
244
self._thread = None #
Threading
.thread instance.
409
self._thread =
threading
.Thread(
/external/skqp/tools/calmbench/
ab.py
34
from
threading
import Thread
35
from
threading
import Lock
/external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_server.py
23
import
threading
119
self._server_lock =
threading
.Lock()
377
A
threading
.Event that will be set when the server has completely stopped.
grpc_debug_test_server.py
29
import
threading
410
server_thread =
threading
.Thread(target=delay_then_run_server)
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils_test.py
24
import
threading
96
self.lock =
threading
.Lock()
/external/tensorflow/tensorflow/python/profiler/
profile_context.py
25
import
threading
188
self._lock =
threading
.Lock()
/external/toolchain-utils/crosperf/
schedv2.py
14
from
threading
import Lock
15
from
threading
import Thread
268
"""Use multi-
threading
to read cache for all benchmarkruns.
/external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py
13
import
threading
428
threading
.Thread(target=llcp_worker, args=(llc,)).start()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py
7
threading
= test_support.import_module("
threading
")
variable
244
class VeryActiveThread(
threading
.Thread):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py
7
threading
= test_support.import_module("
threading
")
variable
244
class VeryActiveThread(
threading
.Thread):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py
7
threading
= test_support.import_module("
threading
")
variable
244
class VeryActiveThread(
threading
.Thread):
Completed in 1800 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>