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

<<21222324252627282930>>

  /system/bt/bta/sys/
bta_sys.h 32 #include <base/threading/thread.h>
  /system/tpm/attestation/server/
attestation_service.h 28 #include <base/threading/thread.h>
53 // THREADING NOTES:
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
ipsec_test_utils.py 20 import threading
  /tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
BleCoc2ConnTest.py 21 import threading
BleCocTest.py 21 import threading
  /tools/test/connectivity/acts/tests/google/net/
DataCostTest.py 20 import threading
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 38 import threading
40 threading = None variable
1222 threading = None variable in class:DecimalUseOfContextTest
    [all...]
test_io.py 43 import threading
45 threading = None variable
824 @unittest.skipUnless(threading, 'Threading required for this test.')
853 threads = [threading.Thread(target=f) for x in range(20)]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 38 import threading
40 threading = None variable
1222 threading = None variable in class:DecimalUseOfContextTest
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 38 import threading
40 threading = None variable
1222 threading = None variable in class:DecimalUseOfContextTest
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 38 import threading
40 threading = None variable
1222 threading = None variable in class:DecimalUseOfContextTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 38 import threading
40 threading = None variable
1222 threading = None variable in class:DecimalUseOfContextTest
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 420 * Note that Threading.py uses an exit func to do a join on all the
422 * the threads created via Threading.
1714 PyObject *threading = PyMapping_GetItemString(tstate->interp->modules, local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 408 * Note that Threading.py uses an exit func to do a join on all the
410 * the threads created via Threading.
1689 PyObject *threading = PyMapping_GetItemString(tstate->interp->modules, local
    [all...]
  /external/autotest/contrib/
coverage.py 69 import threading
442 if hasattr(threading, 'settrace'):
443 threading.settrace(self.t)
450 if hasattr(threading, 'settrace'):
451 threading.settrace(None)
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 419 * Note that Threading.py uses an exit func to do a join on all the
421 * the threads created via Threading.
1719 PyObject *threading = PyMapping_GetItemString(tstate->interp->modules, local
    [all...]
  /external/python/cpython3/Lib/test/
test_hashlib.py 16 import threading
18 threading = None variable
741 @unittest.skipUnless(threading, 'Threading required for this test.')
768 event = threading.Event()
770 threading.Thread(target=hash_in_chunks,
    [all...]
test_functools.py 15 import threading
17 threading = None variable
    [all...]
test_ssl.py 25 import threading
    [all...]
  /system/iot/attestation/at-factory-tool/
atft.py 29 import threading
121 self.lock = threading.Lock()
312 self.refresh_pause_lock = threading.Semaphore(value=0)
317 self.listing_device_lock = threading.Lock()
324 self.auto_prov_lock = threading.Lock()
327 self.alert_lock = threading.Lock()
896 self.refresh_timer = threading.Timer(self.DEVICE_REFRESH_INTERVAL,
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 126 import threading
140 import threading
142 import dummy_threading as threading
600 self._waitpid_lock = threading.Lock()
    [all...]
  /external/autotest/client/cros/audio/
audio_helper.py 13 import threading
416 t = threading.Thread(target=f)
    [all...]
  /external/autotest/client/cros/nfc/
console.py 12 import threading
103 self._mainloop_thread = threading.Thread(None, _mainloop_thread_func)
  /external/autotest/site_utils/
test_runner_utils.py 14 import threading
35 _sigint_handler_lock = threading.Lock()
    [all...]
  /external/devlib/devlib/utils/
misc.py 26 import threading
166 timer = threading.Timer(timeout, callback, [process.pid, ])

Completed in 1606 milliseconds

<<21222324252627282930>>