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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 57 // need to block here to wait for our onLooperPrepared() to complete
62 wait(); method
90 // wait until we have the lock before sending the message.
93 // wait for the message to be handled
94 h1.wait();
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
StatTestRunner.java 31 * java junit.textui.TestRunner [-wait] TestCaseClass
38 * When the wait command line argument is given TestRunner
136 public TestResult doRun(Test suite, boolean wait) throws Exception {
150 pause(wait);
154 protected void pause(boolean wait) {
155 if (!wait) return;
183 boolean wait= false;
198 } else if (args[i].equals("-wait"))
199 wait= true;
209 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class")
    [all...]
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockPreferenceChangeListener.java 41 lock.wait(500);
88 lock.wait(100);
104 lock.wait(1000);
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownThread.java 44 wait(); method
61 wait(); method
75 wait(); method
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 57 * The return value is used only to wait for completion
64 * to wait for completion
79 * Wait until the task is completed on the worker
91 // This should wait until the transformThread is considered not alive.
  /external/kernel-headers/original/linux/
smp.h 54 int smp_call_function(void(*func)(void *info), void *info, int retry, int wait);
59 int on_each_cpu(void (*func) (void *info), void *info, int retry, int wait);
88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
89 #define on_each_cpu(func,info,retry,wait) \
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 24 shouldBe("storage['FOO']", "undefined"); // FIXME: Wait...shouldn't this be null?
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-1.html 8 <p>Wait a few seconds for the redirect to occur. If you return to this page after the redirect, then the test passed. If you end up at redir-2.html, then the test failed.</p>
  /external/webkit/WebCore/manual-tests/
textarea-iframe-navigation.html 9 <li>Wait for the navigation to happen</li>
crash-on-accessing-domwindow-without-frame.html 11 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" +
20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
  /system/core/libnetutils/
dhcp_utils.c 31 static const int NAP_TIME = 1; /* wait for 1 second at a time */
36 * Wait for a system property to be assigned a specified value.
37 * If desired_value is NULL, then just wait for the property to
39 * time in seconds to wait before giving up.
119 * Start the dhcp client daemon, and wait for it to finish
143 /* Start the daemon and wait until it's ready */
156 /* Wait for the daemon to return a result */
188 /* Stop the daemon and wait until it's reported to be stopped */
205 /* Stop the daemon and wait until it's reported to be stopped */
  /bionic/libstdc++/src/
one_time_construction.cpp 21 // 2 -> 6, wait and return 0
22 // 6 untouched, wait and return 0
  /dalvik/vm/native/
README.txt 8 All functions here either complete quickly or are used to enter a wait
10 these methods. This means that the GC will wait for these functions
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_mmio.h 37 /* Wait for fifo space */
45 /* Wait for idle accelerator */
matrox_mmio.h 37 /* Wait for fifo space */
45 /* Wait for idle accelerator */
  /external/qemu/
qemu-aio.h 27 /* Wait for a single AIO completion to occur. This function will wait
  /frameworks/base/libs/surfaceflinger/
Barrier.h 44 void wait() const { function in class:android::Barrier
47 cv.wait(lock);
  /frameworks/base/tests/backup/
test_backup_common.sh 22 # restart adb as root and wait for it to come back again
29 a 'wait-for-device'
  /external/quake/quake/src/QW/progs/
buttons.qc 9 self.nextthink = self.ltime + self.wait;
77 "wait" override the default 1 second wait (-1 = never return)
131 if (!self.wait)
132 self.wait = 1;
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset7.h 91 * -# WAIT 20 sec.
191 * -# WAIT 5 sec.
193 * -# WAIT 5 sec.
196 * -# WAIT 10 sec
293 * -# WAIT 10 sec.
295 * -# WAIT 5 sec.
297 * -# WAIT 10 sec.
393 * -# WAIT 10 sec.
395 * -# WAIT 10 sec.
491 * -# WAIT 20 sec
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 174 SDL_sem *wait; member in struct:__anon4324
199 SDL_SemPost(args->wait);
235 args->wait = SDL_CreateSemaphore(0);
236 if ( args->wait == NULL ) {
252 /* Wait for the thread function to use arguments */
253 SDL_SemWait(args->wait);
260 SDL_DestroySemaphore(args->wait);
  /cts/tests/src/android/os/cts/
TestThread.java 41 * Run the target Runnable object and wait until the test finish or throw
69 * Wait for the test thread to complete and throw the stored exception if there is one.
71 * @param runTime The time to wait for the test thread to complete.

Completed in 98 milliseconds

1 23 4 5 6 7 8 91011>>