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

<<11121314151617181920>>

  /sdk/eclipse/scripts/
setup_eclipse.sh 62 sleep 5 # give some time for Eclipse to start and setup its environment
  /sdk/emulator/tools/
qemu-props.c 65 sleep(1);
  /system/core/include/cutils/
threads.h 118 Sleep(10);
  /system/core/nexus/
WifiScanner.cpp 96 sleep(mPeriod);
WifiStatusPoller.cpp 96 sleep(1);
  /system/core/toolbox/
hd.c 92 sleep(repeat);
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 85 sleep (10);
test_timer_create2.c 97 sleep (10);
  /system/extras/tests/cpueater/
daemonize.c 109 sleep(delay);
  /system/netd/
main.cpp 72 sleep(1000);
  /external/icu4c/test/intltest/
tsmthred.cpp 86 #ifdef sleep
87 #undef sleep macro
162 static void sleep(int32_t millis); // probably shouldn't go here but oh well.
291 void SimpleThread::sleep(int32_t millis) function in class:SimpleThread
293 ::Sleep(millis);
324 SimpleThread::sleep(int32_t millis) function in class:SimpleThread
461 void SimpleThread::sleep(int32_t millis) function in class:SimpleThread
550 // each sleep 1 second and then set their chars. At the end we make sure they
560 virtual void run() { SimpleThread::sleep(1000);
591 SimpleThread::sleep(100)
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ThreadPoolExecutorTest.java 60 Thread.sleep(SHORT_DELAY_MS);
66 Thread.sleep(SMALL_DELAY_MS);
82 Thread.sleep(SHORT_DELAY_MS);
127 Thread.sleep(SMALL_DELAY_MS);
239 Thread.sleep(SHORT_DELAY_MS);
277 Thread.sleep(SHORT_DELAY_MS);
350 Thread.sleep(SHORT_DELAY_MS);
377 Thread.sleep(SHORT_DELAY_MS);
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 90 Thread.sleep(DURATION);
99 Thread.sleep(DURATION);
RemoteCallbackListTest.java 169 // sleep some time to wait for onCallbackDied called.
170 Thread.sleep(1000);
  /dalvik/vm/native/
java_lang_VMThread.c 212 * static void sleep(long msec, int nsec)
257 { "sleep", "(JI)V",
  /external/bluetooth/glib/tests/
child-test.c 87 sleep (ttl);
157 Sleep (ttl * 1000);
  /external/dbus/test/
Makefile.am 9 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-exit test-sleep-forever
57 test-sleep-forever.c
  /external/icu4c/test/threadtest/
threadtest.cpp 47 static void Sleep(int millis) {::Sleep(millis);};
50 static void yield() {::Sleep(0);};
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis)
106 ::sleep(seconds);
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ...
  /external/opencore/doc/oscl_html/
osclconfig__util_8h.html 24 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__util_8h.html#a4">SLEEP_ONE_SEC</a>&nbsp;&nbsp;&nbsp;sleep(1)</td></tr>
121 <td class="md" nowrap valign="top"> #define SLEEP_ONE_SEC&nbsp;&nbsp;&nbsp;sleep(1)
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 164 // Sleep for a proportional while.
172 Thread.sleep(sleepTime);
  /external/webkit/JavaScriptCore/wtf/
TCSpinLock.h 180 // Sleep for a few milliseconds
182 Sleep(2);
  /external/webkit/WebKitTools/Scripts/
run-mangleme-tests 126 sleep 1;
157 sleep 1;
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 118 Sleep(2000); // give the process some time to launch
124 Sleep(gQueryInterval*1000);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 332 Thread.sleep(2*60*1000);
378 //introduce sleep for 1 s to avoid common time stamps for files being created
379 Thread.sleep(1000);
423 //introduce sleep for 10 ms to avoid common time stamps for files being created
424 Thread.sleep(10);
722 Thread.sleep(60*1000);
739 //sleep for 1 minute
740 Thread.sleep(60*1000);
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 87 // Sleep for at least one second so that the modification time will be different.
89 Thread.sleep(1000);

Completed in 168 milliseconds

<<11121314151617181920>>