HomeSort by relevance Sort by last modified time
    Searched defs:dates (Results 1 - 13 of 13) sorted by null

  /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/base/core/java/android/pim/
RecurrenceSet.java 150 long[] dates = new long[n]; local
154 dates[i] = time.toMillis(false /* use isDst */);
157 return dates;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceProcessorTest.java 37 private static String[] getFormattedDates(long[] dates, Time time) {
38 String[] out = new String[dates.length];
40 for (long date : dates) {
2421 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis); local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 236 UDate dates [] = { local
259 UDate exp = dates[i];
819 UDate dates [] = { local
834 UDate exp = dates[i];
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 1514 const TestWeekendDates * dates; member in struct:__anon4147
    [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/tests/sql/
PreparedStatementTest.java 1798 Date[] dates = { local
1876 Date[] dates = { new Date(cal.getTimeInMillis()), new Date(Integer.MAX_VALUE), local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 114 // The expansion might not contain any dates if the exrule or
115 // exdates cancel all the generated dates.
116 long[] dates = expand(dtstart, recur, local
120 // The expansion might not contain any dates if exrule or exdates
121 // cancel all the generated dates.
122 if (dates.length == 0) {
125 return dates[dates.length - 1];
504 * milliseconds. The return value is never null. If there are no dates
514 * @return an array of dates, each date is in UTC millisecond
584 long[] dates = new long[len]; local
    [all...]
CalendarProvider2.java 1323 long[] dates; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 523 UVector* dates, int fromOffset, UErrorCode& status) {
527 if (dates == NULL || dates->size() == 0) {
536 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0));
547 if (dates->size() == 1) {
556 int32_t firstDay = 31; // max possible number of dates in a month
594 if (dates->size() > 7) {
611 for (i = 1; i < dates->size(); i++) {
612 rrule = *((UnicodeString*)dates->elementAt(i));
726 UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status)
1336 UVector *dates = NULL; \/\/ list of RDATE or RRULE strings local
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 523 UVector* dates, int fromOffset, UErrorCode& status) {
527 if (dates == NULL || dates->size() == 0) {
536 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0));
547 if (dates->size() == 1) {
556 int32_t firstDay = 31; // max possible number of dates in a month
594 if (dates->size() > 7) {
611 for (i = 1; i < dates->size(); i++) {
612 rrule = *((UnicodeString*)dates->elementAt(i));
726 UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status)
1336 UVector *dates = NULL; \/\/ list of RDATE or RRULE strings local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 752 milliseconds