HomeSort by relevance Sort by last modified time
    Searched refs:wait (Results 301 - 325 of 1438) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 63 public void reboot(boolean confirm, String reason, boolean wait) {
68 public void shutdown(boolean confirm, boolean wait) {
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 49 void wait() const { barrier.wait(); } function in class:android::MessageBase
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.cpp 55 void CSemaphore::wait() function in class:CSemaphore
67 bool CSemaphore::wait(int sec) function in class:CSemaphore
  /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
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 33 cv.wait(lk);
43 cv.wait(lk);
notify_one.pass.cpp 33 cv.wait(lk);
43 cv.wait(lk);
wait_for.pass.cpp 66 cv.wait(lk);
80 cv.wait(lk);
wait_for_pred.pass.cpp 74 cv.wait(lk);
88 cv.wait(lk);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 37 cv.wait(lk);
47 cv.wait(lk);
notify_one.pass.cpp 37 cv.wait(lk);
47 cv.wait(lk);
wait_for.pass.cpp 69 cv.wait(lk);
83 cv.wait(lk);
wait_for_pred.pass.cpp 77 cv.wait(lk);
91 cv.wait(lk);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 67 ** Function: wait
69 ** Description: Block the caller and wait for a condition.
74 void CondVar::wait (Mutex& mutex) function in class:CondVar
79 ALOGE ("CondVar::wait: fail wait; error=0x%X", res);
86 ** Function: wait
88 ** Description: Block the caller and wait for a condition.
91 ** Returns: True if wait is successful; false if timeout occurs.
94 bool CondVar::wait (Mutex& mutex, long millisec) function in class:CondVar
101 ALOGE ("CondVar::wait: fail get time; errno=0x%X", errno)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 67 * Wait until the specified target device is found.
87 wait(t.getRemainTime());
95 * Wait until a p2p group is created.
108 wait(t.getRemainTime());
116 * Wait until a station gets connected.
135 wait(t.getRemainTime());
143 * Wait until a station gets disconnected.
168 wait(t.getRemainTime());
176 * Wait until a connection is disconnected.
189 wait(t.getRemainTime())
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 188 bool res = thread->wait();
251 void ThreadCondition::wait(Mutex& mutex) function in class:WTF::ThreadCondition
253 m_condition->wait(mutex.impl());
264 // Time is too far in the future (and would overflow unsigned long) - wait forever.
266 wait(mutex);
271 return m_condition->wait(mutex.impl(), static_cast<unsigned long>(intervalMilliseconds));
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.cpp 62 mUserCond.wait(mLock);
92 mUserCond.wait(mLock);
125 // Wait for the start signal
127 mAcquireCond.wait(mLock);
152 // Wait for the start signal
154 mReleaseCond.wait(mLock);
163 mReleaseCond.wait(mLock);
  /external/kernel-headers/original/asm-x86/
smp_32.h 67 int wait);
99 int wait)
101 return smp_ops.smp_call_function_mask(mask, func, info, wait);
  /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/smack/src/com/kenai/jbosh/
CMSessionParams.java 28 private final AttrWait wait; field in class:CMSessionParams
67 wait = aWait;
93 getRequiredAttribute(resp, Attributes.WAIT)),
134 return wait;
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferenceChangeEventTest.java 114 wait(500);
129 this.wait(100);
142 this.wait(1000);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.shared_future/
wait_for.pass.cpp 58 f.wait();
74 f.wait();
90 f.wait();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.unique_future/
wait_for.pass.cpp 58 f.wait();
74 f.wait();
90 f.wait();
  /bionic/libc/private/
syscommon.h 27 #include <sys/wait.h>
  /cts/suite/audio_quality/lib/src/
Semaphore.cpp 37 bool Semaphore::wait() function in class:Semaphore
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 47 wait(); method

Completed in 336 milliseconds

<<11121314151617181920>>