/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 | 39 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, in test_Constructor() local
|
/libcore/ojluni/src/test/java/util/GregorianCalendar/ |
D | GregorianCalendarTest.java | 191 static void checkTimes(GregorianCalendar gc, long year, long month, long dayOfMonth, in checkTimes()
|
/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 | 1575 GregorianCalendar gc = (GregorianCalendar) clone(); in getMaximum() local 1640 GregorianCalendar gc = (GregorianCalendar) clone(); in getLeastMaximum() local 1682 GregorianCalendar gc = getNormalizedCalendar(); in getActualMinimum() local 1732 GregorianCalendar gc = getNormalizedCalendar(); in getActualMaximum() local 2175 GregorianCalendar gc = (GregorianCalendar) clone(); in setWeekDate() local 2232 GregorianCalendar gc = getNormalizedCalendar(); in getWeeksInWeekYear() local 3100 GregorianCalendar gc; in getNormalizedCalendar() local 3318 GregorianCalendar gc = getNormalizedCalendar(); in pinDayOfMonth() local
|
D | Date.java | 1261 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/sdk/nullability/java/lang/ |
D | System.annotated.java | 83 public static void gc() { throw new RuntimeException("Stub!"); } in gc() method in System
|
/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/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/luni/src/test/java/libcore/java/util/ |
D | GregorianCalendarTest.java | 107 GregorianCalendar gc; in test_fieldsAffectedByGregorianCutOver() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Runtime.java | 784 public void gc() { in gc() method in Runtime
|
D | System.java | 1603 public static void gc() { in gc() method in System
|