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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
90 extern int daylight;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
90 extern int daylight;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
90 extern int daylight;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */
89 extern int daylight;
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 45 * tm_isdst - Flag to indicate whether daylight saving time is in effect. The
58 int tm_isdst; ///< daylight savings time
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 48 // Gregorian, since we know they didn't have daylight time when
251 * Sets the daylight savings starting year, that is, the year this time zone began
252 * observing its specified daylight savings time rules. The time zone is considered
253 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
254 * support historical daylight-savings-time rules.
255 * @param year the daylight savings starting year.
267 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
295 * @param month the daylight savings starting month. Month is 0-based.
297 * @param dayOfWeekInMonth the daylight savings startin
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 49 // Gregorian, since we know they didn't have daylight time when
252 * Sets the daylight savings starting year, that is, the year this time zone began
253 * observing its specified daylight savings time rules. The time zone is considered
254 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
255 * support historical daylight-savings-time rules.
256 * @param year the daylight savings starting year.
268 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
296 * @param month the daylight savings starting month. Month is 0-based.
298 * @param dayOfWeekInMonth the daylight savings startin
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 47 * let's assume this timezone has daylight savings from the 4th month till
  /cts/apps/CtsVerifier/lib/colorchecker/
whitebalancetest.cpp 32 // Assuming the Daylight CCT is set to 5200k, compute the CCT of other white
50 if (mMode == "daylight") {
79 // Across the Entire Gamut of Daylight and Skylight Chromaticities" by Hernandez
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 61 {MNOTE_PENTAX_TAG_TZ_DST, "DaylightSavings", N_("Daylight Savings"), ""},
96 {MNOTE_PENTAX2_TAG_HOMETOWN_DST, "HometownDST,", N_("Hometown DST"), N_("Home Daylight Savings Time")},
97 {MNOTE_PENTAX2_TAG_DESTINATION_DST, "DestinationDST", N_("Destination DST"), N_("Destination Daylight Savings Time")},
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 80 * Time zone and daylight saving time corrections applied to GMT to
93 * day, hour, minute, second, and microsecond. Time zone and daylight
136 * daylight saving time corrections for some geographic location,
148 * - Figure out the daylight saving time correction, tp_dst_offset.
229 * current daylight saving time rules (for testing only)
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 101 // Find the latest daylight and standard offsets (if any).
118 // Use the latest non-daylight offset (if any) as the raw offset.
212 // oldest-known non-daylight offset. The obvious alternative would be to
227 // Assume that all times before our first transition are non-daylight.
228 // Transition data tends to start with a transition to daylight, so just
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 14 time.daylight
101 # No test for daylight savings since strftime() does not change output
167 self.assertEqual(time.daylight, 0)
177 self.assertEqual(time.daylight, 1)
195 self.assertEqual(time.daylight, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 14 time.daylight
101 # No test for daylight savings since strftime() does not change output
167 self.assertEqual(time.daylight, 0)
177 self.assertEqual(time.daylight, 1)
195 self.assertEqual(time.daylight, 1)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 168 * zone property or a pair of standard and daylight time properties using
190 * to GMT to get local time in this time zone, taking daylight savings time into
192 * whether daylight savings time is in effect and needs to be figured into the offset
217 * daylight savings. This is the offset to add *to* UTC to get local time.
265 * to GMT to get local time, before taking daylight savings time into account).
274 * to GMT to get local time, before taking daylight savings time into account).
282 * Queries if this time zone uses daylight savings time.
283 * @return true if this time zone uses daylight savings time,
290 * Queries if the given date is in daylight savings time in
298 * @return true if the given date is in daylight savings time
    [all...]

Completed in 853 milliseconds

1 2 34 5 6 7 8 91011>>