Searched defs:tz (Results 1 - 25 of 26) sorted by relevance

12

/openjdk9/jdk/test/sun/util/calendar/zi/
H A DBackEnd.java42 abstract int processZoneinfo(Timezone tz); argument
H A DGen.java48 int processZoneinfo(Timezone tz) { argument
[all...]
H A DSimple.java70 int processZoneinfo(Timezone tz) { argument
H A DTestZoneInfo310.java246 private static ZoneInfoOld toZoneInfoOld(TimeZone tz) throws Exception { argument
[all...]
H A DGenDoc.java114 int processZoneinfo(Timezone tz) { argument
/openjdk9/jdk/test/sun/util/resources/cldr/
H A DBug8134384.java58 private static void testParse(Locale locale, String date, String tz) { argument
[all...]
/openjdk9/jdk/test/java/util/zip/
H A DTestLocalTime.java88 static void testWithTZ(TimeZone tz, LocalDateTime ldt) throws Throwable { argument
H A DTestExtraTime.java101 test(FileTime mtime, FileTime atime, FileTime ctime, TimeZone tz, byte[] extra) argument
113 test0(FileTime mtime, FileTime atime, FileTime ctime, TimeZone tz, byte[] extra) argument
[all...]
/openjdk9/jdk/test/java/util/Calendar/
H A DBug8152077.java87 private static void testRoll(TimeZone tz, int[] params, int[] sequence) { argument
H A DKoyomi.java46 public Koyomi(TimeZone tz) { argument
54 public Koyomi(TimeZone tz, Locale loc) { argument
/openjdk9/jdk/test/tools/pack200/
H A DTimeStamp.java51 static final TimeZone tz = TimeZone.getDefault(); field in class:TimeStamp
/openjdk9/jdk/test/java/util/TimeZone/
H A DDaylightTimeTest.java81 private static boolean findDSTTransition(TimeZone tz, long now) { argument
H A DTimeZoneRegression.java84 private void sub4084933(TimeZone tz) { argument
308 private void sub4126678(TimeZone tz) { argument
903 sub4208960(TimeZone tz) argument
[all...]
H A DTimeZoneTest.java503 void testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) argument
[all...]
H A DTimeZoneBoundaryTest.java118 findDaylightBoundaryUsingTimeZone(Date d, boolean startsInDST, long expectedBoundary, TimeZone tz) argument
285 testUsingBinarySearch(SimpleTimeZone tz, Date d, long expectedBoundary) argument
[all...]
/openjdk9/langtools/test/tools/javac/lambda/8066974/
H A DT8066974.java22 <Z extends Throwable> Mapper<Throwing<Z>> mapper(Throwing<Z> tz) throws Z { return null; } argument
/openjdk9/hotspot/test/compiler/codegen/
H A DTest6823354.java116 static void tz() throws Exception { method in class:Test6823354
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotspot/
H A DTest6823354.java111 static void tz() throws Exception { method in class:Test6823354
/openjdk9/hotspot/src/share/vm/opto/
H A Dconvertnode.cpp329 const TypeLong* tz = this_type; local
/openjdk9/jdk/src/java.base/unix/native/libjava/
H A DTimeZone_md.c129 char *tz = NULL; local
245 char *tz = NULL; local
485 char *tz = NULL; local
581 char *tz = NULL; local
657 char *tz = NULL; local
680 mapPlatformToJavaTimezone(const char *java_home_dir, const char *tz) argument
787 char *tz; local
[all...]
/openjdk9/jdk/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c141 struct timezone tz; local
/openjdk9/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c215 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDate.java1132 private static double localTime(final double time, final TimeZone tz) { argument
1137 private static double utc(final double time, final TimeZone tz) { argument
/openjdk9/hotspot/src/share/vm/runtime/
H A Dos.cpp890 struct tm tz; local
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4347 TIME_ZONE_INFORMATION tz; local

Completed in 192 milliseconds

12