/external/skia/src/core/ |
D | SkSemaphore.cpp | 22 void wait() { semaphore_wait(fSemaphore); } in wait() function 39 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 52 void wait() { in wait() function
|
D | SkTaskGroup.cpp | 32 void SkTaskGroup::wait() { in wait() function in SkTaskGroup
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 41 #define wait(a) posix_wait(a) macro
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 75 void ThreadPool::wait() { in wait() function in ThreadPool 126 void ThreadPool::wait() { in wait() function in ThreadPool
|
D | GraphWriter.cpp | 82 StringRef Filename, bool wait, in ExecGraphViewer() 135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
|
/external/junit/src/main/java/junit/textui/ |
D | TestRunner.java | 112 public TestResult doRun(Test suite, boolean wait) { in doRun() 125 protected void pause(boolean wait) { in pause() 189 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.c | 71 boolean wait, union pipe_query_result *result) in nvc0_get_query_result() 80 boolean wait, in nvc0_get_query_result_resource() 105 bool wait = in nvc0_render_condition() local
|
/external/iptables/iptables/ |
D | xshared.c | 249 static int xtables_lock(int wait, struct timeval *wait_interval) in xtables_lock() 297 int xtables_lock_or_exit(int wait, struct timeval *wait_interval) in xtables_lock_or_exit() 321 int wait = -1; in parse_wait_time() local
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 110 event::wait() const { in wait() function in event 162 hard_event::wait() const { in wait() function in hard_event 253 soft_event::wait() const { in wait() function in soft_event
|
/external/autotest/scheduler/ |
D | drone_task_queue.py | 28 def execute(self, drones, wait=True): argument
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Sync.hpp | 42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
|
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | Handle.java | 30 public WaitResult wait(Core.HandleSignals signals, long deadline); in wait() method
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_query.cpp | 78 boolean wait, in swr_get_query_result() 235 boolean b, wait; in swr_check_render_cond() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 95 boolean wait, in llvmpipe_get_query_result() 309 boolean b, wait; in llvmpipe_check_render_cond() local
|
/external/valgrind/drd/tests/ |
D | monitor_example.cpp | 116 void wait() in wait() function in Monitor 195 void wait(const int state) in wait() function in StateVariable
|
/external/skia/include/private/ |
D | SkSemaphore.h | 78 inline void SkBaseSemaphore::wait() { in wait() function
|
/external/python/cpython2/Demo/metaclasses/ |
D | Synch.py | 211 def producer(buffer, wait, n=1000): argument 221 def consumer(buffer, wait, n=1000): argument
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 141 boolean wait, in r300_get_query_result() 189 boolean wait; in r300_render_condition() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_query.c | 211 boolean wait, in softpipe_get_query_result() 268 boolean b, wait; in softpipe_check_render_cond() local
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 570 - make initscript stop() function wait until sshd really dead to avoid function
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCSessionDescriptionSyncObserver.m | 66 - (void)wait { method
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 103 TimeDelta wait, in WaitForProcessesToExit() 124 TimeDelta wait, in CleanupProcesses()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-crash.m | 6 - (void)wait { method
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query.c | 67 boolean wait, union pipe_query_result *result) in nv50_get_query_result() 83 bool wait = in nv50_render_condition() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, in DisplayGraph()
|