/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 64 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 …]
|
D | SimpleTimeZoneTest.java | 405 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11); in test_inDaylightTimeLjava_util_Date() local
|
D | DateTest.java | 34 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, in test_Constructor() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | PhantomReferenceTest.java | 69 private void check_gcInteraction(Runnable gc) { in check_gcInteraction()
|
/libcore/ojluni/src/main/java/java/util/ |
D | GregorianCalendar.java | 1585 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
|
D | Date.java | 1259 GregorianCalendar gc = new GregorianCalendar(tz); in normalize() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ExpensiveObjectsBenchmark.java | 147 GregorianCalendar gc = new GregorianCalendar(); in timeClonedGregorianCalendar() local
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | System.annotated.java | 83 public static void gc() { throw new RuntimeException("Stub!"); } in gc() method in System
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | System.annotated.java | 83 public static void gc() { throw new RuntimeException("Stub!"); } in gc() method in System
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | XMLGregorianCalendar.java | 688 XMLGregorianCalendar gc = this; in hashCode() local
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Runtime.java | 106 public void gc() { in gc() method in Runtime
|
D | System.java | 219 public static void gc() { in gc() method in System
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Runtime.java | 769 public void gc() { in gc() method in Runtime
|
D | System.java | 1504 public static void gc() { in gc() method in System
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | GregorianCalendarTest.java | 107 GregorianCalendar gc; in test_fieldsAffectedByGregorianCutOver() local
|