/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 54 .get(Calendar.DAY_OF_MONTH)); in test_ConstructorIII() 72 .get(Calendar.DAY_OF_MONTH)); in test_ConstructorIIIII() 101 .get(Calendar.DAY_OF_MONTH)); in test_ConstructorIIIIII() 153 c1.set(Calendar.DAY_OF_MONTH, 2); in test_ConstructorLjava_util_TimeZone() 294 28, gc1.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() 296 29, gc2.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() 298 28, gc3.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() 300 29, gc4.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() 302 31, gc5.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() 304 30, gc6.getActualMaximum(Calendar.DAY_OF_MONTH)); in test_getActualMaximumI() [all …]
|
D | CalendarTest.java | 830 cal.set(Calendar.DAY_OF_MONTH, 1); in test_getDisplayNameIILjava_util_Locale()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldDateFormatTest.java | 168 c.set(Calendar.DAY_OF_MONTH, 32); in test_isLenient() 169 c.get(Calendar.DAY_OF_MONTH); in test_isLenient() 175 c.set(Calendar.DAY_OF_MONTH, 32); in test_isLenient() 176 c.get(Calendar.DAY_OF_MONTH); in test_isLenient() 185 c.set(Calendar.DAY_OF_MONTH, 32); in test_isLenient() 186 c.get(Calendar.DAY_OF_MONTH); in test_isLenient() 195 c.set(Calendar.DAY_OF_MONTH, 32); in test_isLenient() 196 c.get(Calendar.DAY_OF_MONTH); in test_isLenient() 445 c.set(Calendar.DAY_OF_MONTH, 32); in test_setLenientZ() 446 c.get(Calendar.DAY_OF_MONTH); in test_setLenientZ() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DataFormatFieldTest.java | 49 .ofCalendarField(Calendar.DAY_OF_MONTH); in test_ConstructorLjava_lang_StringLjava_lang_String() 51 DateFormat.Field.DAY_OF_MONTH, realField2); in test_ConstructorLjava_lang_StringLjava_lang_String() 98 .ofCalendarField(Calendar.DAY_OF_MONTH); in test_Constructor2() 100 DateFormat.Field.DAY_OF_MONTH, realField2); in test_Constructor2()
|
D | Support_SimpleDateFormat.java | 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 38, 40); in t_format_with_FieldPosition() 109 t_FormatWithField(27, format, date, null, Field.DAY_OF_MONTH, 0, 0); in t_format_with_FieldPosition() 163 v.add(new FieldContainer(6, 8, Field.DAY_OF_MONTH)); in getDateVector1() 175 v.add(new FieldContainer(5, 7, Field.DAY_OF_MONTH)); in getDateVector2() 217 v.add(new FieldContainer(38, 40, Field.DAY_OF_MONTH)); in getDateVector4() 218 v.add(new FieldContainer(41, 43, Field.DAY_OF_MONTH)); in getDateVector4() 219 v.add(new FieldContainer(44, 47, Field.DAY_OF_MONTH)); in getDateVector4()
|
D | Support_MessageFormat.java | 89 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH)); in getMessageVector1()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | CalendarTest.java | 155 assertEquals(day, calendar.get(Calendar.DAY_OF_MONTH)); in testSetSelfConsistent() 217 cal.set(Calendar.DAY_OF_MONTH, 1); in test_clear_45877() 225 assertTrue(cal.isSet(Calendar.DAY_OF_MONTH)); in test_clear_45877() 231 assertEquals(1, cal.get(Calendar.DAY_OF_MONTH)); in test_clear_45877() 234 assertTrue(cal.isSet(Calendar.DAY_OF_MONTH)); in test_clear_45877()
|
D | OldGregorianCalendarTest.java | 63 assertEquals(23, g.get(Calendar.DAY_OF_MONTH)); in test_computeFields()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | DateIntervalFormat.java | 96 endCalendar.roll(Calendar.DAY_OF_MONTH, false); in formatDateRange() 211 c1.get(Calendar.DAY_OF_MONTH) != c2.get(Calendar.DAY_OF_MONTH); in fallOnDifferentDates()
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
D | ASN1Time.java | 47 c.set(Calendar.DAY_OF_MONTH, in.times[2]); in getDecodedObject()
|
/libcore/luni/src/main/java/java/text/ |
D | DateFormat.java | 744 public static final Field DAY_OF_MONTH = new Field("day of month", Calendar.DAY_OF_MONTH); field in DateFormat.Field
|
D | SimpleDateFormat.java | 605 dateFormatField = Field.DAY_OF_MONTH; in append()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_MessageFormat.java | 91 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH)); in getMessageVector1()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore2Test.java | 679 Calendar.getInstance().get(Calendar.DAY_OF_MONTH); in test_getCreationDate() 681 int dayExpected = Calendar.getInstance().get(Calendar.DAY_OF_MONTH); in test_getCreationDate() 688 int dayActual1 = Calendar.getInstance().get(Calendar.DAY_OF_MONTH); in test_getCreationDate() 702 int dayActual2 = Calendar.getInstance().get(Calendar.DAY_OF_MONTH); in test_getCreationDate()
|
/libcore/luni/src/test/java/libcore/icu/ |
D | DateIntervalFormatTest.java | 37 c.set(Calendar.DAY_OF_MONTH, 19); in test_formatDateInterval() 335 c.set(Calendar.DAY_OF_MONTH, 10); in test10209343_when_this_year() 390 c.set(Calendar.DAY_OF_MONTH, 10); in test12004664()
|
/libcore/luni/src/main/java/libcore/util/ |
D | ZoneInfo.java | 813 calendar.set(Calendar.DAY_OF_MONTH, monthDay); 822 monthDay = calendar.get(Calendar.DAY_OF_MONTH);
|
/libcore/luni/src/main/java/java/util/ |
D | Calendar.java | 540 public static final int DAY_OF_MONTH = 5; field in Calendar
|
D | Date.java | 711 appendTwoDigits(result, cal.get(Calendar.DAY_OF_MONTH)); in toString()
|
D | Formatter.java | 1922 appendLocalized(result, calendar.get(Calendar.DAY_OF_MONTH), 2); in appendT() 1925 appendLocalized(result, calendar.get(Calendar.DAY_OF_MONTH), 0); in appendT()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CertificateTest.java | 406 cal.add(Calendar.DAY_OF_MONTH, 1); in checkValidity()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1762 DateFormat.Field.DAY_OF_MONTH, DateFormat.Field.ERA, in test_writeObject_DateFormat_Field()
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |