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

1 2 34 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
  /packages/providers/ContactsProvider/
Android.mk 15 # The Emma tool analyzes code coverage when running unit tests on the
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
Android.mk 21 $(error BOARD_WLAN_TI_STA_DK_ROOT must be defined when including this makefile)
24 $(error This makefile must not be included when building the simulator)
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 33 # this is the small startup code that is first run when
crtbegin_static.S 33 # this is the small startup code that is first run when
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 33 # this is the small startup code that is first run when
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 65 + " However, the 'when' field is set to currentTimeMillis()")
70 assertTrue(System.currentTimeMillis() - mNotification.when < TOLERANCE);
75 assertEquals(notificationTime, mNotification.when);
136 assertEquals(mNotification.when, result.when);
  /dalvik/vm/native/
java_lang_System.c 228 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
230 RETURN_LONG(when);
244 u8 when = dvmGetRelativeTimeNsec(); local
245 RETURN_LONG(when);
  /development/tools/zoneinfo/
ZoneInfo.java 181 public int getOffset(long when) {
182 int unix = (int) (when / 1000);
206 public boolean inDaylightTime(Date when) {
207 int unix = (int) (when.getTime() / 1000);
  /external/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /frameworks/base/core/java/android/util/
TimeUtils.java 44 public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) {
53 Date d = new Date(when);
57 int currentOffset = current.getOffset(when);
95 if (tz.getOffset(when) == offset &&
122 * when computing the UTC time for a future event, applications should be aware that
127 * <p>The time zone database may be assumed to change only when the device runtime
  /frameworks/base/libs/ui/tests/
InputDispatcher_test.cpp 34 virtual void notifyConfigurationChanged(nsecs_t when) {
57 virtual void interceptKeyBeforeQueueing(nsecs_t when, int32_t deviceId,
62 virtual void interceptGenericBeforeQueueing(nsecs_t when, uint32_t& policyFlags) {
70 virtual void notifySwitch(nsecs_t when,
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 166 public int getOffset(long when) {
167 int unix = (int) (when / 1000);
191 public boolean inDaylightTime(Date when) {
192 int unix = (int) (when.getTime() / 1000);
  /frameworks/base/include/ui/
InputReader.h 255 void handleConfigurationChanged(nsecs_t when);
386 void processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue);
431 void processKey(nsecs_t when, bool down, int32_t keyCode, int32_t scanCode,
489 void sync(nsecs_t when);
765 void syncTouch(nsecs_t when, bool havePointerIds);
808 TouchResult consumeOffScreenTouches(nsecs_t when, uint32_t policyFlags);
809 void dispatchTouches(nsecs_t when, uint32_t policyFlags);
810 void dispatchTouch(nsecs_t when, uint32_t policyFlags, TouchData* touch,
866 void sync(nsecs_t when);
922 void sync(nsecs_t when);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 162 long when = c.getTimeInMillis(); local
164 if (when / 1000 < Integer.MAX_VALUE) {
165 SystemClock.setCurrentTimeMillis(when);
175 long when = c.getTimeInMillis(); local
177 if (when / 1000 < Integer.MAX_VALUE) {
178 SystemClock.setCurrentTimeMillis(when);
  /cts/tests/ApiDemosReferenceTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/accounts/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/app/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/content/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/database/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/gesture/
Android.mk 21 # and when built explicitly put it in the data partition

Completed in 1335 milliseconds

1 2 34 5 6 7 8 91011>>