HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 776 - 800 of 1610) sorted by null

<<31323334353637383940>>

  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/curl/packages/vms/
compare_curl_source.com 15 $! 3. Keep a copy directory up to date. The third is needed by
56 $! source is up to date.
70 $! source is up to date.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java 31 * DateIntervalFormat is a class for formatting and parsing date
36 * Date interval means from one date to another date,
45 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
51 * There is no structural information in date time patterns.
52 * For any punctuations and string literals inside a date time pattern,
58 * We introduce class DateIntervalInfo to save date interval
59 * patterns, similar to date time pattern in SimpleDateFormat.
83 * in date time patterns, will be returned without honor the field patter
1086 StringBuilder date = new StringBuilder(skeleton.length()); local
    [all...]
TimeZoneFormat.java 24 import java.util.Date;
82 * This style is equivalent to the LDML date format pattern "VVVV".
87 * This style is equivalent to the LDML date format pattern "vvvv".
92 * This style is equivalent to the LDML date format pattern "v".
97 * This style is equivalent to the LDML date format pattern "zzzz".
102 * This style is equivalent to the LDML date format pattern "z".
107 * This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ"
112 * This style is equivalent to the LDML date format pattern "O".
118 * This style is equivalent to the LDML date format pattern "X".
124 * This style is equivalent to the LDML date format pattern "x"
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IslamicTest.java 15 import java.util.Date;
64 { 0001, HIJJAH, 1, DATE, 30, 0001, HIJJAH, 2 }, // 29-day month
65 { 0002, HIJJAH, 1, DATE, 31, 0002, HIJJAH, 2 }, // 30-day month
142 cal.get(DATE));
148 cal.get(DATE));
211 // new IslamicCalendar(Date)
212 IslamicCalendar cal = new IslamicCalendar(new Date());
214 errln("could not create IslamicCalendar with Date");
219 // new IslamicCalendar(int year, int month, int date)
222 errln("could not create IslamicCalendar with year,month,date");
860 Date date = formatter.parse("1975-05-06"); local
964 Date date = null; local
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 11 * Date Name Description
727 // if the pattern should include both date and time information, use the date/time
728 // pattern string as a guide to tell use how to glue together the appropriate date
806 // Get proper date time format
813 // if the pattern includes just time data or just date date, load the appropriate
1682 UDate date = cal.getTime(status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 412 UDate sampleDate=LocaleTest::date(99, 9, 13, 23, 58, 59);
468 errln("ERROR: Simple test uses full date format.");
546 UDate testDate1= LocaleTest::date(99, 0, 13, 23, 58, 59);
559 logln(UnicodeString(" Formatted date:") + rDate);
571 UDate testDate1= LocaleTest::date(99, 0, 13, 23, 58, 59);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java 30 * DateIntervalFormat is a class for formatting and parsing date
35 * Date interval means from one date to another date,
44 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
50 * There is no structural information in date time patterns.
51 * For any punctuations and string literals inside a date time pattern,
57 * We introduce class DateIntervalInfo to save date interval
58 * patterns, similar to date time pattern in SimpleDateFormat.
82 * in date time patterns, will be returned without honor the field patter
1098 StringBuilder date = new StringBuilder(skeleton.length()); local
    [all...]
TimeZoneFormat.java 23 import java.util.Date;
83 * This style is equivalent to the LDML date format pattern "VVVV".
89 * This style is equivalent to the LDML date format pattern "vvvv".
95 * This style is equivalent to the LDML date format pattern "v".
101 * This style is equivalent to the LDML date format pattern "zzzz".
107 * This style is equivalent to the LDML date format pattern "z".
113 * This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ"
119 * This style is equivalent to the LDML date format pattern "O".
126 * This style is equivalent to the LDML date format pattern "X".
133 * This style is equivalent to the LDML date format pattern "x"
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IslamicTest.java 14 import java.util.Date;
60 { 0001, HIJJAH, 1, DATE, 30, 0001, HIJJAH, 2 }, // 29-day month
61 { 0002, HIJJAH, 1, DATE, 31, 0002, HIJJAH, 2 }, // 30-day month
138 cal.get(DATE));
144 cal.get(DATE));
207 // new IslamicCalendar(Date)
208 IslamicCalendar cal = new IslamicCalendar(new Date());
210 errln("could not create IslamicCalendar with Date");
215 // new IslamicCalendar(int year, int month, int date)
218 errln("could not create IslamicCalendar with year,month,date");
856 Date date = formatter.parse("1975-05-06"); local
960 Date date = null; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
RevocationChecker.java 492 CertPathHelper.setDateAndTime(sel, params.date(), MAX_CLOCK_SKEW);
649 Date revocationDate = entry.getRevocationDate();
650 if (revocationDate.before(params.date())) {
704 responderCert, params.date(), nonce);
730 Date revocationTime = rs.getRevocationTime();
731 if (revocationTime.before(params.date())) {
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 32 import java.util.Date;
60 * <li>file last changed date
212 * closed without modifying it, but updating the file date and time.
215 * modified date of the file cannot be set. Also, as from v1.3 this method
545 * Copies a file to a directory preserving the file date.
565 * Copies a file to a directory optionally preserving the file date.
574 * @param preserveFileDate true if the file date of the copy
594 * Copies a file to a new location preserving the file date.
623 * @param preserveFileDate true if the file date of the copy
664 * @param preserveFileDate whether to preserve the file date
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 64 which parses a Date-like field and returns a time-compatible tuple,
356 """Retrieve a date field from a header.
358 Retrieves a date field from the named header, returning a tuple
368 """Retrieve a date field from a header as a 10-tuple.
827 # Parse a date field
851 """Convert a date string to a time tuple.
866 if len(data) == 3: # RFC 850 date, deprecated
986 print 'Date:', m.getheader('date')
987 date = m.getdate_tz('date' variable
989 date = time.localtime(mktime_tz(date)) variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 64 which parses a Date-like field and returns a time-compatible tuple,
356 """Retrieve a date field from a header.
358 Retrieves a date field from the named header, returning a tuple
368 """Retrieve a date field from a header as a 10-tuple.
827 # Parse a date field
851 """Convert a date string to a time tuple.
866 if len(data) == 3: # RFC 850 date, deprecated
986 print 'Date:', m.getheader('date')
987 date = m.getdate_tz('date' variable
989 date = time.localtime(mktime_tz(date)) variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 64 which parses a Date-like field and returns a time-compatible tuple,
356 """Retrieve a date field from a header.
358 Retrieves a date field from the named header, returning a tuple
368 """Retrieve a date field from a header as a 10-tuple.
827 # Parse a date field
851 """Convert a date string to a time tuple.
866 if len(data) == 3: # RFC 850 date, deprecated
986 print 'Date:', m.getheader('date')
987 date = m.getdate_tz('date' variable
989 date = time.localtime(mktime_tz(date)) variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 64 which parses a Date-like field and returns a time-compatible tuple,
356 """Retrieve a date field from a header.
358 Retrieves a date field from the named header, returning a tuple
368 """Retrieve a date field from a header as a 10-tuple.
827 # Parse a date field
851 """Convert a date string to a time tuple.
866 if len(data) == 3: # RFC 850 date, deprecated
986 print 'Date:', m.getheader('date')
987 date = m.getdate_tz('date' variable
989 date = time.localtime(mktime_tz(date)) variable
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /external/v8/src/js/
i18n.js 24 var GlobalDate = global.Date;
512 * Returns filtered extension (number and date format constructors use
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 49 import java.util.Date;
313 Date date1 = new Date(100);
314 Date date2 = new Date(200);
315 Date date3 = Calendar.getInstance().getTime();
321 assertTrue("The returned date should be equal to specified",
324 assertTrue("The returned date should be equal to specified",
326 assertFalse("The returned date should differ",
329 assertTrue("The returned date should be equal to specified"
1600 protected Date date = null; field in class:X509CertSelectorTest.TestCert
    [all...]

Completed in 2587 milliseconds

<<31323334353637383940>>