HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 501 - 525 of 2481) sorted by null

<<21222324252627282930>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java 11 * A synchronization aid that allows a set of threads to all wait for
14 * must occasionally wait for each other. The barrier is called
121 /** Condition to wait on until tripped */
360 * method will not wait at all.
380 * @param timeout the time to wait for the barrier
Semaphore.java 301 * while waiting for a permit then it will continue to wait, but the
372 * will not wait at all.
374 * @param timeout the maximum time to wait for a permit
458 * while waiting for permits then it will continue to wait and its
540 * will not wait at all. Any permits that were to be assigned to this
546 * @param timeout the maximum time to wait for the permits
568 * otherwise the thread will wait until sufficient permits are available.
package-info.java 88 * that the method should wait before indicating that it
95 * not to wait at all. To wait "forever", you can use a value
  /dalvik/vm/
Thread.h 49 THREAD_TIMED_WAIT = 2, /* TIMED_WAITING in Object.wait() */
51 THREAD_WAIT = 4, /* WAITING in Object.wait() */
198 /* links to the next thread in the wait set this thread is part of */
322 * Wait until a thread has suspended. (Used by debugger support.)
347 * or THREAD_MONITOR), do so in the same function as the wait -- this records
  /development/testrunner/
adb_interface.py 59 timeout_time: number of seconds to wait for command to respond before
79 timeout_time: number of seconds to wait for command to respond before
295 wait_time: time in seconds to wait
302 self.SendCommand("wait-for-device")
325 wait_time: time in seconds to wait
  /external/clearsilver/util/
