/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 45 public int month1; field in class:TimeTest.DateTest 60 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1, 64 this.month1 = month1; 78 public DateTest(int year1, int month1, int day1, int hour1, int minute1, 81 this.month1 = month1; 185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 202 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 224 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1) [all...] |
/libcore/ojluni/src/main/java/sun/util/calendar/ |
BaseCalendar.java | 454 long month1 = jan1 + ACCUMULATED_DAYS_IN_MONTH[month]; local 456 ++month1; 458 int dayOfMonth = (int)(fixedDate - month1) + 1;
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 217 public int month1; field in class:TimeTest.DateTest 232 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1, 236 this.month1 = month1; 250 public DateTest(int year1, int month1, int day1, int hour1, int minute1, 253 this.month1 = month1; 357 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 369 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 386 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1) [all...] |
/libcore/ojluni/src/main/java/java/util/ |
GregorianCalendar.java | 1311 long month1; \/\/ fixed date of the first day (usually 1) of the month local 1366 long month1 = getFixedDateMonth1(cdate, fd); local 1447 long month1 = getFixedDateMonth1(cdate, fd); local 1641 long month1 = getFixedDateMonth1(gc.cdate, gc.calsys.getFixedDate(gc.cdate)); local 3236 long month1 = getFixedDateMonth1(date, fd); local [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |