HomeSort by relevance Sort by last modified time
    Searched full:sleep (Results 51 - 75 of 2999) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/broadcom/libbt/include/
bt_vendor_brcm.h 103 /* sleep mode
114 In sleep mode 1, this is the number of firmware loops executed with no
116 traffic excluding certain sleep mode commands and the presence of SCO
117 connections if the "Allow Host Sleep During SCO" flag is not set to 1.
127 HC is considered idle. Depending on the mode, HC may then attempt to sleep.
128 Activity includes HCI traffic excluding certain sleep mode commands and
147 When this flag is set to 0, the host is not allowed to sleep while
148 an SCO is active. In sleep mode 1, the device will keep the host
150 When this flag is set to 1, the host can sleep while an SCO is active.
160 In Mode 0, always set byte 7 to 0. In sleep mode 1, device alway
    [all...]
  /external/valgrind/main/gdbserver_tests/
sleepers.c 13 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
main.m 35 // sleep for objectalloc
36 // while(1) sleep(60);
  /external/chromium/chrome/browser/
power_save_blocker_mac.cc 15 // Block just idle sleep; allow display sleep.
  /external/chromium_org/native_client_sdk/src/tools/tests/
httpd_test.py 67 def _GetChromeMockArgs(self, page, http_request_type, sleep,
76 if sleep:
77 args.extend(['--sleep', str(sleep)])
83 args = self._GetChromeMockArgs('?quit=1', 'get', sleep=10)
89 args = self._GetChromeMockArgs(page=None, http_request_type=None, sleep=0,
96 args = self._GetChromeMockArgs('ok', 'post', sleep=10)
103 args = self._GetChromeMockArgs('fail', 'post', sleep=10)
  /external/chromium_org/tools/gyp/test/hello/
gyptest-disable-regyp.py 22 # Sleep so that the changed gyp file will have a newer timestamp than the
24 test.sleep()
gyptest-regyp.py 23 # Sleep so that the changed gyp file will have a newer timestamp than the
25 test.sleep()
  /external/compiler-rt/lib/tsan/lit_tests/
race_on_write.cc 14 sleep(1);
28 sleep(1);
atomic_free.cc 14 sleep(1);
atomic_free2.cc 6 sleep(1);
thread_leak3.c 12 sleep(1);
thread_leak4.c 7 sleep(10);
thread_leak5.c 14 sleep(1);
tiny_race.c 8 sleep(1);
  /external/valgrind/main/drd/tests/
pth_barrier_race.c 39 * The sleep() call below ensures that the pthread_barrier_destroy() call
42 sleep(1);
threaded-fork.c 13 sleep((unsigned long)dummy);
44 sleep(1);
  /external/valgrind/main/none/tests/
threaded-fork.c 11 sleep( (unsigned long)dummy );
42 sleep(1);
  /packages/apps/Camera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java 67 Thread.sleep(WAIT_FOR_STABLE_STATE);
80 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
83 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
85 Thread.sleep(WAIT_FOR_STABLE_STATE);
103 Thread.sleep(WAIT_FOR_PREVIEW);
106 Thread.sleep(WAIT_FOR_VIDEO_CAPTURE_TO_BE_TAKEN);
108 Thread.sleep(WAIT_FOR_PREVIEW);
110 Thread.sleep(WAIT_FOR_STABLE_STATE);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ImageCapture.java 80 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
83 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
101 Thread.sleep(WAIT_FOR_SWITCH_CAMERA);
105 Thread.sleep(2 * 1000); //sleep for 2 seconds.
118 Thread.sleep(WAIT_FOR_SWITCH_CAMERA);
122 Thread.sleep(2 * 1000); //sleep for 2 seconds.
VideoCapture.java 76 Thread.sleep(WAIT_FOR_PREVIEW);
79 Thread.sleep(video_duration);
94 Thread.sleep(WAIT_FOR_SWITCH_CAMERA);
98 Thread.sleep(2 * 1000); //sleep for 2 seconds
111 Thread.sleep(WAIT_FOR_SWITCH_CAMERA);
115 Thread.sleep(2 * 1000); //sleep for 2 seconds.
  /packages/apps/LegacyCamera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java 67 Thread.sleep(WAIT_FOR_STABLE_STATE);
80 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
83 Thread.sleep(WAIT_FOR_IMAGE_CAPTURE_TO_BE_TAKEN);
85 Thread.sleep(WAIT_FOR_STABLE_STATE);
103 Thread.sleep(WAIT_FOR_PREVIEW);
106 Thread.sleep(WAIT_FOR_VIDEO_CAPTURE_TO_BE_TAKEN);
108 Thread.sleep(WAIT_FOR_PREVIEW);
110 Thread.sleep(WAIT_FOR_STABLE_STATE);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 118 Thread.sleep(1000);
120 fail("unexpected InterruptedException when sleep");
135 Thread.sleep(1000);
137 fail("unexpected InterruptedException when sleep");
152 Thread.sleep(3000);
154 fail("unexpected InterruptedException when sleep");
187 Thread.sleep(defaultDuration);
189 fail("unexpected InterruptedException when sleep");
220 Thread.sleep(duration / 3);
222 fail("unexpected InterruptedException when sleep");
    [all...]
  /art/test/033-class-init-deadlock/src/
Main.java 34 try { Thread.sleep(1000); } catch (InterruptedException ie) { }
37 try { Thread.sleep(6000); } catch (InterruptedException ie) { }
52 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
62 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/_locales/en/
messages.json 20 "description": "Browser action title when preventing system sleep."
  /external/dnsmasq/contrib/slackware-dnsmasq/
rc.dnsmasq.gz 

Completed in 4691 milliseconds

1 23 4 5 6 7 8 91011>>