HomeSort by relevance Sort by last modified time
    Searched refs:Sleep (Results 101 - 125 of 339) sorted by null

1 2 3 45 6 7 8 91011>>

  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 54 # define sleep(x) Sleep((x) * 1000) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 45 # define sleep(x) Sleep((x) * 1000) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 45 # define sleep(x) Sleep((x) * 1000) macro
  /external/chromium_org/base/threading/
thread_collision_warner_unittest.cc 193 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(5));
251 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2));
321 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2));
platform_thread_unittest.cc 63 PlatformThread::Sleep(TimeDelta::FromMilliseconds(50));
  /external/chromium_org/base/
tools_sanity_unittest.cc 243 // Sleep for a few milliseconds so the two threads are more likely to live
246 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
259 // Sleep for a few milliseconds so the two threads are more likely to live
262 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
274 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
lazy_instance_unittest.cc 30 // Sleep for 1 second to try to cause a race.
31 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(1));
  /external/libhevc/common/
ithread.c 214 Sleep(u4_time_ms);
219 Sleep(u4_time_ms);
226 Sleep(u4_time_ms);
  /external/bison/lib/glthread/
lock.c 655 Sleep (0);
795 Sleep (0);
826 Sleep (1);
849 Sleep (0);
879 Sleep (1);
973 Sleep (0);
1041 Sleep (0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 218 Sleep(seconds * 1000);
222 Sleep(millis);
351 Sleep(0);
  /external/chromium_org/base/debug/
debugger_posix.cc 224 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
  /external/chromium_org/base/synchronization/
waitable_event_unittest.cc 82 PlatformThread::Sleep(TimeDelta::FromSeconds(static_cast<int>(seconds_)));
waitable_event_watcher_unittest.cc 95 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(30));
  /external/chromium_org/chrome/common/
worker_thread_ticker_unittest.cc 34 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(1500));
  /external/chromium_org/media/audio/
audio_input_volume_unittest.cc 31 // Sleep 100ms to wait for the operation.
32 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 165 Sleep(500);
  /external/chromium_org/ppapi/tests/
test_flash_drm.cc 87 ::Sleep(30);
  /external/chromium_org/sandbox/linux/services/
scoped_process_unittest.cc 106 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(time_to_sleep));
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 120 // Sleep(10000);
175 Sleep(1000); // Give a change to the debug output to arrive before the
  /external/chromium_org/sandbox/win/src/
handle_policy_test.cc 22 ::Sleep(::wcstoul(argv[0], NULL, 10));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Query11.cpp 75 Sleep(0);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 157 Sleep(0);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 56 Sleep(kTestDurationMs);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 157 Sleep(0);

Completed in 969 milliseconds

1 2 3 45 6 7 8 91011>>