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

<<11121314151617181920>>

  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 25 * This class define a semaphore. On this multiple threads can wait the arrival of one event. Thread wait for a maximum defined by the timeout.
53 * wait period for the event
385 logger.fine("Wait for announced cancelled: " + this);
387 logger.warning("Wait for announced timed out: " + this);
402 logger.warning("Wait for canceled timed out: " + this);
454 * Sets the state and notifies all objects that wait on the ServiceInfo.
464 * Sets the state and notifies all objects that wait on the ServiceInfo.
472 * Sets the state and notifies all objects that wait on the ServiceInfo.
479 * Sets the state and notifies all objects that wait on the ServiceInfo
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 219 .Wait();
222 .Wait();
244 base::Bind(&DisplayNameMatches, user_id_1_, kDisplayName)).Wait();
256 base::Bind(&DisplayNameMatches, user_id_1_, kDisplayName)).Wait();
271 // Wait until the login screen is up.
274 .Wait();
277 .Wait();
299 base::Bind(&IsNotKnownUser, user_id_2_)).Wait();
322 base::Bind(&DisplayNameMatches, user_id_1_, kDisplayName)).Wait();
324 // Wait for the login UI to be ready
    [all...]
  /external/chromium_org/third_party/android_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
157 # device will disappear from adb, wait for it to come back
158 self.SendCommand("wait-for-device")
314 wait_time: time in seconds to wait
321 self.SendCommand("wait-for-device")
335 wait_time: time in seconds to wait
356 """Wait until a process is running on the device.
360 wait_time: time in seconds to wait
367 self.SendCommand("wait-for-device"
    [all...]
  /external/chromium/base/synchronization/
condition_variable_win.cc 32 // was not willing to wait for all the threads to terminate. Such hasty
46 void ConditionVariable::Wait() {
47 // Default to "wait forever" timing, which means have to get a Signal()
48 // or Broadcast() to come out of this wait state.
109 // wait. This means that (worst case) we may over time create as many cv_event
110 // objects as there are threads simultaneously using this instance's Wait()
113 // We hold internal_lock, courtesy of Wait().
129 // RecycleEvent() takes a cv_event that was previously used for Wait()ing, and
130 // recycles it for use in future Wait() calls for this or other threads.
135 // We hold internal_lock, courtesy of Wait()
    [all...]
  /external/chromium_org/content/public/test/
test_utils.h 94 // A WindowedNotificationObserver allows code to wait until a condition is met.
115 // signal.Wait()
122 // Set up to wait for a simple condition. The condition is met when a
129 // Set up to wait for a complex condition. The condition is met when
137 // Wait until the specified condition is met. If the condition is already met
139 // given callback returns |true| already), Wait() returns immediately.
140 void Wait();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
event.cpp 77 // the wait list
81 // ...and wait on it.
82 sev->wait();
133 ev->wait();
205 // Create a hard event that depends on the events in the wait list:
232 // And wait on it.
233 hev->wait();
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 77 // the wait list
81 // ...and wait on it.
82 sev->wait();
133 ev->wait();
205 // Create a hard event that depends on the events in the wait list:
232 // And wait on it.
233 hev->wait();
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 176 SDL_sem *wait; member in struct:__anon26800
201 SDL_SemPost(args->wait);
237 args->wait = SDL_CreateSemaphore(0);
238 if ( args->wait == NULL ) {
254 /* Wait for the thread function to use arguments */
255 SDL_SemWait(args->wait);
262 SDL_DestroySemaphore(args->wait);
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.stderr.exp 8 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
29 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
36 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
43 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
50 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
  /frameworks/native/include/ui/
Fence.h 44 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
45 // should wait indefinitely for the fence to signal.
63 // wait waits for up to timeout milliseconds for the fence to signal. If
66 // TIMEOUT_NEVER may be used to indicate that the call should wait
68 status_t wait(unsigned int timeout);
71 // signal (just like wait(TIMEOUT_NEVER)), but issuing an error to the
72 // system log and fence state to the kernel log if the wait lasts longer
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 118 @brief Wait operation
123 @return One of the android error codes based on semaphore wait operation
125 status_t Semaphore::Wait()
133 ///Wait and return the status after signalling
185 @brief Wait operation with a timeout
190 @return One of the android error codes based on semaphore wait operation
216 ///Wait for the timeout or signal and return the result based on whichever event occurred first
  /libcore/libdvm/src/main/java/java/lang/
Object.java 263 * calling one of the {@code wait()} methods) to be woken up. If more than
282 * @see #wait()
283 * @see #wait(long)
284 * @see #wait(long,int)
291 * of calling one of the {@code wait()} methods) to be woken up. The threads
311 * @see #wait()
312 * @see #wait(long)
313 * @see #wait(long,int)
336 * Causes the calling thread to wait until another thread calls the {@code
342 * prematurely stop waiting, so {@code wait} should be called in a loop t
363 public final void wait() throws InterruptedException { method in class:Object
400 public final void wait(long millis) throws InterruptedException { method in class:Object
401 wait(millis, 0); method
441 public final native void wait(long millis, int nanos) throws InterruptedException; method in class:Object
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManager.java 61 * In the tests, one would set the TestLoaderManager upon creating the activity, and then wait for
74 * It one needs to wait for the same loader multiple times, call {@link #reset()} between the them
83 * // Load and wait again.
126 * not wait for it to complete again.
133 // This loader has already completed since the last reset, do not wait for it.
154 // We want to wait for each loader using a separate thread, so that we can
173 // Now we wait for all these threads to finish
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
condition_variable 81 wait(unique_lock<mutex>& __lock);
85 wait(unique_lock<mutex>& __lock, _Predicate __p)
88 wait(__lock);
199 wait(_Lock& __lock)
219 _M_cond.wait(__my_lock2);
225 wait(_Lock& __lock, _Predicate __p)
228 wait(__lock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
condition_variable 81 wait(unique_lock<mutex>& __lock);
85 wait(unique_lock<mutex>& __lock, _Predicate __p)
88 wait(__lock);
199 wait(_Lock& __lock)
219 _M_cond.wait(__my_lock2);
225 wait(_Lock& __lock, _Predicate __p)
228 wait(__lock);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
condition_variable 81 wait(unique_lock<mutex>& __lock);
85 wait(unique_lock<mutex>& __lock, _Predicate __p)
88 wait(__lock);
199 wait(_Lock& __lock)
219 _M_cond.wait(__my_lock2);
225 wait(_Lock& __lock, _Predicate __p)
228 wait(__lock);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
condition_variable 81 wait(unique_lock<mutex>& __lock);
85 wait(unique_lock<mutex>& __lock, _Predicate __p)
88 wait(__lock);
199 wait(_Lock& __lock)
219 _M_cond.wait(__my_lock2);
225 wait(_Lock& __lock, _Predicate __p)
228 wait(__lock);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
condition_variable 86 wait(unique_lock<mutex>& __lock);
90 wait(unique_lock<mutex>& __lock, _Predicate __p)
93 wait(__lock);
220 wait(_Lock& __lock)
227 _M_cond.wait(__my_lock2);
233 wait(_Lock& __lock, _Predicate __p)
236 wait(__lock);
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv_unittest.cc 132 decoder_thread_event_.Wait();
140 decoder_thread_event_.Wait();
165 decoder_thread_event_.Wait();
217 decoder_thread_event_.Wait();
228 decoder_thread_event_.Wait();
296 read_event_.Wait();
303 read_event_.Wait();
315 read_event_.Wait();
331 read_event_.Wait();
  /art/test/053-wait-some/src/
Main.java 18 * Exercise Object.wait(), comparing results against wall clock time.
37 sleepy.wait(-500);
50 sleepy.wait(delay);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegRespTestCase.java 52 // wait until p2p device is trying go negotiation.
59 // wait until p2p device is trying go negotiation.
62 wait(); method
GoTestCase.java 96 // wait until p2p client is joining.
103 // wait until p2p client is joining.
106 wait(); method
  /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.
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 75 * Wait for an action to complete.
77 * @param time The time to wait.
83 fail("error occurs when wait for an action: " + e.toString());
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 34 // Time to wait for call to be placed.
67 rcvr.wait(WAIT_TIME);
69 Log.w(LOG_TAG, "wait for phone call interrupted");

Completed in 761 milliseconds

<<11121314151617181920>>