/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
BasicSettingPopup.java | 35 // daylight, incandescent, etc).
|
/external/chromium_org/third_party/icu/source/i18n/ |
timezone.cpp | 982 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const 984 return getDisplayName(daylight,style, Locale::getDefault(), result); 996 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const [all...] |
basictz.cpp | 274 // Set the standard and daylight saving rules 375 // Can get here if rules for start & end of daylight time have exactly
|
chnsecal.h | 213 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set. 216 * @return True if the current date for this Calendar is in Daylight Savings Time,
|
hebrwcal.h | 370 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set. 373 * @return True if the current date for this Calendar is in Daylight Savings Time,
|
/external/libexif/libexif/fuji/ |
mnote-fuji-entry.c | 74 {0x100, N_("Daylight")}, 76 {0x300, N_("Daylight fluorescent")},
|
/frameworks/base/docs/html/reference/renderscript/ |
structrs__tm.html | 62 <tr><td class="mdescLeft"> </td><td class="mdescRight">daylight savings time <br/></td></tr> 66 <p>tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds. tm_min - Minutes after the hour. This ranges from 0 to 59. tm_hour - Hours past midnight. This ranges from 0 to 23. tm_mday - Day of the month. This ranges from 1 to 31. tm_mon - Months since January. This ranges from 0 to 11. tm_year - Years since 1900. tm_wday - Days since Sunday. This ranges from 0 to 6. tm_yday - Days since January 1. This ranges from 0 to 365. tm_isdst - Flag to indicate whether daylight saving time is in effect. The value is positive if it is in effect, zero if it is not, and negative if the information is not available. </p>
|
/external/v8/src/ |
platform-win32.cc | 258 // routine also takes into account whether daylight saving is effect 262 // Returns the daylight savings time offset for the time in milliseconds. 266 // timestamp taking into account daylight saving. 293 // Return whether or not daylight savings time is in effect at this time. 425 "%s Daylight Time", 494 // takes into account whether daylight saving is in effect at the time. 529 // Return whether or not daylight savings time is in effect at this time. 544 // If the local time offset equals the timezone bias plus the daylight 553 // Return the daylight savings time offset for this time. 560 // timestamp taking into account daylight saving [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 361 * daylight savings offset in milliseconds. 584 * advanced during daylight savings time for the given time zone, or 585 * zero if the time zone does not observe daylight savings time. 592 * respect to standard time when the daylight savings rules are in 703 /** Daylight savings display name */ 705 /** Short daylight savings display name */ 734 * Determine if a UCalendar is currently in daylight savings time. 735 * Daylight savings time is not used in all parts of the world. 738 * @return TRUE if cal is currently in daylight savings time, FALSE otherwise [all...] |
dtfmtsym.h | 606 * zoneStrings[i][3] - long name of zone in daylight savings time 607 * example: Pacific Daylight Time 608 * zoneStrings[i][4] - short name of zone in daylight savings time 619 * are localized names. If a zone does not implement daylight savings 620 * time, the daylight savings time names are ignored.
|
/external/libexif/libexif/pentax/ |
mnote-pentax-entry.c | 98 {1, N_("Daylight")}, 246 {1, N_("Daylight")}, 251 {6, N_("Daylight fluorescent")},
|
/packages/apps/LegacyCamera/res/values/ |
arrays.xml | 203 <item>daylight</item> 205 <item>cloudy-daylight</item>
|
/libcore/luni/src/main/native/ |
libcore_icu_TimeZoneNames.cpp | 102 long_dst = "Samoa Daylight Time";
|
/libcore/luni/src/test/java/libcore/java/text/ |
DateFormatSymbolsTest.java | 156 assertEquals("Samoa Daylight Time", row[3]);
|
OldSimpleDateFormatTest.java | 429 test.test(" zzzz", cal, " Eastern Daylight Time", DateFormat.TIMEZONE_FIELD); 431 test.test(" zzzzz", cal, " Eastern Daylight Time", DateFormat.TIMEZONE_FIELD); 451 test.verifyFormatTimezone("America/Los_Angeles", "PDT, Pacific Daylight Time", "-0700, GMT-07:00", summerDate); 455 test.verifyFormatTimezone("America/Detroit", "EDT, Eastern Daylight Time", "-0400, GMT-04:00", summerDate);
|
/external/icu4c/i18n/unicode/ |
tzfmt.h | 205 * receiving time type (standard time, daylight time or unknown). 220 * Daylight saving time 529 * @param timeType the output argument for receiving the time type (standard/daylight/unknown) 593 * @param timeType The output argument for receiving the time type (standard/daylight/unknown), 611 * @param timeType The output argument for receiving the time type (standard/daylight/unknown), 716 * @param dstType the name type used for daylight time [all...] |
ucal.h | 367 * daylight savings offset in milliseconds. 559 * effect of daylight savings time, if any. When NULL, 637 * advanced during daylight savings time for the given time zone, or 638 * zero if the time zone does not observe daylight savings time. 645 * respect to standard time when the daylight savings rules are in 775 /** Daylight savings display name */ 777 /** Short daylight savings display name */ 806 * Determine if a UCalendar is currently in daylight savings time. 807 * Daylight savings time is not used in all parts of the world. 810 * @return TRUE if cal is currently in daylight savings time, FALSE otherwis [all...] |
dtfmtsym.h | 710 * zoneStrings[i][3] - long name of zone in daylight savings time 711 * example: Pacific Daylight Time 712 * zoneStrings[i][4] - short name of zone in daylight savings time 723 * are localized names. If a zone does not implement daylight savings 724 * time, the daylight savings time names are ignored.
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 99 * This time is in daylight savings time. One of: 172 // Set the daylight-saving indicator to the unknown value -1 so that 506 * from Daylight-Saving Time to Standard Time. 749 * of daylight saving time. For example, Cairo, Eqypt moves time ahead one 751 * also change daylight saving time at 12am. In those cases, the time
|
/external/icu4c/test/intltest/ |
tztest.cpp | 809 * from MST with daylight savings. 845 UBool daylight; member in struct:__anon19123 911 // Check daylight usage. 913 if (usesDaylight != kReferenceList[i].daylight) [all...] |
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 290 // MSFT month = 0 means no daylight time 340 * Return a GregorianCalendar representing the first standard/daylight transition between a 345 * @param startInDaylightTime whether daylight time is in effect at the startTime 542 * the transition to daylight time 619 // Simplest case is no daylight time 641 // Write the DAYLIGHT block 642 writer.writeTag("BEGIN", "DAYLIGHT"); 656 writer.writeTag("END", "DAYLIGHT"); 705 // If this time zone has daylight savings time, we need to do more work 728 // If there's no rule, we'll use the first transition to standard/to daylight [all...] |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |