/external/junit/src/junit/textui/ |
D | TestRunner.java | 117 public TestResult doRun(Test suite, boolean wait) { in doRun() argument 126 pause(wait); in doRun() 130 protected void pause(boolean wait) { in pause() argument 131 if (!wait) return; in pause() 160 boolean wait= false; in start() 164 wait= true; in start() 183 return runSingleMethod(testCase, method, wait); in start() 185 return doRun(suite, wait); in start() 191 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod() argument 194 return doRun(test, wait); in runSingleMethod()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
D | SDL_thread.c | 174 SDL_sem *wait; member 199 SDL_SemPost(args->wait); in SDL_RunThread() 235 args->wait = SDL_CreateSemaphore(0); in SDL_CreateThread() 236 if ( args->wait == NULL ) { in SDL_CreateThread() 253 SDL_SemWait(args->wait); in SDL_CreateThread() 260 SDL_DestroySemaphore(args->wait); in SDL_CreateThread()
|
/external/webkit/JavaScriptCore/wtf/ |
D | ThreadingQt.cpp | 171 bool res = thread->wait(); in waitForThreadCompletion() 232 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition 234 m_condition->wait(mutex.impl()); in wait() 250 return m_condition->wait(mutex.impl(), static_cast<unsigned long>(intervalMilliseconds)); in timedWait()
|
D | ThreadingGtk.cpp | 205 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition 218 wait(mutex); in timedWait()
|
D | ThreadingPthreads.cpp | 272 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition 284 wait(mutex); in timedWait()
|
D | ThreadingNone.cpp | 50 void ThreadCondition::wait(Mutex& mutex) { } in wait() function in WTF::ThreadCondition
|
D | MainThread.cpp | 126 syncFlag.wait(conditionMutex); in callOnMainThreadAndWait()
|
D | MessageQueue.h | 91 m_condition.wait(m_mutex); in waitForMessage()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
D | SDL_thread.c | 159 struct Task *wait; member 184 Signal(args->wait,SIGBREAKF_CTRL_E); in SDL_RunThread() 215 args->wait = FindTask(NULL); in SDL_CreateThread() 216 if ( args->wait == NULL ) { in SDL_CreateThread()
|
D | SDL_systhread.c | 36 struct Task *wait; member 58 Father=data->wait; in RunThread() 77 Father=data->wait; in RunTheThread()
|
/external/webkit/WebCore/storage/ |
D | LocalStorageArea.cpp | 88 m_importCondition.wait(m_importLock); in length() 106 m_importCondition.wait(m_importLock); in key() 128 m_importCondition.wait(m_importLock); in getItem() 176 m_importCondition.wait(m_importLock); in contains()
|
D | DatabaseTask.cpp | 82 m_synchronousCondition->wait(*m_synchronousMutex); in waitForSynchronousCompletion()
|
D | LocalStorageThread.cpp | 126 m_terminateCondition.wait(m_terminateLock); in terminate()
|
/external/blktrace/btt/ |
D | iostat.c | 109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0; in __dump_stats() 139 sp->wait = sp->svctm = 0; in __dump_stats() 272 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->i_time,c_iop->t.time)); in iostat_complete() 274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time)); in iostat_complete()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSNotificationCenterExtras.m | 43 …hName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait 55 … performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait];
|
D | WebNSNotificationCenterExtras.h | 35 …Name:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
|
/external/bluez/utils/dund/ |
D | dund.h | 46 int dun_open_connection(int sk, char *pppd, char **pppd_opts, int wait);
|
D | dun.c | 304 int dun_open_connection(int sk, char *pppd, char **args, int wait) in dun_open_connection() argument 324 if (wait) { in dun_open_connection()
|
/external/junit/src/junit/extensions/ |
D | ActiveTestSuite.java | 55 wait(); in waitUntilFinished()
|
/external/e2fsprogs/lib/ss/ |
D | list_rqs.c | 82 wait(&waitb); in ss_list_requests()
|
/external/gtest/test/ |
D | gtest_test_utils.py | 167 ret_code = p.wait()
|
/external/webkit/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 121 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
|
D | WebKit.def | 127 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
|
D | WebKit_Cairo.def | 120 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
|
D | WebKit_debug.def | 127 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
|