HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 126 - 150 of 993) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/tools/skp/page_sets/
skia_pravda_nexus10.py 24 action_runner.Wait(5)
skia_samoasvg_desktop.py 24 action_runner.Wait(5)
skia_theverge_desktop.py 24 action_runner.Wait(15)
skia_tiger8svg_desktop.py 24 action_runner.Wait(5)
skia_tigersvg_desktop.py 24 action_runner.Wait(5)
skia_ugamsolutions_desktop.py 24 action_runner.Wait(15)
skia_unicodetable_desktop.py 25 action_runner.Wait(20)
skia_wowwiki_desktop.py 24 action_runner.Wait(25)
skia_ynevsvg_desktop.py 24 action_runner.Wait(5)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Program.h 93 int Wait
96 ///< of time to wait for the child process to exit. If the time
98 ///< this function will wait until the child finishes or forever if
133 /// prg.Wait(..);
134 /// @see Execute, Wait
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
parallel_for.cc 46 counter.Wait();
  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter.h 48 inline void Wait() {
53 cond_var_.wait(l);
56 // Wait for the specified time, return false iff the count has not dropped to
  /external/v8/src/base/platform/
condition-variable.h 27 // Any thread that intends to wait on a ConditionVariable has to acquire a lock
28 // on a Mutex first. The |Wait()| and |WaitFor()| operations atomically release
44 // |Wait()| causes the calling thread to block until the condition variable is
50 // and |Wait()| exits.
51 void Wait(Mutex* mutex);
109 // my_condvar.Pointer()->Wait(&my_mutex);
semaphore.h 30 // count is decremented each time a thread completes a wait for the semaphore
45 void Wait();
47 // Like Wait() but returns after rel_time time has passed. If the timeout
  /external/webrtc/webrtc/base/
signalthread_unittest.cc 54 Thread::Current()->socketserver()->Wait(250, false);
115 Thread::Current()->socketserver()->Wait(100, false);
142 Thread::Current()->socketserver()->Wait(10, false);
149 Thread::Current()->socketserver()->Wait(500, false);
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) {
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
epoll_file_descriptor.h 46 int Wait(epoll_event* events, int maxevents, int timeout) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
AddConfigWidgetTest.java 33 import com.android.launcher3.util.Wait;
101 // Open widget tray and wait for load complete.
103 assertTrue(Wait.atMost(Condition.minChildCount(widgetContainer, 2), DEFAULT_UI_TIMEOUT));
125 assertTrue(Wait.atMost(new WidgetSearchCondition(), DEFAULT_ACTIVITY_TIMEOUT));
129 assertTrue(Wait.atMost(new Condition() {
  /prebuilts/go/darwin-x86/src/os/
wait_wait6.go 16 // blockUntilWaitable attempts to block until a call to p.Wait will
18 // It does not actually call p.Wait.
  /prebuilts/go/darwin-x86/src/sync/
example_test.go 38 // Wait for all HTTP fetches to complete.
39 wg.Wait()
  /prebuilts/go/linux-x86/src/os/
wait_wait6.go 16 // blockUntilWaitable attempts to block until a call to p.Wait will
18 // It does not actually call p.Wait.
  /prebuilts/go/linux-x86/src/sync/
example_test.go 38 // Wait for all HTTP fetches to complete.
39 wg.Wait()
  /system/core/libbacktrace/
ThreadEntry.h 32 bool Wait(int);
39 // Always reset the wait value since this could be the first or nth
  /art/runtime/
barrier.cc 42 void Barrier::Wait(Thread* self) {
67 condition_.Wait(self);

Completed in 497 milliseconds

1 2 3 4 56 7 8 91011>>