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

<<31323334353637383940>>

  /external/eigen/lapack/
ilazlc.f 74 *> \date November 2011
ilazlr.f 74 *> \date April 2012
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 82 public String getMetaZoneID(String tzID, long date) {
83 return TimeZoneNamesImpl._getMetaZoneID(tzID, date);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 16 import java.util.Date;
63 Date c = jdkCal.getTime();
72 Date co = jdkCal.getTime();
100 Date d = new Date(co.getTime() + i*ONE_DAY);
103 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK);
118 Date PURE_GREGORIAN = new Date(Long.MIN_VALUE);
119 Date PURE_JULIAN = new Date(Long.MAX_VALUE)
450 int year = 1997, month = Calendar.APRIL, date = 1; local
653 Date date; local
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 175 my $date = localtime;
192 $html = $date;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 80 public String getMetaZoneID(String tzID, long date) {
81 return TimeZoneNamesImpl._getMetaZoneID(tzID, date);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 15 import java.util.Date;
59 Date c = jdkCal.getTime();
68 Date co = jdkCal.getTime();
96 Date d = new Date(co.getTime() + i*ONE_DAY);
99 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK);
114 Date PURE_GREGORIAN = new Date(Long.MIN_VALUE);
115 Date PURE_JULIAN = new Date(Long.MAX_VALUE)
446 int year = 1997, month = Calendar.APRIL, date = 1; local
649 Date date; local
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 175 my $date = localtime;
192 $html = $date;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 40 * when specified as a Date value.
43 *14.18 Date
45 * The Date general-header field represents the date and time at which
46 * the message was originated, having the same semantics as orig-date in
47 * RFC 822. The field value is an HTTP-date, as described in section
48 * 3.3.1; it MUST be sent in RFC 1123 [8]-date format.
50 * Date = "Date" ":" HTTP-date
171 java.util.Date date = new java.util.Date(timeMillis); local
    [all...]
  /external/v8/test/intl/date-format/
format-is-bound.js 32 var dateArray = [Date.now(), Date.now(), Date.now()];
38 // Formatting a date should work in a direct call.
format-test.js 28 // Test formatting method with specified date, invalid input.
50 assertEquals('11/11/1500', dtf.format(new Date(1500,10,11,12,0,0)));
  /external/v8/test/mjsunit/
date-parse.js 35 var d = Date.parse(string);
43 var d = Date.parse("parse-local-time:" + string);
53 var d = Date.parse(string);
71 // Ignore prefix that is not part of a date.
235 // Test different version of the ES5 date time string format.
279 // ES5 date time string format compliance.
282 assertTrue(isNaN(Date.parse(s)), s + " is not NaN.");
286 // Test that we can parse our own date format.
290 var s = (new Date(ms)).toString();
291 assertEquals(ms, Date.parse(s), "parse own: " + s)
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 48 for (long date : dates) {
49 time.set(date);
62 // Use this date as end of recurrence unlessotherwise specified.
81 * so this is faked by expanding until the endAt date, and then taking limit results.
83 * @param advanceTo The starting date for expansion. dtstartStr is used if null is passed in.
84 * @param endAt The ending date. DEFAULT_END is used if null is passed in.
125 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time
254 // if UNTIL date does not match start date, then until date treated a
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DateTest.java 22 import java.util.Date;
30 * java.util.Date#Date()
33 // Test for method java.util.Date()
37 long now = new Date().getTime();
38 assertTrue("Created incorrect date: " + oldTime + " now: " + now,
43 * java.util.Date#Date(int, int, int)
46 // Test for method java.util.Date(int, int, int)
47 Date d1 = new Date(70, 0, 1); // the epoch + local tim
54 Date date = new Date(99, 5, 22); local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ReverseBuilder.java 154 * Match on certificate validity date.
156 sel.setCertificateValid(buildParams.date());
211 * Match on certificate validity date.
213 sel.setCertificateValid(buildParams.date());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 45 import java.util.Date;
57 // In MIME, en_US-like date format should be used. In other words "MMM" should be encoded to
137 final String date = DATE_FORMAT.format(new Date(message.mTimeStamp)); local
138 writeHeader(writer, "Date", date);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 18 * Index of MTP media objects organized into "buckets," or groupings, based on the date
22 * order, and the items within the buckets sorted by the date they are taken.
251 return bucket.date;
260 return bucket.date;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 66 // Date
289 String date = DateUtils.getRelativeTimeSpanString(context, conversation.dateMs) local
301 conversation.subject, conversation.getSnippet(), date, readString,
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 88 * as of the date such litigation is filed.
225 3. Notice of any changes or modifications to the files, including the date
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 88 * as of the date such litigation is filed.
225 3. Notice of any changes or modifications to the files, including the date
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 88 * as of the date such litigation is filed.
225 3. Notice of any changes or modifications to the files, including the date
  /system/extras/tests/workloads/
defs.sh 85 # do a throw-away adb in case the server is out-of-date
290 vout start instramentation $(date)
316 vout stop instramentation $(date)
  /toolchain/binutils/binutils-2.25/gas/doc/
Makefile.am 31 --release="binutils-$(VERSION)" --section=1 --date=" "
  /toolchain/binutils/binutils-2.25/gprof/
Makefile.am 81 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 --date=" "

Completed in 1705 milliseconds

<<31323334353637383940>>