HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 401 - 425 of 8429) sorted by null

<<11121314151617181920>>

  /external/webrtc/src/system_wrappers/source/
event_posix.h 35 virtual EventTypeWrapper Wait(unsigned long maxTime);
48 EventTypeWrapper Wait(timespec& tPulse);
  /frameworks/base/libs/hwui/thread/
Barrier.h 41 void wait() const { function in class:android::uirenderer::Barrier
44 mCondition.wait(mLock);
Signal.h 38 void wait() { function in class:android::uirenderer::Signal
41 mCondition.wait(mLock);
  /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'
  /frameworks/native/services/surfaceflinger/
Barrier.h 40 void wait() const { function in class:android::Barrier
43 cv.wait(lock);
  /packages/apps/UnifiedEmail/res/values/
helpcontext.xml 21 <!-- Help context for the wait mode -->
22 <string name="wait_help_context" translatable="false">wait</string>
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcess.h 41 bool wait(int *exitStatus);
57 int KillProcess(int pid, bool wait);
  /development/ndk/sources/android/libportable/arch-mips/
waitpid.c 23 #include <sys/wait.h>
41 * The interpretation of status is documented in the wait(2) manual page
42 * and the implementation is in bionic/libc/include/sys/wait.h
76 pid_t WRAP(wait)(int *status) function
83 rv = REAL(wait)(status);
  /external/chromium/base/threading/
simple_thread_unittest.cc 55 // expected amount, otherwise we wait on the event. This will ensure that we
67 event_->Wait();
101 // Create a thread, and wait for it to signal us.
109 event.Wait();
127 event.Wait();
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.h 16 // This class helps us wait for incoming messages sent from javascript via
23 // It is also possible to have the extension wait for our reply. This is
24 // useful for coordinating multiple pages/processes and having them wait on
36 // multiple messages, and/or to wait for "any" message and then retrieve the
53 // message, or waits until it arrives. Returns false if the wait is
  /external/chromium_org/base/threading/
simple_thread_unittest.cc 55 // expected amount, otherwise we wait on the event. This will ensure that we
67 event_->Wait();
101 // Create a thread, and wait for it to signal us.
109 event.Wait();
127 event.Wait();
  /external/chromium_org/chrome/browser/extensions/
extension_test_message_listener.h 18 // This class helps us wait for incoming messages sent from javascript via
25 // It is also possible to have the extension wait for our reply. This is
26 // useful for coordinating multiple pages/processes and having them wait on
38 // multiple messages, and/or to wait for "any" message and then retrieve the
59 // message, or waits until it arrives. Returns false if the wait is
lazy_background_page_apitest.cc 40 // incognito. The goal is to load the extension, enable incognito, then wait
43 // have already loaded once before then. So we wait until the extension is
52 void Wait() {
54 original_complete_->Wait();
55 incognito_complete_->Wait();
87 // to dispatch the onInstalled event. We wait until it shuts down again.
94 page_complete.Wait();
112 page_complete.Wait();
136 page_complete.Wait();
163 page_complete.Wait();
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 51 observer.Wait();
71 infobar_added_1.Wait();
83 infobar_added_2.Wait();
84 infobar_removed_1.Wait();
93 infobar_removed_2.Wait();
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.cc 43 // Wait for WebRTC to call the success callback.
62 // Wait for WebRTC to call the fail callback.
98 // Wait for the bar to pop up, then return it.
99 infobar_added.Wait();
116 infobar_removed.Wait();
  /external/chromium_org/chrome/test/functional/gtalk/
test_basic.py 32 # Wait for the background view to load.
44 # Wait for viewer window to open.
49 # Wait for the sign-in iframe to load.
65 # Wait for /qsignin's BODY.
71 # Wait for the "Sign In" link.
81 # Wait for the login page to open.
85 # Wait for the login page's form element.
105 # Wait for the roster container iframe.
115 # Wait for the roster iframe to load.
126 # Wait for "chatpinger@appspot.com" to appear in the roster
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 127 // Do not allow a wait with a zero events count.
128 EXPECT_EQ(EINVAL, listener->Wait(ev, 0, TIMEOUT_IMMEDIATE, &event_cnt));
130 // Do not allow a wait with a negative events count.
131 EXPECT_EQ(EINVAL, listener->Wait(ev, -1, TIMEOUT_IMMEDIATE, &event_cnt));
133 // Do not allow a wait with a NULL EventData pointer
135 listener->Wait(NULL, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
141 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
148 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
155 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
164 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt))
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 47 // Wait for all threads to stop.
59 // We have to be holding the lock to read the queue and to call wait.
67 // wait yields the lock while waiting, but will have it again when awoken.
68 pool->fReady.wait();
70 // We've got the lock back here, no matter if we ran wait or not.
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
wait.cc 24 #include <sys/wait.h>
33 #if defined(WAIT)
34 res = wait(status);
55 // CHECK: {{in .*wait}}
56 // CHECK: {{in main .*wait.cc:}}
  /external/skia/src/utils/
SkThreadPool.cpp 47 // Wait for all threads to stop.
59 // We have to be holding the lock to read the queue and to call wait.
67 // wait yields the lock while waiting, but will have it again when awoken.
68 pool->fReady.wait();
70 // We've got the lock back here, no matter if we ran wait or not.
  /external/smack/src/org/xbill/DNS/
Resolver.java 64 * Sets the amount of time to wait for a response before giving up.
65 * @param secs The number of seconds to wait.
66 * @param msecs The number of milliseconds to wait.
71 * Sets the amount of time to wait for a response before giving up.
72 * @param secs The number of seconds to wait.
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 40 * process. Does not wait for a reference to become available.
99 // avoid overflow: if total > 292 years, just wait forever
102 wait(0);
111 // wait until notified or the timeout has elapsed
114 wait(timeoutMillis, timeoutNanos); method
  /system/extras/tests/bionic/libc/common/
test_executable_destructor.c 32 #include <sys/wait.h>
77 /* Fork the current process, then wait for the child to exit
90 /* in the parent, wait for the child to terminate */
91 if (wait(&status) < 0) {
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 108 // The following must be called without locking, and will spin wait until the
109 // threads are all in a wait state.
161 cv.TimedWait(kTenMs); // Wait for 10 ms.
162 cv.TimedWait(kTenMs); // Wait for 10 ms.
166 cv.TimedWait(kTenMs); // Wait for 10 ms.
167 cv.TimedWait(kTenMs); // Wait for 10 ms.
168 cv.TimedWait(kTenMs); // Wait for 10 ms.
203 queue.all_threads_have_ids()->Wait();
206 // If threads aren't in a wait state, they may start to gobble up tasks in
230 // Wait till we at least start to handle tasks (and we're not all waiting)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_default_policy_browsertest.cc 43 // of |pref_name| has changed. If the notification is received before Wait()
44 // has been called, Wait() returns immediately and no loop is spun.
49 void Wait();
70 void PrefChangeWatcher::Wait() {
158 watcher.Wait();
245 // Enable the large cursor through device policy and wait for the change to
269 // Enable spoken feedback through device policy and wait for the change to
293 // Enable high contrast mode through device policy and wait for the change to
317 // Set the screen magnifier type through device policy and wait for the change
345 // Enable the large cursor through device policy and wait for the change t
    [all...]

Completed in 694 milliseconds

<<11121314151617181920>>