/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.13-3.js | 25 Description: Date.prototype.getUTCDay 32 Date: 12 november 1997 38 var TITLE = "Date.prototype.getUTCDay()"; 57 "(new Date("+t+")).getUTCDay()", 59 (new Date(t)).getUTCDay() );
|
15.9.5.13-4.js | 25 Description: Date.prototype.getUTCDay 32 Date: 12 november 1997 38 var TITLE = "Date.prototype.getUTCDay()"; 57 "(new Date("+t+")).getUTCDay()", 59 (new Date(t)).getUTCDay() );
|
15.9.5.13-5.js | 25 Description: Date.prototype.getUTCDay 32 Date: 12 november 1997 38 var TITLE = "Date.prototype.getUTCDay()"; 57 "(new Date("+t+")).getUTCDay()", 59 (new Date(t)).getUTCDay() );
|
15.9.5.23-3-n.js | 25 Description: Date.prototype.setTime 27 1. If the this value is not a Date object, generate a runtime error. 34 Date: 12 november 1997 40 var TITLE = "Date.prototype.setTime()"; 55 this.setTime = Date.prototype.setTime;
|
15.9.5.4-2-n.js | 24 ECMA Section: 15.9.5.4-1 Date.prototype.getTime 27 1. If the this value is not an object whose [[Class]] property is "Date", 31 Date: 12 november 1997 38 var TITLE = "Date.prototype.getTime"; 53 this.getTime = Date.prototype.getTime;
|
15.9.5.23-8.js | 25 Description: Date.prototype.setTime 27 1. If the this value is not a Date object, generate a runtime error. 34 Date: 12 november 1997 40 var TITLE = "Date.prototype.setTime()"; 49 var now = (new Date()).valueOf(); 64 addTestCase( new Date(UTC_FEB_29_2000), test_times[j] );
|
15.9.5.23-9.js | 25 Description: Date.prototype.setTime 27 1. If the this value is not a Date object, generate a runtime error. 34 Date: 12 november 1997 40 var TITLE = "Date.prototype.setTime()"; 49 var now = (new Date()).valueOf(); 65 addTestCase( new Date(UTC_JAN_1_2005), test_times[j] );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
15.9.5.5.js | 24 ECMA Section: 15.9.5.5 Date.prototype.toLocaleString() 27 implementation dependent, but are intended to represent the "date" 28 portion of the Date in the current time zone in a convenient, 33 if its 'this' value is not a Date object. Therefore it cannot be transferred 37 Date: 14 november 2000 42 var TITLE = "Date.prototype.toLocaleString()"; 65 status = "Date.prototype.toLocaleString.length"; 66 actual = Date.prototype.toLocaleString.length;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
getset-001.js | 68 var d = new Date(); 70 reportCompare (d, t.y, "y getter, after date set");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-102725.js | 20 * Date: 09 October 2001 43 foo = (new Date()).getTime();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
FormatterTest.java | 37 import java.util.Date; 922 f.format("head%1$n%2$n", 1, new Date()); [all...] |
GregorianCalendarTest.java | 22 import java.util.Date; 115 Date date = new Date(); local 117 gcJapan.setTime(date); 119 gcJapan2.setTime(date); 121 gcItaly.setTime(date); 131 Date date = new Date(2008,1,1) local 170 Date date = new Date(2008,1,1); local 321 Date date = new Date(Date.parse("Jan 15 00:00:01 GMT 2000")); local 438 Date date = new Date(Date.parse("Jan 1 00:00:01 GMT 2000")); local 728 Date date = new Date(Date.parse("Jan 15 00:00:01 GMT 2000")); local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectStreamFieldTest.java | 32 import java.util.Date; 261 public Date d; 268 d = new Date(); 274 o.putFields().put("d", new Date()); 282 d = (Date) getField.get("d", null); 324 new ObjectStreamField("d", Date.class, false), 329 public static Date today = new Date(1172632429156l);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
X509CRLEntryTest.java | 27 import java.util.Date; 69 public Date getRevocationDate() {
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_DummyPKCS12Keystore.java | 30 import java.util.Date; 59 public Date engineGetCreationDate(String arg0) {
|
/external/webkit/LayoutTests/fast/js/resources/ |
js-constructors-use-correct-global.js | 4 var constructors = ["Object", "Function", "Array", "Number", "String", "Boolean", "RegExp", "Date", "Error", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError", "Image"];
|
/libcore/luni/src/main/java/java/sql/ |
Time.java | 20 import java.util.Date; 26 public class Time extends Date { 33 * <i>Day</i> elements of the {@code Time} object are set to the date 70 * {@code Time} object does not have a {@code Date} component. 126 * {@code Time} object does not have a {@code Date} component. 202 private void format(int date, int digits, StringBuilder sb) { 203 String str = String.valueOf(date);
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CRLEntryImpl.java | 28 import java.util.Date; 110 public Date getRevocationDate() {
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
TrustedCertificateKeyStoreSpi.java | 25 import java.util.Date; 53 @Override public Date engineGetCreationDate(String alias) {
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 36 import java.util.Date; 84 public Date engineGetCreationDate(String alias) { 86 return (Date) Dates.get(alias); 100 Dates.put(alias, new Date()); 120 Dates.put(alias, new Date()); 127 Dates.put(alias, new Date());
|
/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...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 37 import java.util.Date; 85 public Date engineGetCreationDate(String alias) { 87 return (Date) Dates.get(alias); 101 Dates.put(alias, new Date()); 121 Dates.put(alias, new Date()); 128 Dates.put(alias, new Date());
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertSelectorTest.java | 38 import java.util.Date; 97 protected Date date = null; field in class:X509CertSelectorTest.TestCert 98 protected Date notBefore = null; 99 protected Date notAfter = null; 141 public TestCert(Date date) { 142 setDate(date); 145 public TestCert(Date notBefore, Date notAfter) [all...] |
/external/v8/test/mjsunit/ |
mirror-date.js | 54 assertEquals('Date', fromJSON.className); 58 // Test Date values. 59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")), 61 d = new Date();
|
/libcore/luni/src/main/java/libcore/net/http/ |
ResponseHeaders.java | 22 import java.util.Date; 45 private Date servedDate; 47 /** The last modified date of the response, if known. */ 48 private Date lastModified; 51 * The expiration date of the response, if known. If both this field and the 54 private Date expires; 80 * The duration past the response's served date that it can be served 141 } else if ("Date".equalsIgnoreCase(fieldName)) { 211 public Date getServedDate() { 215 public Date getLastModified() [all...] |