Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DGregorianCalendarTest.java48 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 …]
DSimpleTimeZoneTest.java405 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11); in test_inDaylightTimeLjava_util_Date() local
DDateTest.java33 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, in test_Constructor() local
/libcore/benchmarks/src/benchmarks/regression/
DExpensiveObjectsBenchmark.java145 GregorianCalendar gc = new GregorianCalendar(); in timeClonedGregorianCalendar() local
/libcore/luni/src/main/java/javax/xml/datatype/
DXMLGregorianCalendar.java688 XMLGregorianCalendar gc = this; in hashCode() local
/libcore/luni/src/main/java/java/lang/
DRuntime.java300 public native void gc(); in gc() method in Runtime
DSystem.java642 public static void gc() { in gc() method in System
/libcore/luni/src/main/java/java/util/
DDate.java675 GregorianCalendar gc = new GregorianCalendar(gmtZone); in toGMTString() local