OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sleep
(Results
1 - 16
of
16
) sorted by null
/external/sfntly/cpp/src/test/
platform_thread.cc
51
void PlatformThread::
Sleep
(int32_t duration_ms) {
52
::
Sleep
(duration_ms);
85
void PlatformThread::
Sleep
(int32_t duration_ms) {
/packages/apps/Nfc/nci/jni/
NfcTag.h
34
enum ActivationState {Idle,
Sleep
, Active};
119
** Description: What is the current state: Idle,
Sleep
, or Activated.
121
** Returns: Idle,
Sleep
, or Activated.
131
** Description: Set the current state: Idle or
Sleep
.
/external/compiler-rt/lib/tsan/rtl/
tsan_report.cc
49
const char *
Sleep
() { return Yellow(); }
62
,
sleep
()
236
Printf("%s", d.
Sleep
());
237
Printf(" As if synchronized via
sleep
:\n");
320
if (rep->
sleep
)
321
PrintSleep(rep->
sleep
);
/external/icu/icu4c/source/test/threadtest/
threadtest.cpp
48
static void
Sleep
(int millis) {::
Sleep
(millis);};
51
static void yield() {::
Sleep
(0);};
97
static void
Sleep
(int millis);
103
void ThreadFuncs::
Sleep
(int millis)
107
::
sleep
(seconds);
438
ThreadFuncs::
Sleep
(1000); // We
sleep
while threads do their work ...
/art/test/004-ThreadStress/src/
Main.java
42
// -
sleep
:X ........ frequency of
Sleep
145
private final static class
Sleep
extends Operation {
149
Thread.
sleep
(100);
205
Thread.
sleep
((int)(Math.random()*10));
220
frequencyMap.put(new
Sleep
(), 0.125); // 25/200
229
frequencyMap.put(new
Sleep
(), 0.2);
267
} else if (split[0].equals("-
sleep
")) {
268
op = new
Sleep
();
/external/v8/tools/push-to-trunk/
common_includes.py
242
def
Sleep
(self, seconds):
243
time.
sleep
(seconds)
331
self._side_effect_handler.
Sleep
(wait_time)
test_scripts.py
407
def
Sleep
(self, seconds):
[
all
...]
/external/v8/src/base/platform/
platform-posix.cc
203
void OS::
Sleep
(int milliseconds) {
platform-win32.cc
820
void OS::
Sleep
(int milliseconds) {
821
::
Sleep
(milliseconds);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 426 milliseconds