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

<<11121314151617181920>>

  /bootable/bootloader/legacy/include/boot/
gpio_keypad.h 38 unsigned int settle_time; // micro seconds to wait before reading inputs after driving each output
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockNodeChangeListener.java 37 addLock.wait(500);
  /dalvik/tests/etc/
reference-run-test-classes 8 # --debug -- wait for debugger to attach
  /dalvik/vm/alloc/
Heap.h 30 * Initialization that needs to wait until after leaving zygote mode.
  /development/simulator/app/
ExternalRuntime.cpp 34 // TODO: cause thread to stop, then Wait for it
  /device/htc/sapphire/recovery/
recovery_ui.c 53 // Wait for the keys to be released, to avoid triggering
  /external/dbus/dbus/
dbus-threads.h 59 * where the mutex is fully unlocked to wait on a condition.
96 * #DBusThreadFunctions. Returns #TRUE if the wait did not
172 DBusCondVarWaitFunction condvar_wait; /**< Function to wait on a condition */
173 DBusCondVarWaitTimeoutFunction condvar_wait_timeout; /**< Function to wait on a condition with a timeout */
  /external/grub/docs/
grub.8 27 wait until a debugger will attach
  /external/kernel-headers/original/linux/mtd/
flashchip.h 72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_sysmutex.c 77 SDL_SetError("Couldn't wait on mutex");
  /external/webkit/WebKit/mac/Misc/
WebNSNotificationCenterExtras.h 35 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 35 wait(timeout);
TestHandlerThread.java 43 wait(endTime-now);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 70 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
  /frameworks/base/media/libstagefright/
MediaBufferGroup.cpp 74 mCondition.wait(mLock);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java 63 mLock.wait();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 63 mLock.wait();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockTask.java 49 wait(); method
PriorityThreadFactoryTest.java 55 wait(); method
  /system/core/debuggerd/
crasher.c 13 #include <sys/wait.h>
  /build/tools/dexpreopt/dexopt-wrapper/
DexOptWrapper.cpp 12 #include <sys/wait.h>
117 /* parent -- wait for child to finish */
126 * Wait for the optimization process to finish.
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 110 // wait for the task to finish completely (including onPostResult()).
124 // executed yet and the progress update may not have been processed. Wait until the task
134 // wait for progress update to be processed (happens asynchronously)
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 92 // Need to wait for a moment, let the internal Handler complete the operation
220 wait(timeout);
241 // after we return. Wait some time for the files to be closed.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Future.java 12 * complete, to wait for its completion, and to retrieve the result of
130 * @param timeout the maximum time to wait
138 * @throws TimeoutException if the wait timed out
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 172 start.wait();
205 sync.wait(500);
223 sync.wait(500);

Completed in 371 milliseconds

<<11121314151617181920>>