/external/dropbear/libtomcrypt/ |
testme.sh | 3 # date 4 echo "date="`date` 58 # $Date: 2006/01/26 14:49:43 $
|
/external/icu4c/i18n/unicode/ |
basictz.h | 122 * represented by <code>AnnualTimeZoneRule</code> with <code>DateTimeRule::DOW</code> for its date 129 * @param date The date used for extracting time zone rules. 133 * specified date, NULL is set. 136 * around the specified date, NULL is set. 140 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, 159 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 195 * @param start The start date used for extracting time zone rules
|
/external/icu4c/samples/date/ |
Makefile | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date 26 OBJECTS = uprint.o date.o
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 9 * Date Name Description 76 * Headers { "locale","spec", "date", "str"} 78 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 79 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale 84 "DATE=SHORT,TIME=SHORT", 85 "ERA=1,YEAR=2007,MONTH=AUGUST,DATE=8,HOUR=18,MINUTE=54,SECOND=12", 138 UnicodeString date = currentCase->getString("date", status); local 140 errln("case %d: No 'date' line.", n); 179 // parse 'date' [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.34-1.js | 24 ECMA Section: 15.9.5.34 Date.prototype.setMonth(mon [, date ] ) 26 If date is not specified, this behaves as if date were specified with the 30 2. Call ToNumber(date). 31 3. If date is not specified, compute DateFromTime(t); otherwise, call ToNumber(date). 38 Date: 12 november 1997 44 writeHeaderToLog( SECTION + " Date.prototype.setMonth(mon [, date ] )"); [all...] |
15.9.5.35-1.js | 24 ECMA Section: 15.9.5.35 Date.prototype.setUTCMonth(mon [,date]) 27 Date: 12 november 1997 33 writeHeaderToLog( SECTION + " Date.prototype.setUTCMonth(mon [,date] ) "); 53 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCMonth(0);TDATE", 57 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCMonth(11);TDATE", 61 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCMonth(3,4);TDATE", 79 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() ); 88 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() ) [all...] |
15.9.5.36-1.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 75 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(1969);TDATE" [all...] |
15.9.5.36-2.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 74 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(1970);TDATE" [all...] |
15.9.5.36-3.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(1971);TDATE" [all...] |
15.9.5.36-4.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(1999);TDATE" [all...] |
15.9.5.36-5.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(2000);TDATE" [all...] |
15.9.5.36-6.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(2000);TDATE" [all...] |
15.9.5.36-7.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(2005);TDATE" [all...] |
15.9.5.37-1.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 74 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCFullYear(1970);TDATE" [all...] |
15.9.5.37-2.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 74 addNewTestCase( "TDATE = new Date(0); TDATE.setUTCFullYear(2000);TDATE" [all...] |
15.9.5.37-3.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 79 addNewTestCase( "TDATE = new Date("+UTC_FEB_29_1972+"); " [all...] |
15.9.5.37-4.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0); TDATE.setUTCFullYear(2005);TDATE" [all...] |
15.9.5.37-5.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 72 addNewTestCase( "TDATE = new Date(0); TDATE.setUTCFullYear(1900);TDATE" [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
Number.js | 27 Date: Fri Feb 13 09:58:28 PST 1998 43 date = new Date(2200); 45 testcases[count++] = new TestCase( SECTION, "Number(new Date(2200)) ", 46 2200, (Number(date)));
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 49 char network[PROPERTY_VALUE_MAX], date[80]; local 58 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now)); 61 printf("== dumpstate: %s\n", date); 250 " -d: append date to filename (requires -o)\n" 335 char date[80]; local 337 strftime(date, sizeof(date), "-%Y-%m-%d-%H-%M-%S", localtime(&now)); 338 strlcat(path, date, sizeof(path));
|
/libcore/luni/src/main/java/java/security/cert/ |
PKIXParameters.java | 25 import java.util.Date; 50 private Date date; field in class:PKIXParameters 321 public Date getDate() { 322 return date == null ? null : (Date)date.clone(); 329 * @param date 333 public void setDate(Date date) { [all...] |
/packages/apps/Camera/src/com/android/camera/panorama/ |
PanoUtil.java | 20 import java.util.Date; 24 Date date = new Date(dateTaken); local 26 return dateFormat.format(date);
|
/system/extras/bugmailer/ |
bugmailer.sh | 3 timestamp=`date +'%Y-%m-%d-%H-%M-%S'`
|
/libcore/luni/src/test/java/tests/api/javax/security/cert/ |
X509CertificateTest.java | 50 import java.util.Date; 271 Date date = new Date(); local 272 Date nb_date = tbt_cert.getNotBefore(); 273 Date na_date = tbt_cert.getNotAfter(); 276 assertFalse("CertificateExpiredException expected", date 278 assertFalse("CertificateNotYetValidException expected", date 282 date.compareTo(na_date) > 0); 285 date.compareTo(nb_date) < 0) 313 Date[] date = new Date[4]; local [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateUtils.java | 4 * $Date: 2008-07-16 04:25:47 -0700 (Wed, 16 Jul 2008) $ 38 import java.util.Date; 55 * Date format pattern used to parse HTTP date headers in RFC 1123 format. 60 * Date format pattern used to parse HTTP date headers in RFC 1036 format. 65 * Date format pattern used to parse HTTP date headers in ANSI C 76 private static final Date DEFAULT_TWO_DIGIT_YEAR_START; 89 * Parses a date value. The formats used for parsing the date value are retrieved fro [all...] |