HomeSort by relevance Sort by last modified time
    Searched defs:sleep (Results 151 - 175 of 316) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 877 private void sleep(int millis) { method in class:BleClientService
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java 671 SensorCtsHelper.sleep(TEST_RUN_TIME_PERIOD_MILLISEC / 2, TimeUnit.MILLISECONDS);
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 217 void sleep(long ms) { method in class:BaseTelecomTestWithMockServices
219 Thread.sleep(ms);
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py 408 yield from asyncio.sleep(0)
453 yield from asyncio.sleep(10.0, loop=loop)
580 # The sleep should be cancelled immediately.
581 yield from asyncio.sleep(100, loop=loop)
611 waiters.append(asyncio.sleep(0.1, loop=loop))
650 yield from asyncio.sleep(0.2, loop=loop)
690 yield from asyncio.sleep(0.2, loop=loop)
731 a = self.new_task(loop, asyncio.sleep(0.1, loop=loop))
732 b = self.new_task(loop, asyncio.sleep(0.15, loop=loop))
761 a = self.new_task(loop, asyncio.sleep(0.01, loop=loop)
1244 def sleep(dt): function in function:BaseTaskTests.test_task_cancel_sleeping_task
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 59 private void sleep(int millis) { method in class:StateMachineTest
61 Thread.sleep(millis);
180 // Sleep and assume the other messages will be queued up.
183 sleep(500);
283 // Sleep and assume the other messages will be queued up.
286 sleep(500);
388 // Sleep and assume the other messages will be queued up.
391 sleep(500);
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 309 // There's no indication in the UI about the screenshot finish, so just sleep like a baby...
310 sleep(SAFE_SCREENSHOT_DELAY * DateUtils.SECOND_IN_MILLIS);
660 sleep(1000);
1067 private static void sleep(long ms) { method in class:BugreportReceiverTest
    [all...]
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 267 sleep(INITIAL_LAUNCH_IDLE_TIMEOUT);
275 sleep(PROFILE_SAVE_SLEEP_TIMEOUT);
300 sleep(POST_LAUNCH_IDLE_TIMEOUT);
316 sleep(POST_LAUNCH_IDLE_TIMEOUT);
327 sleep(BETWEEN_LAUNCH_SLEEP_TIMEOUT);
627 sleep(POST_LAUNCH_IDLE_TIMEOUT);
654 private void sleep(int time) { method in class:AppLaunch
656 Thread.sleep(time);
    [all...]
  /frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
AppLaunch.java 269 sleep(INITIAL_LAUNCH_IDLE_TIMEOUT);
305 sleep(POST_LAUNCH_IDLE_TIMEOUT);
326 sleep(POST_LAUNCH_IDLE_TIMEOUT);
333 sleep(BETWEEN_LAUNCH_SLEEP_TIMEOUT);
611 sleep(POST_LAUNCH_IDLE_TIMEOUT);
625 private void sleep(int time) { method in class:AppLaunch
627 Thread.sleep(time);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 91 // waken up from sleep and there are many packets to be processed in the SIP
566 sleep(timeout);
583 private synchronized void sleep(int timeout) { method in class:SipSessionGroup.SipSessionImpl.SessionTimer
    [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 207 SystemClock.sleep(100);
251 SystemClock.sleep(sleepBetweenDuration);
278 SystemClock.sleep(sleepBetweenDuration);
375 SystemClock.sleep(500);
499 SystemClock.sleep(100);
559 mDevice.sleep();
561 SystemClock.sleep(300);
571 SystemClock.sleep(100);
621 SystemClock.sleep(100);
655 SystemClock.sleep(200)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 462 Thread.sleep(100);
489 Thread.sleep(WAIT_MSEC);
519 Thread.sleep(WAIT_MSEC);
524 Thread.sleep(WAIT_MSEC);
554 Thread.sleep(100);
583 Thread.sleep(100);
600 Thread.sleep(100);
602 log(TEST_NAME, "position after 100 ms sleep =" + pos);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 222 // how long we need to sleep to ensure that the mtime of two files is
316 // sleep sleeps for one tick, where a tick is a conservative estimate
319 func (tg *testgoData) sleep() { func
320 time.Sleep(mtimeTick)
882 tg.sleep()
899 tg.sleep()
1011 tg.sleep()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 222 // how long we need to sleep to ensure that the mtime of two files is
316 // sleep sleeps for one tick, where a tick is a conservative estimate
319 func (tg *testgoData) sleep() { func
320 time.Sleep(mtimeTick)
882 tg.sleep()
899 tg.sleep()
1011 tg.sleep()
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 753 public void sleep(int milliseconds); method in interface:DeqpTestRunner.ISleepProvider
758 public void sleep(int milliseconds) { method in class:DeqpTestRunner.SleepProvider
759 RunUtil.getDefault().sleep(milliseconds);
770 * Sets the sleep provider IRecovery works on
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 490 #define sleep(...) (pthread_testcancel(), sleep(__VA_ARGS__)) macro
491 //#define Sleep(...) (pthread_testcancel(), Sleep(__VA_ARGS__))
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 193 int (*sleep)(int); member in struct:sqlite3_api_routines
472 #define sqlite3_sleep sqlite3_api->sleep
  /external/sqlite/dist/
sqlite3ext.h 193 int (*sleep)(int); member in struct:sqlite3_api_routines
472 #define sqlite3_sleep sqlite3_api->sleep
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 

Completed in 778 milliseconds

1 2 3 4 5 67 8 91011>>