| /libcore/luni/src/test/java/libcore/java/util/ |
| D | SimpleTimeZoneTest.java | 48 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in testStandardParis2014() local 54 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime() local 62 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime() local 70 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_30thMarch_26thOctober_UtcTime() local 81 private void checkDstParis2014(TimeZone timeZone) { in checkDstParis2014() 88 TimeZone timeZone = new SimpleTimeZone(-18000000, "EST", in testDst_1stSundayApril_1stSundayOctober_DefaultTime() local 107 TimeZone timeZone = TimeZone.getTimeZone("America/New_York"); in testStandardNewYork2014() local 113 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() local 122 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() local 131 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() local [all …]
|
| D | GregorianCalendarTest.java | 162 TimeZone timeZone = TimeZone.getTimeZone("America/Los_Angeles"); in test_computeTime_enteringDst_TimeZone_LosAngeles_2014() local 175 TimeZone timeZone = TimeZone.getTimeZone("America/Los_Angeles"); in test_computeTime_enteringDst_DelegatingTimeZone_LosAngeles_2014() local 293 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in test_fromZonedDateTime() local 319 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in test_toZonedDateTime() local 327 private long getDstLosAngeles2014(TimeZone timeZone) { in getDstLosAngeles2014() 335 private void checkDstLosAngeles2014(TimeZone timeZone) { in checkDstLosAngeles2014() 399 TimeZone timeZone = cal.getTimeZone(); in checkOutsideDst() local 408 TimeZone timeZone = cal.getTimeZone(); in checkInsideDst() local 425 private final TimeZone timeZone; field in GregorianCalendarTest.DelegatingTimeZone 427 public DelegatingTimeZone(TimeZone timeZone) { in DelegatingTimeZone()
|
| D | CalendarTest.java | 150 private void testSetSelfConsistent(TimeZone timeZone, int year, int month, int day) { in testSetSelfConsistent() 164 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in testToInstant() local
|
| D | TimeZoneTest.java | 165 TimeZone timeZone = TimeZone.getTimeZone("Europe/Helsinki"); in testHelsinkiOverflow() local
|
| /libcore/luni/src/main/java/libcore/timezone/ |
| D | CountryTimeZones.java | 51 public OffsetResult(TimeZone timeZone, boolean oneMatch) { in OffsetResult() 287 TimeZone timeZone; in getIcuTimeZones() local 414 private static boolean offsetMatchesAtTime(TimeZone timeZone, int offsetMillis, boolean isDst, in offsetMatchesAtTime() 478 private static boolean offsetMatchesAtTime(TimeZone timeZone, int offsetMillis, in offsetMatchesAtTime() 492 TimeZone timeZone = TimeZone.getFrozenTimeZone(timeZoneId); in getValidFrozenTimeZoneOrNull() local
|
| /libcore/luni/src/test/java/libcore/java/time/zone/ |
| D | IcuZoneRulesProviderTest.java | 85 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneId); in testTransitionsNearInstants() local 131 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneId); in testAllTransitions() local
|
| /libcore/ojluni/src/test/java/time/tck/java/time/ |
| D | TCKClock.java | 96 public Clock withZone(ZoneId timeZone) { in withZone()
|
| /libcore/luni/src/test/java/libcore/libcore/icu/ |
| D | TimeZoneIntegrationTest.java | 473 java.util.TimeZone timeZone = java.util.TimeZone.getTimeZone(timeZoneId); in testDstMeansSummer() local 493 android.icu.util.TimeZone timeZone = android.icu.util.TimeZone.getTimeZone(timeZoneId); in testDstMeansSummer() local
|
| D | DateIntervalFormatTest.java | 433 final TimeZone timeZone = TimeZone.getTimeZone("UTC"); in testEndOfDayOnLastDayOfMonth() local
|
| /libcore/ojluni/src/main/java/java/time/zone/ |
| D | IcuZoneRulesProvider.java | 105 TimeZone timeZone = TimeZone.getFrozenTimeZone(zoneId); in generateZoneRules() local
|
| /libcore/luni/src/test/java/libcore/java/text/ |
| D | SimpleDateFormatTest.java | 599 TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in doTestFormat() local 647 TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in doUtcParsingTest() local 864 NonGregorianCalendar(TimeZone timeZone, Locale locale) { in NonGregorianCalendar()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | TimeZone.java | 739 public synchronized static void setDefault(TimeZone timeZone) in setDefault()
|
| /libcore/luni/src/main/java/libcore/util/ |
| D | ZoneInfo.java | 646 @Override public boolean hasSameRules(TimeZone timeZone) { in hasSameRules()
|
| /libcore/luni/src/test/java/libcore/libcore/timezone/ |
| D | CountryTimeZonesTest.java | 685 private void assertImmutableTimeZone(TimeZone timeZone) { in assertImmutableTimeZone()
|
| D | TimeZoneFinderTest.java | 928 private static void assertImmutableTimeZone(TimeZone timeZone) { in assertImmutableTimeZone()
|
| /libcore/benchmarks/src/benchmarks/regression/ |
| D | R.java | 2392 public static final int timeZone = 0; field in R
|