/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
|
rbtz.h | 127 * account) as of a particular reference date. The reference date is used to determine 130 * at this particular date and time?). For the time zones produced by createTimeZone(), 131 * the reference data is specified according to the Gregorian calendar, and the date 138 * @param era The reference date's era 139 * @param year The reference date's year 140 * @param month The reference date's month (0-based; 0 is January) 141 * @param day The reference date's day-in-month (1-based) 142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 143 * @param millis The reference date's milliseconds in day, local standard tim [all...] |
/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/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...] |
15.9.5.24-1.js | 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time) 26 1. If the this value is not a Date object, generate a runtime error. 32 Date: 12 november 1997 35 var TITLE = "Date.prototype.setTime" 40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)"); 81 var DateCase = new Date( startms ); 83 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date"; [all...] |
15.9.5.24-2.js | 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time) 26 1. If the this value is not a Date object, generate a runtime error. 32 Date: 12 november 1997 35 var TITLE = "Date.prototype.setTime" 40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)"); 80 var DateCase = new Date( startms ); 82 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date"; [all...] |
/external/webkit/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 | 47 char network[PROPERTY_VALUE_MAX], date[80]; local 54 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now)); 57 printf("== dumpstate: %s\n", date); 168 " -d: append date to filename (requires -o)\n" 232 char date[80]; local 234 strftime(date, sizeof(date), "-%Y-%m-%d-%H-%M-%S", localtime(&now)); 235 strlcat(path, date, sizeof(path));
|
/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...] |
/external/v8/test/mjsunit/ |
to_number_order.js | 53 var date = { valueOf: function() { x += 3; return 4; } }; 60 new Date(year, month, date, hours, minutes, seconds, ms); 62 assertEquals("1234567", x, "Date"); 65 Date(year, month, date, hours, minutes, seconds, ms); 66 assertEquals("", x, "Date not constructor"); 69 Date.UTC(year, month, date, hours, minutes, seconds, ms); 71 assertEquals("1234567", x, "Date.UTC") [all...] |