/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
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.3.1-3.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.11-1.js | 25 Description: Date.prototype.getUTCDate 32 Date: 12 november 1997 38 var TITLE = "Date.prototype.getUTCDate()"; 47 var now = (new Date()).valueOf(); 60 "(new Date("+t+")).getUTCDate()", 62 (new Date(t)).getUTCDate() ); 65 "(new Date("+(t+1)+")).getUTCDate()", 67 (new Date(t+1)).getUTCDate() ); 70 "(new Date("+(t-1)+")).getUTCDate()", 72 (new Date(t-1)).getUTCDate() ) [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.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.3.2-3.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 68 var DATE = 11; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )" [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.11-7.js | 25 Description: Date.prototype.getUTCDate 32 Date: 12 november 1997 38 var TITLE = "Date.prototype.getUTCDate()"; 59 "(new Date("+t+")).getUTCDate()", 61 (new Date(t)).getUTCDate() ); 64 "(new Date("+(t+1)+")).getUTCDate()", 66 (new Date(t+1)).getUTCDate() ); 69 "(new Date("+(t-1)+")).getUTCDate()", 71 (new Date(t-1)).getUTCDate() ); 74 "(new Date("+(t-TZ_ADJUST)+")).getUTCDate()" [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.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.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...] |
/external/libusb/ |
ChangeLog | 3 Date: Tue May 4 19:01:59 2010 -0300 9 Date: Thu Apr 22 18:12:51 2010 -0300 18 Date: Tue Apr 20 20:14:09 2010 -0300 24 Date: Tue Apr 20 19:43:06 2010 -0300 33 Date: Mon Apr 19 19:36:55 2010 -0300 39 Date: Mon Apr 19 19:31:12 2010 -0300 45 Date: Mon Apr 19 19:22:46 2010 -0300 54 Date: Mon Apr 5 17:11:32 2010 +0200 76 Date: Tue Mar 23 16:22:08 2010 -0600 82 Date: Mon Mar 8 10:50:51 2010 +000 [all...] |
/external/libusb-compat/ |
ChangeLog | 3 Date: Thu Jul 9 22:15:32 2009 +0100 9 Date: Thu Jul 9 22:13:45 2009 +0100 20 Date: Fri Jun 19 22:11:02 2009 +0100 43 Date: Thu Jun 11 23:50:59 2009 +0100 49 Date: Fri May 29 12:28:05 2009 -0400 55 Date: Thu May 28 09:28:50 2009 -0400 61 Date: Wed May 27 15:39:54 2009 -0400 71 Date: Sat Dec 13 20:30:54 2008 +0000 77 Date: Sat Dec 13 20:25:27 2008 +0000 94 Date: Fri Nov 21 16:52:42 2008 +000 [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/ |
X509CertificateTest.java | 29 import java.util.Date; 166 Date date = new Date(); local 167 Date nb_date = tbt_cert.getNotBefore(); 168 Date na_date = tbt_cert.getNotAfter(); 172 date.compareTo(na_date) > 0); 174 date.compareTo(nb_date) < 0); 177 date.compareTo(na_date) > 0); 180 date.compareTo(nb_date) < 0) 193 Date[] date = new Date[4]; local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
X509AttributeCertificate.java | 14 import java.util.Date; 37 * Return the date before which the certificate is not valid. 39 * @return the "not valid before" date. 41 public Date getNotBefore(); 44 * Return the date after which the certificate is not valid. 46 * @return the "not valid afer" date. 48 public Date getNotAfter(); 84 public void checkValidity(Date date)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
DateParser.java | 32 * Parser for SIP Date field. Converts from SIP Date to the 35 * @version 1.2 $Revision: 1.11 $ $Date: 2009/07/17 18:57:59 $ 41 * @param date message to parse to set 43 public DateParser(String date) { 44 super(date); 54 * @return the parsed Date header/ 60 headerName(TokenTypes.DATE); 64 Calendar cal = date();
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Validity.java | 25 import java.util.Date; 47 private final Date notBefore; 49 private final Date notAfter; 53 public Validity(Date notBefore, Date notAfter) { 61 public Date getNotBefore() { 68 public Date getNotAfter() { 90 return new Validity((Date) values[0], (Date) values[1]);
|
/external/icu4c/i18n/unicode/ |
dtitvfmt.h | 19 * \brief C++ API: Format and parse date interval in a language-independent manner. 35 * DateIntervalFormat is a class for formatting and parsing date 40 * Date interval means from one date to another date, 49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 55 * There is no structural information in date time patterns. 56 * For any punctuations and string literals inside a date time pattern, 62 * We introduce class DateIntervalInfo to save date interval 63 * patterns, similar to date time pattern in SimpleDateFormat [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificate_DNameTest.java | 20 import java.util.Date; 32 Date date1 = new Date(System.currentTimeMillis() - 1000); 33 Date date2 = new Date(System.currentTimeMillis());
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyUtils.java | 26 private static final java.util.Date DATE = new java.util.Date(); 37 DATE.setTime(time); 38 return DATE_FORMATTER.format(DATE);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
PrivateKeyUsagePeriodTest.java | 24 import java.util.Date; 34 Date notBeforeDate = new Date(200000000); 35 Date notAfterDate = new Date(300000000);
|
/external/icu4c/samples/translit/answers/ |
main_1.cpp | 43 // Set the calendar to a date 47 // Format the date in default locale 51 printf("Date: "); 55 // Format the date for Greece 59 printf("Greek formatted date: ");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
date-001-n.js | 23 * File Name: date-001-n.js 29 * Date: 11 August 1998 31 var SECTION = "date-001-n.js"; 45 MyDate.prototype = new Date(); 50 "MyDate.prototype = new Date(); " +
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_SimpleDateFormat.java | 25 import java.util.Date; 55 Date date = cal.getTime(); local 75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17); 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27); 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47); 79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57); 80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67); 81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76) 142 Date date = cal.getTime(); local [all...] |