skiplist.c 54 int block; /* TRUE if readers should wait */
56 pthread_mutex_t read; /* readers count/cond wait mutex */
58 pthread_cond_t resume; /* condition to wait on to resume reads */
59 pthread_cond_t flush; /* condition to wait on for flush */
119 cWait(&list->flush, &list->read); /* wait until reader locks released */
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.cpp 220 if (iThreadCreatedSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
234 //Wait for PV thread to initialize its scheduler.
235 if (iInitSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
280 //Wait for PV thread to finish up, then it's safe
282 if (iExitedSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
  /external/v8/src/
platform-macos.cc 509 void Wait() { semaphore_wait(semaphore_); }
511 bool Wait(int timeout);
520 bool MacOSSemaphore::Wait(int timeout) {
600 // Wait until next sampling.
657 // Wait for sampler thread to terminate.
platform-solaris.cc 448 virtual void Wait();
449 virtual bool Wait(int timeout);
456 void SolarisSemaphore::Wait() {
486 bool SolarisSemaphore::Wait(int timeout) {
506 // Wait for semaphore signalled or timeout.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 259 if (postDialState != PostDialState.WAIT) {
261 + "getPostDialState() to be WAIT but was " + postDialState);
543 // We don't need to pause here, but wait for just a bit anyway
554 } else if (c == PhoneNumberUtils.WAIT) {
555 setPostDialState(PostDialState.WAIT);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 226 mLockObj.wait(BROADCAST_TIMEOUT);
515 wait(500);
531 wait(1000);
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 109 * following the setContent will not get the expecting result. It have to wait all the
223 * following the setContent will not get the expecting result. It have to wait all the
336 * following the setContent will not get the expecting result. It have to wait all the
427 * following the setContent will not get the expecting result. It have to wait all the
468 * following the setContent will not get the expecting result. It have to wait all the
528 * following the setContent will not get the expecting result. It have to wait all the
589 * following the setContent will not get the expecting result. It have to wait all the
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
FakeTimeLimiter.html 194 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
261 callers are willing to wait on each method call to the proxy<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time that
262 callers are willing to wait on each method call to the proxy
291 <DT><B>Parameters:</B><DD><CODE>callable</CODE> - the Callable to execute<DD><CODE>timeoutDuration</CODE> - with timeoutUnit, the maximum length of time to wait<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time to wait<DD><CODE>amInterruptible</CODE> - whether to respond to thread interruption by abortin
    [all...]
SimpleTimeLimiter.html 200 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
295 callers are willing to wait on each method call to the proxy<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time that
296 callers are willing to wait on each method call to the proxy
325 <DT><B>Parameters:</B><DD><CODE>callable</CODE> - the Callable to execute<DD><CODE>timeoutDuration</CODE> - with timeoutUnit, the maximum length of time to wait<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time to wait<DD><CODE>amInterruptible</CODE> - whether to respond to thread interruption by abortin
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 75 assertEquals(String.format("%c1234", PhoneNumberUtils.WAIT),
77 String.format("+1 (700).555-41NN%c1234", PhoneNumberUtils.WAIT)));
78 assertEquals(String.format("%c1234%c%cN", PhoneNumberUtils.WAIT, PhoneNumberUtils.PAUSE,
79 PhoneNumberUtils.WAIT), PhoneNumberUtils
81 String.format("+1 (700).555-41NN%c1-2.34 %c%cN", PhoneNumberUtils.WAIT,
83 PhoneNumberUtils.WAIT)));
518 c = PhoneNumberUtils.WAIT;
  /external/grub/netboot/
davicom.c 204 /* wait */;
214 /* wait */ ;
381 /* wait */ ;
453 it transmit a packet and wait complete every time. */
536 /* wait */ ;
588 /* wait */ ;
601 /* eth_poll - Wait for a frame */
otulip.c 233 udelay(50000); /* wait for the setup packet to be processed */
296 /* Wait for transmit to complete before returning. not well tested.
310 ETH_POLL - Wait for a frame
  /external/libpcap/
aclocal.m4 415 dnl Checks to see if union wait is used with WEXITSTATUS()
426 [AC_MSG_CHECKING(if union wait is used)
430 # include <sys/wait.h>],
438 AC_DEFINE(DECLWAITSTATUS,union wait,[type for wait])
440 AC_DEFINE(DECLWAITSTATUS,int,[type for wait])
637 # include <sys/wait.h>
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 339 boolean wait = false;
351 wait = true;
372 if (wait) {
443 while (!mFinished) wait(); method
516 wait(1000);
582 " -W: wait for launch to complete\n" +
592 " -w: wait for instrumentation to finish before returning\n" +
  /frameworks/base/libs/audioflinger/
AudioPolicyService.cpp 630 mWaitWorkCV.wait(mLock);
640 mWaitWorkCV.wait(mLock);
650 mWaitWorkCV.wait(mLock);
694 result.append(" Command Time Wait pParam\n");
758 command->mCond.wait(mLock);
785 command->mCond.wait(mLock);
811 command->mCond.wait(mLock);
  /external/opencore/android/author/
android_audio_input.cpp 830 LOGV("Start is pending, Return here, wait for success or failure");
903 // wait for thread to set up AudioRecord
905 iAudioThreadStartCV->wait(*iAudioThreadStartLock);
960 iAudioThreadTermSem->Wait();
1012 iAudioThreadTermSem->Wait();
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 204 // headers and wait for an 100-continue response to handle it.
213 // As suggested by RFC 2616 section 8.2.3, we don't wait for a
246 * Wait for and receive a response.
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset8.h 109 * -# WAIT 2 sec
249 * -# WAIT 20 sec
368 * -# WAIT FOR EOS EVENT
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server.py 205 subprocess.Popen(setup_mount).wait()
210 # Wait for server to start.
234 self._process.wait()
  /frameworks/base/cmds/dumpstate/
dumpstate.c 26 #include <sys/wait.h>
141 for_each_pid(show_wchan, "BLOCKED PROCESS WAIT-CHANNELS");
263 /* wait for gzip to finish, otherwise it might get killed when we exit */

Completed in 298 milliseconds

<<21222324252627282930>>