| /external/vulkan-validation-layers/layers/ |
| threading.h | 51 namespace threading { namespace 69 } // namespace threading 98 THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 99 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", 125 THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 126 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", 183 THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 184 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", typeName,
|
| /external/walt/pywalt/pywalt/ |
| walt.py | 45 import threading 606 self.running = threading.Event() 607 self.paused = threading.Event() 712 t = self.ser2net_thread = threading.Thread(
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
| threading.h | 51 namespace threading { namespace 69 } // namespace threading 94 /*location*/ 0, THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 95 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", 121 /*location*/ 0, THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 122 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", 173 /*location*/ 0, THREADING_CHECKER_MULTIPLE_THREADS, "THREADING", 174 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", typeName,
|
| /system/update_engine/ |
| update_engine_client.cc | 29 #include <base/threading/platform_thread.h>
|
| /external/libvpx/libvpx/vp8/ |
| vp8_common.mk | 55 VP8_COMMON_SRCS-yes += common/threading.h
|
| /external/python/cpython2/Lib/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /external/python/cpython2/Lib/test/ |
| test_decimal.py | 39 import threading 41 threading = None variable [all...] |
| test_socket.py | 42 import threading 45 threading = None variable 124 self.server_ready = threading.Event() 125 self.client_ready = threading.Event() 126 self.done = threading.Event() 773 @unittest.skipUnless(thread, 'Threading required for this test.') 878 @unittest.skipUnless(thread, 'Threading required for this test.') [all...] |
| /external/python/cpython3/Lib/test/ |
| test_time.py | 12 import threading 14 threading = None variable [all...] |
| /external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/ |
| sdca_ops_test.py | 21 import threading 280 threads.append(threading.Thread(target=Minimize)) [all...] |
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| map_dataset_op_test.py | 21 import threading 463 ev = threading.Event()
|
| /external/tensorflow/tensorflow/python/eager/ |
| function.py | 24 import threading 47 _scoped_captures = threading.local() [all...] |
| /external/vulkan-validation-layers/build-android/jni/ |
| Android.mk | 90 LOCAL_SRC_FILES += $(SRC_DIR)/layers/threading.cpp
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_replication.py | 313 from threading import Thread 477 from threading import Thread
|
| /system/extras/boottime_tools/bootanalyze/ |
| bootanalyze.py | 33 import threading 302 t = threading.Thread(target = lambda : (time.sleep(2), reboot(args.serial, args.stressfs != '',\
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_multiprocessing.py | 21 # import threading after _multiprocessing to raise a more relevant error
24 import threading
568 self.assertRaises((ValueError, threading.ThreadError), lock.release)
669 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
715 t = threading.Thread(target=self.f,
738 t = threading.Thread(target=self.f, args=(cond, sleeping, woken))
784 # work with threading._Event objects. is_set == isSet
787 # Removed, threading.Event.wait() will return the value of the __flag
[all...] |
| test_socket.py | 38 import threading
41 threading = None
variable 120 self.server_ready = threading.Event()
121 self.client_ready = threading.Event()
122 self.done = threading.Event()
711 @unittest.skipUnless(thread, 'Threading required for this test.')
803 @unittest.skipUnless(thread, 'Threading required for this test.')
832 @unittest.skipUnless(thread, 'Threading required for this test.')
848 @unittest.skipUnless(thread, 'Threading required for this test.')
868 @unittest.skipUnless(thread, 'Threading required for this test.') [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_socket.py | 39 import threading 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...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_socket.py | 39 import threading 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...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_socket.py | 39 import threading 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...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_socket.py | 39 import threading 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...] |
| /external/python/cpython3/Lib/ |
| _pydecimal.py | 435 # is not available, use threading.current_thread() which is slower but will 437 # mock threading object with threading.local() returning the module namespace. 440 import threading 446 threading = MockThreading() variable in class:FloatOperation 450 threading.local 456 if hasattr(threading.current_thread(), '__decimal_context__'): 457 del threading.current_thread().__decimal_context__ 464 threading.current_thread().__decimal_context__ = context 474 return threading.current_thread().__decimal_context_ [all...] |