/frameworks/base/core/tests/coretests/src/android/provider/ |
SmsProviderTest.java | 41 String[] dates = new String[]{ local 62 map.put("date", dates[i]);
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
TBSCertificateStructure.java | 97 // before and after dates 99 ASN1Sequence dates = (ASN1Sequence)seq.getObjectAt(seqStart + 4); local 101 startDate = Time.getInstance(dates.getObjectAt(0)); 102 endDate = Time.getInstance(dates.getObjectAt(1));
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
RecurrenceSet.java | 151 long[] dates = new long[n]; local 162 dates[i] = time.toMillis(false /* use isDst */); 165 return dates;
|
RecurrenceProcessor.java | 129 // The expansion might not contain any dates if the exrule or 130 // exdates cancel all the generated dates. 131 long[] dates = expand(dtstart, recur, local 136 // The expansion might not contain any dates if exrule or exdates 137 // cancel all the generated dates. 138 if (dates.length == 0) { 141 return dates[dates.length - 1]; 622 * milliseconds. The return value is never null. If there are no dates 632 * @return an array of dates, each date is in UTC millisecond 702 long[] dates = new long[len]; local [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
RecurrenceProcessorTest.java | 37 private static String[] getFormattedDates(long[] dates, Time time) { 38 String[] out = new String[dates.length]; 40 for (long date : dates) { 2468 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis); local [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 1515 const TestWeekendDates * dates; member in struct:__anon6093 [all...] |
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 236 UDate dates [] = { local 259 UDate exp = dates[i]; 819 UDate dates [] = { local 834 UDate exp = dates[i]; [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldPreparedStatementTest.java | 1354 Date[] dates = { local 1413 Date[] dates = { new Date(cal.getTimeInMillis()), new Date(Integer.MAX_VALUE), local [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 330 long[] dates; local 331 dates = rp.expand(eventTime, recur, begin, end); 342 for (long date : dates) { [all...] |
/external/icu4c/i18n/ |
vtzone.cpp | 525 UVector* dates, int fromOffset, UErrorCode& status) { 529 if (dates == NULL || dates->size() == 0) { 538 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0)); 549 if (dates->size() == 1) { 558 int32_t firstDay = 31; // max possible number of dates in a month 596 if (dates->size() > 7) { 613 for (i = 1; i < dates->size(); i++) { 614 rrule = *((UnicodeString*)dates->elementAt(i)); 728 UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status) 1369 UVector *dates = NULL; \/\/ list of RDATE or RRULE strings local [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |