HomeSort by relevance Sort by last modified time
    Searched full:threading (Results 451 - 475 of 2667) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/
vp8dx.mk 37 VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/threading.c
  /external/llvm/test/Transforms/JumpThreading/
select.ll 1 ; RUN: opt -S -jump-threading < %s | FileCheck %s
9 ; Jump threading of branch with select as condition.
35 ; Jump threading of switch with select as condition.
70 ; Jump threading of indirectbr with select as address.
  /external/llvm/unittests/Support/
ManagedStatic.cpp 11 #include "llvm/Support/Threading.h"
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxwm.c 37 // Lock the event thread, in multi-threading environments
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 2 /* Simple test of the SDL threading code */
torturethread.c 2 /* Simple test of the SDL threading code */
  /external/sfntly/cpp/src/test/
platform_thread.h 18 // This is a trimmed down version of Chromium base/threading/platform_thread.h.
  /external/skia/src/pipe/utils/
SamplePipeControllers.h 55 * Allows playing back from multiple threads, but does not do the threading itself.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 11 Of course, no multi-threading is implied -- hence the funny interface
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 5 threading = test_support.import_module('threading') variable
76 self.evt = threading.Event()
77 threading.Thread(target=server, args=(self.evt, 1)).start()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 11 Of course, no multi-threading is implied -- hence the funny interface
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 5 threading = test_support.import_module('threading') variable
76 self.evt = threading.Event()
77 threading.Thread(target=server, args=(self.evt, 1)).start()
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 10 // This file implements the Jump Threading pass.
14 #define DEBUG_TYPE "jump-threading"
46 Threshold("jump-threading-threshold",
47 cl::desc("Max block size to duplicate for jump threading"),
62 /// This pass performs 'jump threading', which looks at blocks that have
138 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
139 "Jump Threading", false, false)
142 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
143 "Jump Threading", false, false)
145 // Public interface to the Jump Threading pas
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mock.py 37 import threading namespace
84 class LineReader(threading.Thread):
91 threading.Thread.__init__(self)
  /external/chromium_org/base/threading/
platform_thread_posix.cc 5 #include "base/threading/platform_thread.h"
15 #include "base/threading/thread_id_name_manager.h"
16 #include "base/threading/thread_restrictions.h"
platform_thread_win.cc 5 #include "base/threading/platform_thread.h"
10 #include "base/threading/thread_id_name_manager.h"
11 #include "base/threading/thread_restrictions.h"
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 7 import threading namespace
119 self._thread = threading.Thread(target=self._server.serve_forever)
123 self._path_data_lock = threading.Lock()
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_cpp/
library.dsc 10 '../../../../ppapi/utility/threading',
100 # ppapi/utility/threading
241 'DEST': 'include/ppapi/utility/threading',
  /external/chromium_org/tools/valgrind/tsan_v2/
suppressions.txt 10 race:base/threading/watchdog_unittest.cc
31 race:base/threading/watchdog.cc
34 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c
  /external/chromium_org/v8/tools/testrunner/network/
endpoint.py 32 import threading namespace
49 self.sender_lock = threading.Lock()
50 self.senderthread = threading.Thread(target=self._SenderThread)
perfdata.py 31 import threading namespace
55 self.lock = threading.Lock()
99 self.lock = threading.Lock()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 11 import threading namespace
34 class P2P_Find (threading.Thread):
60 threading.Thread.__init__(self)
p2p_group_add.py 10 import threading namespace
40 class P2P_Group_Add (threading.Thread):
74 threading.Thread.__init__(self)
p2p_invite.py 10 import threading namespace
39 class P2P_Invite (threading.Thread):
71 threading.Thread.__init__(self)
p2p_listen.py 11 import threading namespace
31 class P2P_Listen(threading.Thread):
57 threading.Thread.__init__(self)

Completed in 620 milliseconds

<<11121314151617181920>>