HomeSort by relevance Sort by last modified time
    Searched full:daylight (Results 26 - 50 of 434) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/
date.h 196 // more than one daylight savings offset change per 19 days.
202 // Size of the Daylight Savings Time cache.
205 // Daylight Savings Time segment stores a segment of time where
206 // daylight savings offset does not change.
214 // Computes the daylight savings offset for the given time.
242 // Daylight Saving Time cache.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
  /external/chromium_org/third_party/icu/source/i18n/
vzone.h 162 * zone property or a pair of standard and daylight time properties using
178 * to GMT to get local time in this time zone, taking daylight savings time into
180 * whether daylight savings time is in effect and needs to be figured into the offset
207 * daylight savings. This is the offset to add *to* UTC to get local time.
259 * to GMT to get local time, before taking daylight savings time into account).
270 * to GMT to get local time, before taking daylight savings time into account).
280 * Queries if this time zone uses daylight savings time.
282 * @return true if this time zone uses daylight savings time,
290 * Queries if the given date is in daylight savings time in
299 * @return true if the given date is in daylight savings time
    [all...]
wintzimpl.cpp 129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
145 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
  /external/icu4c/i18n/
vzone.h 150 * zone property or a pair of standard and daylight time properties using
165 * to GMT to get local time in this time zone, taking daylight savings time into
167 * whether daylight savings time is in effect and needs to be figured into the offset
193 * daylight savings. This is the offset to add *to* UTC to get local time.
243 * to GMT to get local time, before taking daylight savings time into account).
253 * to GMT to get local time, before taking daylight savings time into account).
262 * Queries if this time zone uses daylight savings time.
264 * @return true if this time zone uses daylight savings time,
271 * Queries if the given date is in daylight savings time in
280 * @return true if the given date is in daylight savings time
    [all...]
wintzimpl.cpp 129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
145 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 64 public enum WhiteBalance { DAYLIGHT, FLUORESCENT, CLOUDY, INCANDESCENT, AUTO };
130 * Flash: Auto / Exposure: None / WB: Daylight
135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
220 * Flash: Off / Exposure: Min / WB: Daylight
225 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
230 * Flash: On / Exposure: Max / WB: Daylight
235 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
366 * Flash: Auto / Exposure: Max / WB: Daylight
370 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO,
427 case DAYLIGHT
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java 42 assertTrue("Incorrect TZ constructed" + "using daylight savings", !st
171 assertEquals("Non-zero default daylight savings",
176 assertEquals("Incorrect default daylight savings",
181 assertEquals("Incorrect daylight savings from constructor", 7200000, st1
263 assertFalse("Returned incorrect daylight value1", zone.inDaylightTime(gc
266 assertFalse("Returned incorrect daylight value1", zone.inDaylightTime(gc
270 assertTrue("Returned incorrect daylight value3", !(zone
273 assertFalse("Returned incorrect daylight value4", zone
276 assertTrue("Returned incorrect daylight value5", !(zone
279 assertFalse("Returned incorrect daylight value6", zon
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbtz.h 126 * to GMT to get local time in this time zone, taking daylight savings time into
128 * whether daylight savings time is in effect and needs to be figured into the offset
153 * daylight savings. This is the offset to add *to* UTC to get local time.
201 * to GMT to get local time, before taking daylight savings time into account).
210 * to GMT to get local time, before taking daylight savings time into account).
218 * Queries if this time zone uses daylight savings time.
219 * @return true if this time zone uses daylight savings time,
226 * Queries if the given date is in daylight savings time in
234 * @return true if the given date is in daylight savings time,
  /external/icu4c/i18n/unicode/
rbtz.h 126 * to GMT to get local time in this time zone, taking daylight savings time into
128 * whether daylight savings time is in effect and needs to be figured into the offset
153 * daylight savings. This is the offset to add *to* UTC to get local time.
201 * to GMT to get local time, before taking daylight savings time into account).
210 * to GMT to get local time, before taking daylight savings time into account).
218 * Queries if this time zone uses daylight savings time.
219 * @return true if this time zone uses daylight savings time,
226 * Queries if the given date is in daylight savings time in
234 * @return true if the given date is in daylight savings time,
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 42 assertTrue("Incorrect TZ constructed" + "using daylight savings", !st
277 assertEquals("Non-zero default daylight savings",
282 assertEquals("Incorrect default daylight savings",
287 assertEquals("Incorrect daylight savings from constructor", 7200000, st1
407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc
410 assertTrue("Returned incorrect daylight value2", !(zone
414 assertTrue("Returned incorrect daylight value3", !(zone
417 assertTrue("Returned incorrect daylight value4", zone
420 assertTrue("Returned incorrect daylight value5", !(zone
423 assertTrue("Returned incorrect daylight value6", zon
    [all...]
  /bionic/libc/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /development/ndk/platforms/android-3/include/
time.h 54 int tm_isdst; /* daylight saving time */
90 extern int daylight;
  /development/ndk/platforms/android-8/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /frameworks/rs/scriptc/
rs_time.rsh 45 * tm_isdst - Flag to indicate whether daylight saving time is in effect. The
58 int tm_isdst; ///< daylight savings time
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
90 extern int daylight;
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;

Completed in 1105 milliseconds

12 3 4 5 6 7 8 91011>>