OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threading
(Results
201 - 225
of
524
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/server/site_tests/audio_AudioBluetoothConnectionStability/
audio_AudioBluetoothConnectionStability.py
9
import time,
threading
namespace
/external/autotest/server/site_tests/firmware_ECPowerButton/
firmware_ECPowerButton.py
7
from
threading
import Timer
/external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py
6
from
threading
import Timer
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
services.py
49
import
threading
namespace
238
self.__lock =
threading
.Lock() # Used at transaction commit time.
239
self.__transaction =
threading
.local()
340
__state_lock =
threading
.Lock()
/external/libxml2/python/tests/
thread2.py
7
from
threading
import Thread, Lock
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py
23
import
threading
namespace
123
thread =
threading
.Thread(target=self._start_advertisements_thread,
152
thread =
threading
.Thread(
327
thread =
threading
.Thread(
/external/autotest/client/cros/audio/
cmd_utils.py
13
import
threading
namespace
18
_popen_lock =
threading
.Lock()
59
self._thread =
threading
.Thread(target=self._service_run)
/external/autotest/client/deps/lansim/src/py/
simulator_unittest.py
5
import
threading
namespace
22
class InfoTCPServer(
threading
.Thread):
33
threading
.Thread.__init__(self)
/external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py
9
import
threading
namespace
62
self.stop_sampling =
threading
.Event()
91
self.sampling_thread =
threading
.Thread(target=self._do_sampling)
/external/chromium-trace/catapult/devil/devil/android/
logcat_monitor.py
13
import
threading
namespace
47
self._record_file_lock =
threading
.Lock()
49
self._stop_recording_event =
threading
.Event()
/external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py
11
import
threading
namespace
49
self._started =
threading
.Event()
161
stop_recording =
threading
.Event()
/external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py
10
import
threading
namespace
26
thread: a
threading
.Thread instance.
40
class ReraiserThread(
threading
.Thread):
210
current_thread =
threading
.current_thread()
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
profile.py
13
import
threading
namespace
43
self.lock =
threading
.Lock()
145
lock =
threading
.Lock()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
daisy_chain_wrapper.py
19
import
threading
namespace
129
self.stop_download =
threading
.Event()
180
self.download_thread =
threading
.Thread(
/external/webrtc/third_party/gtest-parallel/
gtest-parallel
26
import
threading
45
self.__lock =
threading
.Lock()
115
stdout_lock =
threading
.Lock()
197
self.__lock =
threading
.Lock()
328
test_lock =
threading
.Lock()
386
t =
threading
.Thread(target=func)
/prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py
41
import
threading
namespace
96
_lock =
threading
.Lock()
111
t =
threading
.Thread(target=_serve)
/prebuilts/gdb/linux-x86/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/gdb/linux-x86/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/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)
/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)
/system/extras/tests/net_test/
tcp_nuke_addr_test.py
24
import
threading
namespace
55
thread: A not yet started
threading
.Thread object.
91
with RunInBackground(
threading
.Thread(target=TcpAcceptAndReceive,
124
class ExceptionalReadThread(
threading
.Thread):
/prebuilts/gdb/darwin-x86/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,
Completed in 1813 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>