Searched defs:sleep (Results 1 - 25 of 50) sorted by last modified time

12

/external/valgrind/main/gdbserver_tests/
H A Dsleepers.c13 static int sleepms = 1000; // in each loop, will sleep "sleepms" milliseconds
14 static int burn = 0; // after each sleep, will burn cpu in a tight 'burn' loop
62 int sleep; member in struct:spec
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
81 if (sleepms > 0 && s->sleep) {
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
157 b.sleep = *threads_spec++ == 'S';
159 if (b.burn || b.sleep) {
167 l.sleep = *threads_spec++ == 'S';
169 if (l.burn || l.sleep) {
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h195 int (*sleep)(int); member in struct:sqlite3_api_routines
416 #define sqlite3_sleep sqlite3_api->sleep
/external/sqlite/dist/
H A Dsqlite3ext.h195 int (*sleep)(int); member in struct:sqlite3_api_routines
416 #define sqlite3_sleep sqlite3_api->sleep
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java65 public void sleep(long delayMillis) { method in class:AnimationPlayerActivity.KillActivityHandler
163 Thread.sleep(32);
175 mKillActivityHandler.sleep(mAnimation.getDuration(0) * mAnimation.getNumberOfFrames());
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/protobuf/python/
H A Dez_setup.py153 ); from time import sleep; sleep(delay) namespace
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/openssl/
H A De_os.h718 #define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DBenchmark.java136 sleep(1);
153 private void sleep(int millis) { method in class:Benchmark
155 Thread.sleep(millis);
/external/netperf/
H A Dnetlib.c30 /* msec_sleep() sleep for some msecs */
118 #define sleep(x) Sleep((x)*1000) macro
2355 second calibration, and we used to have an aribtrary 40 second sleep
2697 sleep(1);
2738 sleep(1);
3320 /* sleep for that long so the 60 second select in recv_response will */
H A Dnetserver.c105 #define sleep(x) Sleep((x)*1000) macro
479 sleep(1);
H A Dnettest_bsd.c120 #define sleep(x) Sleep((x)*1000) macro
243 to decide to sleep for a little bit */ \
290 to decide to sleep for a little bit */ \
592 sleep(1);
4505 sleep(1);
6967 /* at this point, we may wish to sleep for some period of */
6969 /* and sleep for the difference of that and the interval. We */
6970 /* will not sleep if the time would be less than a */
/external/mockito/src/org/mockito/internal/verification/
H A DVerificationWithTimeoutImpl.java33 sleep(treshhold);
41 void sleep(int sleep) { argument
43 Thread.sleep(sleep);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c764 // wait one second to give the client a chance to go to sleep, and then start our ARP/NDP probing.
767 // If we don't wait for the client to go to sleep, then when the client sees our ARP Announcements there's a risk
903 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
907 // to sleep, then it is okay to start in Pending state as we will go back to NoTarget state if we don't have a target.
1321 // Adding a record may affect whether or not we should sleep
1762 // DiscardDeregistrations is used on shutdown and sleep to discard (forcibly and immediately)
1933 // Right now we only send Neighbor Solicitations to verify whether the host we're proxying for has gone to sleep yet.
4209 // If m->SPSSocket is NULL that means we're not acting as a sleep proxy any more,
4360 LogSPS("Re-sleep dela
5134 mDNSCoreMachineSleep(mDNS *const m, mDNSBool sleep) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c57 #define sleep(X) Sleep((X) * 1000) macro
533 if (++NumTries < DNSSD_CLIENT_MAXTRIES) sleep(1); // Sleep a bit, then try again
727 sleep(1);
899 if (num_logs < 1000) num_logs++; else sleep(1);
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp102 #ifdef sleep
103 #undef sleep macro
123 SimpleThread::sleep(int32_t millis) function in class:SimpleThread
258 void SimpleThread::sleep(int32_t millis) function in class:SimpleThread
291 SimpleThread::sleep(int32_t millis) function in class:SimpleThread
428 void SimpleThread::sleep(int32_t millis) function in class:SimpleThread
H A Dtsmthred.cpp98 #ifdef sleep
99 #undef sleep macro
217 // each sleep 1 second and then set their chars. At the end we make sure they
228 virtual void run() { SimpleThread::sleep(1000);
328 SimpleThread::sleep(100);
364 SimpleThread::sleep(500);
399 //SimpleThread::sleep(100);
435 SimpleThread::sleep(500);
524 SimpleThread::sleep(500);
542 SimpleThread::sleep(50
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java481 * Delays, via Thread.sleep, for the given millisecond delay, but
482 * if the sleep is shorter than specified, may re-sleep or yield
490 Thread.sleep(millis);
491 else // too short to sleep
709 void sleep(long millis) { method in class:JSR166TestCase
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DExecutionUtils.java42 public static void sleep(final int millis) { method in class:ExecutionUtils
46 Thread.sleep(millis);
54 * as {@link #sleep(int)}.
62 sleep(0);
68 sleep(millis);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3449 milliseconds

12