HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 351 - 375 of 2481) sorted by null

<<11121314151617181920>>

  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 279 // Wait on the remote thread control semaphore. If the queue is full, must block and wait
281 sema_status = RemoteThreadCtrlSema.Wait();
  /external/oprofile/daemon/
init.c 42 #include <sys/wait.h>
44 #include <wait.h>
296 wait(&child_status);
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 35 * 7000 dgram udp wait root /usr/sbin/tcpd /usr/sbin/udpred 192.168.100.16 7000
57 #include <sys/wait.h>
204 /* Wait up to two minutes. */
  /external/wpa_supplicant/
eloop_none.c 330 * TODO: wait for any event (read socket ready, timeout (tv),
333 os_sleep(1, 0); /* just a dummy wait for testing */
401 * TODO: wait for the file descriptor to have something available for
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 330 * TODO: wait for any event (read socket ready, timeout (tv),
333 os_sleep(1, 0); /* just a dummy wait for testing */
401 * TODO: wait for the file descriptor to have something available for
  /frameworks/base/awt/java/awt/
EventQueue.java 125 notifier.wait();
231 * Gets the next event no wait.
233 * @return the next event no wait.
  /frameworks/base/media/libstagefright/
Prefetcher.cpp 118 mCondition.wait(mLock);
318 mCondition.wait(mLock);
349 mCondition.wait(mLock);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 155 mLock.wait();
201 mLock.wait();
246 mLock.wait();
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 120 /* wait for user input to terminate */
177 /* wait for user */
202 /* Wait for user to hit any key before exiting. */
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 40 * return value wait for a result from the Service (i.e. they should not be called from the UI
148 mSyncManagerConnection.wait(mTimeout * 1000L);
153 Log.v(TAG, "Wait finished in " + (System.currentTimeMillis() - time) + "ms");
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 88 // Start thread that will wait for the connection completion so that it can get
135 // Wait for bind to finish
139 EmergencyCallbackModeExitDialog.this.wait();
  /system/core/adb/
commandline.c 147 " adb wait-for-device - block until device is online\n"
570 do_cmd(transport, serial, "wait-for-device", 0);
916 do_cmd(ttype, serial, "wait-for-device", 0);
962 if(!strncmp(argv[0], "wait-for-", strlen("wait-for-"))) {
964 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) {
966 service = "wait-for-usb";
968 service = "wait-for-local";
970 service = "wait-for-any"
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 106 UINT32 wait; /* Cumulative XFER wait for firmware to wake-up */ member in struct:__anon13557::__anon13559
131 UINT32 wait; /* Number of times XFER waited for firmware to wake-up */ member in struct:__anon13557::__anon13562
  /bionic/libc/kernel/common/linux/
console_struct.h 12 #include <linux/wait.h>
  /bionic/libc/unistd/
system.c 36 #include <sys/wait.h>
  /bootable/recovery/
verifier_test.sh 32 $ADB wait-for-device
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 29 /** timeout delta when wait in case the system is sluggish */
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 378 // wait for location requested to be called first, otherwise setLocation can be called
858 mIntentReceiver.wait(TEST_TIME_OUT);
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 106 mLock.wait();
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 52 /** The maximum time to wait for an operation. */
54 /** The interval time to wait for completing an operation. */
149 * Wait for an asynchronous media operation complete.
234 // wait time is longer than duration in case system is sluggish
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 30 /** The time to wait for the test host to finish taking the snapshot. */
  /cts/tools/utils/
host_config.xml 42 <!-- Time to wait [ms] after a package installation or removal. -->
  /dalvik/dvz/
dvz.c 24 #include <sys/wait.h>
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 16 * first-in-first-out (FIFO) wait queues. This class is designed to
145 * release parameters, and an internal FIFO wait queue. When this does
258 * Wait queue node class.
260 * <p>The wait queue is a variant of a "CLH" (Craig, Landin, and
473 * Head of the wait queue, lazily initialized. Except for
481 * Tail of the wait queue, lazily initialized. Modified only via
482 * method enq to add new wait node.
805 * queue. Used by condition wait methods as well as acquire.
    [all...]
package-info.java 29 * {@code Object.wait}, but offer extended capabilities.

Completed in 82 milliseconds

<<11121314151617181920>>