Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DGregorianCalendarTest.java64 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); in test_ConstructorIII() local
81 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIII() local
110 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIIII() local
163 GregorianCalendar gc = new GregorianCalendar(timezone); in test_ConstructorLjava_util_TimeZone() local
333 GregorianCalendar gc = new GregorianCalendar(); in test_getActualMaximumI() local
382 GregorianCalendar gc = new GregorianCalendar(); in test_getGreatestMinimumI() local
408 GregorianCalendar gc = new GregorianCalendar(); in test_getGregorianChange() local
424 GregorianCalendar gc = new GregorianCalendar(); in test_getLeastMaximumI() local
453 GregorianCalendar gc = new GregorianCalendar(); in test_getMaximumI() local
482 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.java34 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, in test_Constructor() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DPhantomReferenceTest.java69 private void check_gcInteraction(Runnable gc) { in check_gcInteraction()
/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java1585 GregorianCalendar gc = (GregorianCalendar) clone(); in getMaximum() local
1657 GregorianCalendar gc = (GregorianCalendar) clone(); in getLeastMaximum() local
1699 GregorianCalendar gc = getNormalizedCalendar(); in getActualMinimum() local
1749 GregorianCalendar gc = getNormalizedCalendar(); in getActualMaximum() local
2214 GregorianCalendar gc = (GregorianCalendar) clone(); in setWeekDate() local
2271 GregorianCalendar gc = getNormalizedCalendar(); in getWeeksInWeekYear() local
3139 GregorianCalendar gc; in getNormalizedCalendar() local
3357 GregorianCalendar gc = getNormalizedCalendar(); in pinDayOfMonth() local
DDate.java1259 GregorianCalendar gc = new GregorianCalendar(tz); in normalize() local
/libcore/benchmarks/src/benchmarks/regression/
DExpensiveObjectsBenchmark.java147 GregorianCalendar gc = new GregorianCalendar(); in timeClonedGregorianCalendar() local
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java83 public static void gc() { throw new RuntimeException("Stub!"); } in gc() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java83 public static void gc() { throw new RuntimeException("Stub!"); } in gc() method in System
/libcore/luni/src/main/java/javax/xml/datatype/
DXMLGregorianCalendar.java688 XMLGregorianCalendar gc = this; in hashCode() local
/libcore/ojluni/annotations/hiddenapi/java/lang/
DRuntime.java106 public void gc() { in gc() method in Runtime
DSystem.java219 public static void gc() { in gc() method in System
/libcore/ojluni/src/main/java/java/lang/
DRuntime.java769 public void gc() { in gc() method in Runtime
DSystem.java1504 public static void gc() { in gc() method in System
/libcore/luni/src/test/java/libcore/java/util/
DGregorianCalendarTest.java107 GregorianCalendar gc; in test_fieldsAffectedByGregorianCutOver() local