HomeSort by relevance Sort by last modified time
    Searched full:sleep (Results 601 - 625 of 1083) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/linux/mtd/
nand.h 208 * @wq: wait queue to sleep on if a NAND operation is in progress
312 * @wq: [INTERN] wait queue to sleep on if a NAND operation is in progress
  /external/openssl/ssl/
s2_pkt.c 387 if (s->debug & 0x01) sleep(1);
499 if (s->debug & 0x01) sleep(1);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 27 #include <IOKit/IOMessage.h> /* For wake from sleep detection */
28 #include <IOKit/pwr_mgt/IOPMLib.h> /* For wake from sleep detection */
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 351 time.sleep(.5)
502 time.sleep(.5)
  /external/v8/src/
platform.h 202 // Sleep for a number of milliseconds.
203 static void Sleep(const int milliseconds);
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 467 Thread.sleep(100);
493 Thread.sleep(1000);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 191 * has the potential to put the caller to sleep while waiting for memory to become available.
209 * has the potential to put the caller to sleep while waiting for memory to become available.
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 50 private final static int WAIT_TIME = 5; // spin-wait sleep, in ms
633 Thread.sleep(WAIT_TIME);
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osApi.h 191 * has the potential to put the caller to sleep while waiting for memory to become available.
209 * has the potential to put the caller to sleep while waiting for memory to become available.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaAudioTrackTest.java 342 Thread.sleep(100);
370 Thread.sleep(100);
400 Thread.sleep(100);
402 Thread.sleep(100); // TODO: what is a sensible value?
431 Thread.sleep(100);
    [all...]
  /external/netperf/
netlib.c 30 /* msec_sleep() sleep for some msecs */
118 #define sleep(x) Sleep((x)*1000) macro
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 88 void sleep(DWORD Duration) function
90 Sleep(Duration);
753 Sleep(0);
    [all...]
  /external/blktrace/doc/
blktrace.tex 554 \item[S -- sleep] No available request structures were available, so
642 S & Sleep request \\ \hline
710 \item[S -- sleep] The starting sector and number of blocks is output
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 756 Thread.sleep(speechItem.mDuration);
781 Thread.sleep(100);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 500 * This will protect the initialization process from going to sleep
501 * After the firmware initializations completed (TWD_EnableExternalEvents), the sleep will be enabled
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 583 Thread.sleep(1);
587 Thread.sleep(5000);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.c 490 * This will protect the initialization process from going to sleep
491 * After the firmware initializations completed (TWD_EnableExternalEvents), the sleep will be enabled
    [all...]
  /bootable/diskinstaller/
installer.c 416 sleep(1);
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 439 Thread.sleep(1000);
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 68 Thread.sleep(sleepTime);
  /dalvik/vm/alloc/
HeapWorker.c 375 /* sleep until signaled */
  /dalvik/vm/jdwp/
JdwpMain.c 375 * "just sleep for a second after it connects".
  /development/pdk/docs/porting/
power_management.jd 178 <p>The early-suspend API allows drivers to get notified when user-space writes to <code>/sys/power/request_state</code> to indicate that the user visible sleep state should change. Suspend handlers are called in order of low to high (4 - 1 below) and resume handlers are called in order of high to low (1 - 4 below).</p>

Completed in 801 milliseconds

<<21222324252627282930>>