Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/external/valgrind/gdbserver_tests/
DmcinvokeRU.stdoutB.exp2 gdbserver: continuing after wait ...
4 gdbserver: continuing after wait ...
6 gdbserver: continuing after wait ...
8 gdbserver: continuing after wait ...
10 gdbserver: continuing after wait ...
12 gdbserver: continuing after wait ...
14 gdbserver: continuing after wait ...
16 gdbserver: continuing after wait ...
18 gdbserver: continuing after wait ...
20 gdbserver: continuing after wait ...
[all …]
DmcinvokeWS.stdoutB.exp2 gdbserver: continuing after wait ...
4 gdbserver: continuing after wait ...
6 gdbserver: continuing after wait ...
8 gdbserver: continuing after wait ...
10 gdbserver: continuing after wait ...
12 gdbserver: continuing after wait ...
14 gdbserver: continuing after wait ...
16 gdbserver: continuing after wait ...
18 gdbserver: continuing after wait ...
20 gdbserver: continuing after wait ...
[all …]
DmcinvokeWS.vgtest9 argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeWS --wait=60 -c v.wait 0
10 # if the --wait is not enough, the test will fail or block
DmcinvokeRU.vgtest11 argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeRU --max-invoke-ms=0 --wait=60 -c v.wait 0
12 # if the --wait is not enough, the test will fail or block.
/external/llvm/lib/Support/
DGraphWriter.cpp82 StringRef Filename, bool wait, in ExecGraphViewer() argument
85 if (wait) { in ExecGraphViewer()
135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
138 wait &= !ViewBackground; in DisplayGraph()
147 if (wait) in DisplayGraph()
152 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
162 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
174 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
189 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
222 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
[all …]
/external/junit/src/junit/textui/
DTestRunner.java112 public TestResult doRun(Test suite, boolean wait) { in doRun() argument
121 pause(wait); in doRun()
125 protected void pause(boolean wait) { in pause() argument
126 if (!wait) return; in pause()
155 boolean wait= false; in start()
159 wait= true; in start()
178 return runSingleMethod(testCase, method, wait); in start()
180 return doRun(suite, wait); in start()
186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod() argument
189 return doRun(test, wait); in runSingleMethod()
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-bookII.s52 # CHECK-BE: wait 2 # encoding: [0x7c,0x40,0x00,0x7c]
53 # CHECK-LE: wait 2 # encoding: [0x7c,0x00,0x40,0x7c]
54 wait 2
113 # CHECK-BE: wait 0 # encoding: [0x7c,0x00,0x00,0x7c]
114 # CHECK-LE: wait 0 # encoding: [0x7c,0x00,0x00,0x7c]
115 wait
116 # CHECK-BE: wait 1 # encoding: [0x7c,0x20,0x00,0x7c]
117 # CHECK-LE: wait 1 # encoding: [0x7c,0x00,0x20,0x7c]
119 # CHECK-BE: wait 2 # encoding: [0x7c,0x40,0x00,0x7c]
120 # CHECK-LE: wait 2 # encoding: [0x7c,0x00,0x40,0x7c]
/external/valgrind/drd/tests/
Dmonitor_example.cpp116 void wait() in wait() function in Monitor
195 void wait(const int state) in wait() function in StateVariable
199 m_monitor.wait(); in wait()
213 s_sv.wait(1); in thread_func()
215 s_sv.wait(3); in thread_func()
225 s_sv.wait(2); in main()
227 s_sv.wait(4); in main()
/external/valgrind/helgrind/tests/
Dtc23_bogus_condwait.stderr.exp-mips328 Thread #x: pthread_cond_{timed}wait called with invalid mutex
15 Thread #x: pthread_cond_{timed}wait called with un-held mutex
22 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
37 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
44 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
51 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
58 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
/external/libcxx/test/std/thread/futures/futures.shared_future/
Dwait.pass.cpp52 f.wait(); in main()
55 f.wait(); in main()
66 f.wait(); in main()
69 f.wait(); in main()
80 f.wait(); in main()
83 f.wait(); in main()
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dwait.pass.cpp52 f.wait(); in main()
55 f.wait(); in main()
66 f.wait(); in main()
69 f.wait(); in main()
80 f.wait(); in main()
83 f.wait(); in main()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DSyncEvent.h70 void wait () in wait() function
72 mCondVar.wait (mMutex); in wait()
86 bool wait (long millisec) in wait() function
88 bool retVal = mCondVar.wait (mMutex, millisec); in wait()
DCondVar.h66 void wait (Mutex& mutex);
79 bool wait (Mutex& mutex, long millisec);
/external/skia/platform_tools/android/bin/
Dadb_list_devices.py35 code = device_proc.wait()
92 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
97 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
103 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
112 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
134 code = proc.wait()
/external/clang/test/Sema/
Dtransparent-union-pointer.c5 union wait *__uptr;
9 extern int wait (__WAIT_STATUS __stat_loc);
13 wait(&status); in fastcgi_cleanup()
/external/libcxx/include/
Dcondition_variable34 void wait(unique_lock<mutex>& lock);
36 void wait(unique_lock<mutex>& lock, Predicate pred);
79 void wait(Lock& lock);
81 void wait(Lock& lock, Predicate pred);
133 void wait(_Lock& __lock);
135 void wait(_Lock& __lock, _Predicate __pred);
188 condition_variable_any::wait(_Lock& __lock)
195 __cv_.wait(__lk);
201 condition_variable_any::wait(_Lock& __lock, _Predicate __pred)
204 wait(__lock);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c87 boolean wait, in llvmpipe_get_query_result() argument
104 if (!wait) in llvmpipe_get_query_result()
161 boolean b, wait; in llvmpipe_check_render_cond() local
166 wait = (lp->render_cond_mode == PIPE_RENDER_COND_WAIT || in llvmpipe_check_render_cond()
169 b = pipe->get_query_result(pipe, lp->render_cond_query, wait, (void*)&result); in llvmpipe_check_render_cond()
/external/llvm/test/MC/Mips/
Dmicromips-control-instructions.s36 # CHECK-EL: wait # encoding: [0x00,0x00,0x7c,0x93]
37 # CHECK-EL: wait 17 # encoding: [0x11,0x00,0x7c,0x93]
69 # CHECK-EB: wait # encoding: [0x00,0x00,0x93,0x7c]
70 # CHECK-EB: wait 17 # encoding: [0x00,0x11,0x93,0x7c]
97 wait
98 wait 17
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c137 boolean wait, in r300_get_query_result() argument
146 if (wait) { in r300_get_query_result()
157 (!wait ? PIPE_TRANSFER_DONTBLOCK : 0)); in r300_get_query_result()
185 boolean wait; in r300_render_condition() local
190 wait = mode == PIPE_RENDER_COND_WAIT || in r300_render_condition()
193 if (r300_get_query_result(pipe, query, wait, &result)) { in r300_render_condition()
/external/jetty/src/java/org/eclipse/jetty/continuation/
DFauxContinuation.java409 long wait=_timeoutMs; in fauxSuspend() local
410 while (_timeoutMs>0 && wait>0) in fauxSuspend()
414 this.wait(wait); in fauxSuspend()
420 wait=expire_at-System.currentTimeMillis(); in fauxSuspend()
423 if (_timeoutMs>0 && wait<=0) in fauxSuspend()
/external/openssh/openbsd-compat/
Dbsd-nextstep.c35 union wait statusp; in posix_wait()
38 #undef wait /* Use NeXT's wait() function */ in posix_wait()
39 wait_pid = wait(&statusp); in posix_wait()
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-bookII.txt36 # CHECK: wait 2
81 # CHECK: wait 0
84 # CHECK: wait 1
87 # CHECK: wait 2
/external/libcxx/src/
Dshared_mutex.cpp30 __gate1_.wait(lk); in lock()
33 __gate2_.wait(lk); in lock()
63 __gate1_.wait(lk); in lock_shared()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.hpp67 virtual void wait() const = 0;
107 virtual void wait() const;
134 virtual void wait() const;
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c159 boolean wait, in softpipe_get_query_result() argument
204 boolean b, wait; in softpipe_check_render_cond() local
211 wait = (sp->render_cond_mode == PIPE_RENDER_COND_WAIT || in softpipe_check_render_cond()
214 b = pipe->get_query_result(pipe, sp->render_cond_query, wait, in softpipe_check_render_cond()

12345678910>>...26