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

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/hardware/
Android.mk 29 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/performance/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/performance2/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/performance3/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/performance4/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/performance5/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/provider/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/sax/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/speech/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/view/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/widget/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tools/cts-reference-app-lib/
Android.mk 24 # and when built explicitly put it in the data partition
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 22 # and when built explicitly put it in the data partition
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 30 // This should throw an exception when we toString() the argument
  /external/libffi/testsuite/
Android.mk 19 # Single test file to use when doing a default build.
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 130 public void setPeriodicSyncTime(int index, long when) {
132 periodicSyncTimes.set(index, when);
  /frameworks/base/core/java/android/os/
PowerManager.java 78 * flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i>
89 * will force the screen and/or keyboard to turn on immediately, when the WakeLock is
95 * <td>If this flag is set, the user activity timer will be reset when the WakeLock is
152 * Wake lock that turns the screen off when the proximity sensor activates.
181 * When this wake lock is released, poke the user activity timer
194 * <p>Call release when you are done and don't need the lock anymore.
245 * Makes sure the device is on at the level you asked when you created
262 * Makes sure the device is on at the level you asked when you created
371 * wake lock, and {@link WakeLock#release release()} when you are done.
405 * @param when is used to order this correctly with the wake lock calls
    [all...]
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 33 # this is the small startup code that is first run when
  /bionic/libdl/arch-sh/
sobegin.S 35 # INIT information when it find the function whose name is '_init'.
  /development/ide/xcode/ports/
skia_mac.cp 62 // object. This name is set in InterfaceBuilder when the nib is created.
67 // InterfaceBuilder when the nib is created.
  /development/simulator/wrapsim/
DevLog.c 233 time_t when; local
240 when = time(NULL);
246 * It's often useful when examining a log with "less" to jump to
253 ptm = localtime_r(&when, &tmBuf);
255 ptm = localtime(&when);
368 * output when called on the same file from multiple processes.
389 /* shouldn't happen when writing to file or tty */
  /external/skia/xcode/ports/
skia_mac.cp 63 // object. This name is set in InterfaceBuilder when the nib is created.
68 // InterfaceBuilder when the nib is created.

Completed in 1481 milliseconds

1 2 3 45 6 7 8 91011>>