/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/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/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/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 87 boolean wait, in llvmpipe_get_query_result() 161 boolean b, wait; in llvmpipe_check_render_cond() local
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 118 hard_event::wait() const { in wait() function in hard_event 169 soft_event::wait() const { in wait() function in soft_event
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 137 boolean wait, in r300_get_query_result() 185 boolean wait; in r300_render_condition() 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/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_query.c | 159 boolean wait, in softpipe_get_query_result() 204 boolean b, wait; in softpipe_check_render_cond() local
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 43 #define wait(a) posix_wait(a) macro
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 103 TimeDelta wait, in WaitForProcessesToExit() 124 TimeDelta wait, in CleanupProcesses()
|
D | process_posix.cc | 29 base::TimeDelta wait) { in WaitpidWithTimeout() 94 base::TimeDelta wait) { in WaitForSingleNonChildProcess()
|
/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/iptables/iptables/ |
D | xshared.c | 249 int xtables_lock(int wait, struct timeval *wait_interval) in xtables_lock() 296 int wait = -1; in parse_wait_time() local
|
/external/skia/include/private/ |
D | SkSemaphore.h | 78 inline void SkBaseSemaphore::wait() { in wait() function
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 573 - 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/clang/test/CodeGenObjC/ |
D | debug-info-crash.m | 6 - (void)wait { method
|
/external/autotest/server/hosts/ |
D | remote.py | 93 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): argument 110 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, argument
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, in DisplayGraph()
|
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/ |
D | platform.h | 46 pn80t_platform_wait_t *const wait; member
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_event.hpp | 96 void wait(Lock& lock) in wait() function in asio::detail::posix_event
|