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

<<11121314151617181920>>

  /test/framework/harnesses/host_controller/tradefed/
remote_client_test.py 20 import threading
27 class MockRemoteManagerThread(threading.Thread):
  /test/vts/runners/host/tcp_server/
callback_server.py 20 import threading
167 server_thread = threading.Thread(target=self._server.serve_forever)
  /test/vts/utils/python/controllers/
android.py 25 import threading
65 self.lock = threading.RLock()
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
error_reporter.py 19 import threading
57 self._ticket_lock = threading.Lock()
sl4a_session.py 17 import threading
70 self._terminate_lock = threading.Lock()
  /external/python/cpython3/Lib/test/
test_smtplib.py 23 import threading
25 threading = None variable
194 @unittest.skipUnless(threading, 'Threading required for this test.')
207 self.serv_evt = threading.Event()
208 self.client_evt = threading.Event()
218 self.thread = threading.Thread(target=debugging_server, args=serv_args)
573 @unittest.skipUnless(threading, 'Threading required for this test.')
593 @unittest.skipUnless(threading, 'Threading required for this test.'
    [all...]
test_robotparser.py 9 import threading
11 threading = None variable
258 @unittest.skipUnless(threading, 'threading required for this test')
264 self.t = threading.Thread(
  /external/autotest/server/cros/ap_configurators/
ap_cartridge.py 12 from threading import Thread
  /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/deqp/scripts/android/
install_apk.py 27 import threading
83 stdoutJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stdout, linePrefix, sys.stdout))
84 stderrJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stderr, linePrefix, sys.stderr))
109 job = threading.Thread(target=applyAndCaptureError, args=(f, args, errorCode))
  /external/libxml2/python/tests/
thread2.py 7 from threading import Thread, Lock
  /external/tensorflow/tensorflow/python/framework/
load_library.py 24 import threading # pylint: disable=unused-import
  /packages/services/Car/tools/emulator/
vhal_prop_simulator.py 21 from threading import Thread
  /system/bt/stack/btu/
btu_task.cc 29 #include <base/threading/thread.h>
  /system/bt/stack/test/
stack_btu_test.cc 21 #include <base/threading/thread.h>
  /system/tpm/tpm_manager/server/
tpm_connection.cc 21 #include <base/threading/platform_thread.h>
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 23 import threading
123 thread = threading.Thread(target=self._start_advertisements_thread,
152 thread = threading.Thread(
327 thread = threading.Thread(
  /cts/hostsidetests/theme/
generate_images.py 21 import threading
53 class ParallelExecutor(threading.Thread):
55 threading.Thread.__init__(self)
  /external/autotest/client/bin/input/
input_event_recorder.py 11 import threading
159 self._stop_recording_thread_event = threading.Event()
227 self._recording_thread = threading.Thread(target=self.record)
  /external/autotest/client/cros/audio/
cmd_utils.py 14 import threading
18 _popen_lock = threading.Lock()
61 self._thread = threading.Thread(target=self._service_run)
  /external/autotest/client/deps/lansim/src/py/
simulator_unittest.py 5 import threading
22 class InfoTCPServer(threading.Thread):
33 threading.Thread.__init__(self)
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py 9 import threading
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
53 self._record_file_lock = threading.Lock()
55 self._stop_recording_event = threading.Event()
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 11 import threading
51 self._started = threading.Event()
163 stop_recording = threading.Event()

Completed in 1350 milliseconds

<<11121314151617181920>>