/external/chromium/base/ |
scoped_variant_win.h | 114 // Special setter for DATE since DATE is a double and we already have 116 void SetDate(DATE date);
|
/external/webkit/WebKitTools/WinLauncher/ |
WinLauncher.h | 86 /* [in] */ DATE fireDate,
|
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
Field.java | 44 public static final String DATE = "Date";
45 public static final String RESENT_DATE = "Resent-Date";
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogProviderTest.java | 78 values.put(Calls.DATE, 2000); 135 values.put(Calls.DATE, 2000); 146 values.put(Calls.DATE, 1000);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.4.2.js | 24 ECMA Section: 15.9.4.2 Date.parse() 27 a date. It returns a number, the UTC time value 28 corresponding to the date. 38 so for any Date object x, all of these things should 43 Date.parse(x.toString()) test_tostring() 44 Date.parse(x.toGMTString()) test_togmt() 46 Date.parse(x.toLocaleString()) is not required to 49 Date.parse is implementation dependent when given any 54 Date.parse( x.toLocaleString()) test_tolocale() 57 Date: 10 july 199 [all...] |
15.9.3.1-1.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 26 object is set to the original Date prototype object, 27 the one that is the initial value of Date.prototype. 33 3. Call ToNumber(date) 50 Date object. 53 Date: 7 july 1997 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 73 var DATE = 11 [all...] |
15.9.5.32-1.js | 24 ECMA Section: 15.9.5.32 Date.prototype.setDate(date) 27 2. Call ToNumber(date). 34 Date: 12 november 1997 40 writeHeaderToLog( SECTION + " Date.prototype.setDate(date) "); 61 "TDATE = new Date(0);(TDATE).setDate(1);TDATE" ); 64 addNewTestCase( "TDATE = new Date(86400000);(TDATE).setDate(1);TDATE", 68 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCFullYear(1972);TDATE", 72 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCFullYear(1968);TDATE" [all...] |
15.9.5.33-1.js | 24 ECMA Section: 15.9.5.33 Date.prototype.setUTCDate(date) 27 2. Call ToNumber(date). 34 Date: 12 november 1997 40 writeHeaderToLog( SECTION + " Date.prototype.setUTCDate(date) "); 60 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCDate(31);TDATE", 64 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCDate(1);TDATE", 68 addNewTestCase( "TDATE = new Date(86400000);(TDATE).setUTCDate(1);TDATE", 72 addNewTestCase( "TDATE = new Date(0);(TDATE).setUTCFullYear(1972);TDATE" [all...] |
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/WebCore/html/ |
ValidityState.cpp | 97 case HTMLInputElement::DATE:
|
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/ |
JDBCResultSetMetaData.java | 31 case Types.DATE: return "java.sql.Date"; 109 case Types.DATE: return "date";
|
/ndk/build/tools/ |
build-ndk-sysroot.sh | 297 DATE=`date +%Y%m%d` 298 PKGFILE=/tmp/android-ndk-sysroot-$DATE.tar.bz2
|