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

<<11121314151617181920>>

  /external/chromium/base/
base_switches.cc 11 // will wait for 60 seconds for the debugger to attach to itself. Then a break
50 // Will wait for 60 seconds for a debugger to come to attach to the process.
51 const char kWaitForDebugger[] = "wait-for-debugger";
  /external/chromium/base/synchronization/
waitable_event_win.cc 49 bool WaitableEvent::Wait() {
80 << "Can only wait on " << MAXIMUM_WAIT_OBJECTS << " with WaitMany";
89 FALSE, // don't wait for all the objects
  /external/chromium_org/base/
base_switches.cc 11 // will wait for 60 seconds for the debugger to attach to itself. Then a break
46 // Will wait for 60 seconds for a debugger to come to attach to the process.
47 const char kWaitForDebugger[] = "wait-for-debugger";
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 50 void WaitableEvent::Wait() {
83 << "Can only wait on " << MAXIMUM_WAIT_OBJECTS << " with WaitMany";
92 FALSE, // don't wait for all the objects
  /external/chromium_org/base/threading/
worker_pool_unittest.cc 38 test_event_.Wait();
83 test_event.Wait();
84 long_test_event.Wait();
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.cc 19 // Helper class used to wait for |OnFileSystemMounted| event from a drive file
41 void Wait() {
77 mount_point_waiter.Wait();
  /external/chromium_org/chrome/browser/
crash_recovery_browsertest.cc 31 observer.Wait();
59 observer.Wait();
90 observer.Wait();
fast_shutdown_browsertest.cc 54 window_observer.Wait();
62 // Need to wait for the renderer process to shutdown to ensure that we got the
70 renderer_shutdown_observer.Wait();
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_sessions_sync_test.cc 53 // Wait for sync.
75 // Wait for sync.
89 // Wait for sync.
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 174 // Wait for JavaScript to run the key handler by executing a blank script.
180 // Wait for JavaScript to run the key handler by executing a blank script.
186 // Wait for JavaScript to run the key handler by executing a blank script.
371 // Change the connect state, and wait for the notifications to be run, and NTP
595 // Wait for most visited data to be ready, if necessary.
597 observer.Wait();
615 observer.Wait();
627 observer.Wait();
640 observer.Wait();
650 observer.Wait();
    [all...]
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 41 void CondVar::Wait() {
42 cv_.Wait();
68 // Another thread is running the closure, wait until completion.
  /external/chromium_org/third_party/libjingle/source/talk/base/
nullsocketserver_unittest.cc 53 EXPECT_TRUE_WAIT(ss_.Wait(talk_base::kForever, process_io), kTimeout);
58 ss_.Wait(200, true);
59 // The actual wait time is dependent on the resolution of the timer used by
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.cpp 30 void PThreadEvent::wait() { function in class:PThreadEvent
61 // Wait for start signal
62 pthreadData->fStarted.wait();
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.py 14 - wait_for_seeked: If true forces the action to wait for seeked event to fire.
16 - wait_timeout: Timeout to wait for seeked event. Only valid with
42 # Check if we need to wait for 'seeked' event to fire.
  /external/chromium_org/v8/src/
marking-thread.cc 60 start_marking_semaphore_->Wait();
75 stop_semaphore_->Wait();
86 end_marking_semaphore_->Wait();
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 45 public static final int RESPONSE_MIN_WAIT_INTERVAL = 20; // minimal wait interval for response.
46 public static final int RESPONSE_MAX_WAIT_INTERVAL = 115; // maximal wait interval for response
47 public static final int PROBE_CONFLICT_INTERVAL = 1000; // milliseconds to wait after conflict.
  /external/kernel-headers/original/linux/
ncp_mount.h 33 unsigned int time_out; /* How long should I wait after
56 unsigned int time_out; /* How long should I wait after
80 unsigned int time_out; /* How long should I wait after
  /external/qemu/hw/
mips_timer.c 36 uint32_t wait; local
39 wait = env->CP0_Compare - env->CP0_Count -
41 next = now + muldiv64(wait, get_ticks_per_sec(), TIMER_FREQ);
  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 30 void PThreadEvent::wait() { function in class:PThreadEvent
61 // Wait for start signal
62 pthreadData->fStarted.wait();
  /frameworks/av/media/libmedia/
SoundPoolThread.cpp 28 mCondition.wait(mLock);
41 mCondition.wait(mLock);
56 mCondition.wait(mLock);
  /frameworks/av/media/libstagefright/
MediaAdapter.cpp 87 mBufferReadCond.wait(mAdapterLock);
119 ALOGV("wait for the buffer returned @ pushBuffer! %p", buffer);
120 mBufferReturnedCond.wait(mAdapterLock);
  /libcore/libart/src/main/java/java/lang/
Object.java 275 * calling one of the {@code wait()} methods) to be woken up. If more than
294 * @see #wait()
295 * @see #wait(long)
296 * @see #wait(long,int)
303 * of calling one of the {@code wait()} methods) to be woken up. The threads
323 * @see #wait()
324 * @see #wait(long)
325 * @see #wait(long,int)
348 * Causes the calling thread to wait until another thread calls the {@code
354 * prematurely stop waiting, so {@code wait} should be called in a loop t
375 public final native void wait() throws InterruptedException; method in class:Object
410 public final void wait(long millis) throws InterruptedException { method in class:Object
411 wait(millis, 0); method
451 public final native void wait(long millis, int nanos) throws InterruptedException; method in class:Object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
fork_wait.py 1 """This test case provides support for checking forking and wait behavior.
3 To test different wait behavior, override the wait_impl method.
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
fork_wait.py 1 """This test case provides support for checking forking and wait behavior.
3 To test different wait behavior, override the wait_impl method.
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
  /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
168 # device will disappear from adb, wait for it to come back
170 self.SendCommand("wait-for-device")
322 wait_time: time in seconds to wait
329 self.SendCommand("wait-for-device")
351 """Wait until a process is running on the device.
355 wait_time: time in seconds to wait
362 self.SendCommand("wait-for-device")
366 """Wait until a process is no longer running on the device
    [all...]

Completed in 620 milliseconds

<<11121314151617181920>>