Searched defs:gc (Results 1 – 8 of 8) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 48 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); in test_ConstructorIII() local 65 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIII() local 94 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIIII() local 147 GregorianCalendar gc = new GregorianCalendar(timezone); in test_ConstructorLjava_util_TimeZone() local 317 GregorianCalendar gc = new GregorianCalendar(); in test_getActualMaximumI() local 366 GregorianCalendar gc = new GregorianCalendar(); in test_getGreatestMinimumI() local 392 GregorianCalendar gc = new GregorianCalendar(); in test_getGregorianChange() local 408 GregorianCalendar gc = new GregorianCalendar(); in test_getLeastMaximumI() local 445 GregorianCalendar gc = new GregorianCalendar(); in test_getMaximumI() local 474 GregorianCalendar gc = new GregorianCalendar(); in test_getMinimumI() local [all …]
|
D | SimpleTimeZoneTest.java | 405 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11); in test_inDaylightTimeLjava_util_Date() local
|
D | DateTest.java | 33 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, in test_Constructor() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ExpensiveObjectsBenchmark.java | 145 GregorianCalendar gc = new GregorianCalendar(); in timeClonedGregorianCalendar() local
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | XMLGregorianCalendar.java | 688 XMLGregorianCalendar gc = this; in hashCode() local
|
/libcore/luni/src/main/java/java/lang/ |
D | Runtime.java | 300 public native void gc(); in gc() method in Runtime
|
D | System.java | 642 public static void gc() { in gc() method in System
|
/libcore/luni/src/main/java/java/util/ |
D | Date.java | 675 GregorianCalendar gc = new GregorianCalendar(gmtZone); in toGMTString() local
|