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

1 2 3 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 39 import threading namespace
42 threading = None variable
121 self.server_ready = threading.Event()
122 self.client_ready = threading.Event()
123 self.done = threading.Event()
728 @unittest.skipUnless(thread, 'Threading required for this test.')
825 @unittest.skipUnless(thread, 'Threading required for this test.')
854 @unittest.skipUnless(thread, 'Threading required for this test.')
870 @unittest.skipUnless(thread, 'Threading required for this test.')
890 @unittest.skipUnless(thread, 'Threading required for this test.'
    [all...]
test_multiprocessing.py 23 # import threading after _multiprocessing to raise a more relevant error
26 import threading namespace
636 self.assertRaises((ValueError, threading.ThreadError), lock.release)
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
783 t = threading.Thread(target=self.f,
806 t = threading.Thread(target=self.f, args=(cond, sleeping, woken))
852 # work with threading._Event objects. is_set == isSet
855 # Removed, threading.Event.wait() will return the value of the __flag
    [all...]
regrtest.py 483 from threading import Thread
    [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 58 import threading namespace
162 class StatusThread(threading.Thread):
164 threading.Thread.__init__(self)
555 class LoadCLThread(threading.Thread):
557 threading.Thread.__init__(self)
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 58 import threading namespace
162 class StatusThread(threading.Thread):
164 threading.Thread.__init__(self)
555 class LoadCLThread(threading.Thread):
557 threading.Thread.__init__(self)
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 26 import threading namespace
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 31 import threading namespace
  /external/icu/icu4c/source/
icudefs.mk 141 # LIB_THREAD is for linking against the threading library
  /external/sonivox/jet_tools/JetCreator/
eas.py 4 import threading namespace
582 self.lock = threading.RLock()
    [all...]
JetAudition.py 63 self.playerLock = threading.RLock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 23 # import threading after _multiprocessing to raise a more relevant error
26 import threading namespace
636 self.assertRaises((ValueError, threading.ThreadError), lock.release)
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
783 t = threading.Thread(target=self.f,
806 t = threading.Thread(target=self.f, args=(cond, sleeping, woken))
852 # work with threading._Event objects. is_set == isSet
855 # Removed, threading.Event.wait() will return the value of the __flag
    [all...]
regrtest.py 483 from threading import Thread
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 21 import threading namespace
    [all...]
  /external/chromium_org/third_party/libvpx/
libvpx.target.darwin-arm64.mk 78 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
libvpx.target.darwin-mips.mk 61 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
libvpx.target.linux-arm64.mk 78 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
libvpx.target.linux-mips.mk 61 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 11 import threading namespace
497 threading.Thread(target=self.__request_interrupt).start()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 11 import threading namespace
497 threading.Thread(target=self.__request_interrupt).start()
    [all...]
  /ndk/
ndk-gdb.py 34 from threading import Thread
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 2158 import threading namespace
2197 import threading namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 2158 import threading namespace
2197 import threading namespace
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 33 import threading namespace
138 self.thread = threading.Thread(target = self.serve_forever,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 23 import threading namespace
577 parallel_state.condition = threading.Condition()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 42 import threading namespace
    [all...]

Completed in 1228 milliseconds

1 2 3 4 5 6 7 8 91011