/external/webkit/LayoutTests/http/tests/resources/ |
last-modified.php | 2 $date = $_GET['date']; variable 3 header("Last-Modified: $date");
|
/external/webkit/LayoutTests/http/tests/cookies/script-tests/ |
simple-cookies-expired.js | 8 var date = new Date(); 9 date.setTime(date.getTime() + 60 * 1000); 10 cookiesShouldBe("test=foobar; Expires=" + date.toGMTString(), "test=foobar"); 14 date.setTime(date.getTime() - 2 * 60 * 1000); 15 cookiesShouldBe("test2=foobar; Expires=" + date.toGMTString(), "");
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/ |
od_20000608.html | 5 Date: Thu, 8 Jun 2000 16:30:21 +0200 29 QUERY="//date" (few matches in the file) 34 <date> 10 October 1996</date><date>1 August 1996</date><date>17 April 35 1996</date><date> 17 April 1996</date><date> 17 April 1996</date><date> 1 [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-1.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 54 array[item++] = new TestCase( SECTION, "Date(1970,0,1,0,0,0)", (new Date()).toString(), Date(1970,0,1,0,0,0) ); 55 array[item++] = new TestCase( SECTION, "Date(1969,11,31,15,59,59)", (new Date()).toString(), Date(1969,11,31,15,59,59) [all...] |
15.9.2.2-2.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 53 array[item++] = new TestCase( SECTION, "Date(1999,11,15,59,59)", (new Date()).toString(), Date(1999,11,15,59,59)); 54 array[item++] = new TestCase( SECTION, "Date(1999,11,16,0,0,0)", (new Date()).toString(), Date(1999,11,16,0,0,0)) [all...] |
15.9.2.1.js | 24 ECMA Section: 15.9.2.1 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds, ms ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 37 var TITLE = "Date Constructor used as a function"; 41 writeHeaderToLog("15.9.2.1 The Date Constructor Called as a Function: " + 42 "Date( year, month, date, hours, minutes, seconds, ms )" ); 53 var TODAY = new Date(); [all...] |
15.9.2.2-4.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 54 array[item++] = new TestCase( SECTION, "Date( 2000,1,29,0,0,0)", (new Date()).toString(), Date(2000,1,29,0,0,0)); 55 array[item++] = new TestCase( SECTION, "Date( 2000,1,28,23,59,59)", (new Date()).toString(), Date( 2000,1,28,23,59,59)) [all...] |
15.9.5.2-1.js | 24 ECMA Section: 15.9.5.2 Date.prototype.toString 27 implementation dependent, but are intended to represent the Date in a 31 this value is not a Date object. Therefore it cannot be transferred to 35 Date: 12 november 1997 41 var TITLE = "Date.prototype.toString"; 48 "Date.prototype.toString.length", 50 Date.prototype.toString.length ); 52 var now = new Date(); 55 // parsable by Date.parse 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000" [all...] |
15.9.5.2.js | 24 ECMA Section: 15.9.5.2 Date.prototype.toString 27 implementation dependent, but are intended to represent the Date in a 31 this value is not a Date object. Therefore it cannot be transferred to 35 Date: 12 november 1997 41 var TITLE = "Date.prototype.toString"; 48 "Date.prototype.toString.length", 50 Date.prototype.toString.length ); 52 var now = new Date(); 55 // parsable by Date.parse 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000" [all...] |
15.9.2.2-3.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 54 array[item++] = new TestCase( SECTION, "Date(1899,11,31,23,59,59)", (new Date()).toString(), Date(1899,11,31,23,59,59)); 55 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,0)", (new Date()).toString(), Date(1900,0,1,0,0,0) ) [all...] |
15.9.3.8-3.js | 24 ECMA Section: 15.9.3.8 The Date Constructor 25 new Date( value ) 27 object is set to the original Date prototype object, 28 the one that is the initial valiue of Date.prototype. 31 set to "Date". 41 5. Parse Result(1) as a date, in exactly the same manner 43 this date. 47 Date: 28 october 1997 69 var DATE = 11; 79 var TITLE = "Date constructor: new Date( value )" [all...] |
15.9.3.8-1.js | 24 ECMA Section: 15.9.3.8 The Date Constructor 25 new Date( value ) 27 object is set to the original Date prototype object, 28 the one that is the initial valiue of Date.prototype. 31 set to "Date". 41 5. Parse Result(1) as a date, in exactly the same manner 43 this date. 47 Date: 28 october 1997 69 var DATE = 11; 79 var TITLE = "Date constructor: new Date( value )" [all...] |
15.9.2.2-5.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 53 array[item++] = new TestCase( SECTION, "Date(2004,11,31,23,59,59)", (new Date()).toString(), Date(2004,11,31,23,59,59)); 54 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,0)", (new Date()).toString(), Date(2005,0,1,0,0,0) ) [all...] |
15.9.4.2-1.js | 25 * Description: Date parsing gets 12:30 AM wrong. 27 * js> d = new Date('1/1/1999 13:30 AM') 28 * Invalid Date 29 * js> d = new Date('1/1/1999 13:30 PM') 30 * Invalid Date 31 * js> d = new Date('1/1/1999 12:30 AM') 33 * js> d = new Date('1/1/1999 12:30 PM') 40 var TITLE = "Regression Test for Date.parse"; // Provide ECMA section title or a description 45 AddTestCase( "new Date('1/1/1999 12:30 AM').toString()", 46 new Date(1999,0,1,0,30).toString() [all...] |
15.9.5.js | 24 ECMA Section: 15.9.5 Properties of the Date prototype object 27 The Date prototype object is itself a Date object (its [[Class]] is 28 "Date") whose value is NaN. 30 The value of the internal [[Prototype]] property of the Date prototype 33 In following descriptions of functions that are properties of the Date 34 prototype object, the phrase "this Date object" refers to the object that 37 [[Class]] property is "Date". Also, the phrase "this time value" refers 38 to the number value for the time represented by this Date object, that is, 39 the value of the internal [[Value]] property of this Date object [all...] |
15.9.3.8-2.js | 24 ECMA Section: 15.9.3.8 The Date Constructor 25 new Date( value ) 27 object is set to the original Date prototype object, 28 the one that is the initial valiue of Date.prototype. 31 set to "Date". 41 5. Parse Result(1) as a date, in exactly the same manner 43 this date. 47 Date: 28 october 1997 69 var DATE = 11; 79 var TITLE = "Date constructor: new Date( value )" [all...] |
15.9.2.2-6.js | 24 ECMA Section: 15.9.2.2 Date constructor used as a function 25 Date( year, month, date, hours, minutes, seconds ) 28 expression (new Date()).toString(). 31 Date: 28 october 1997 39 var TITLE = "The Date Constructor Called as a Function"; 53 array[item++] = new TestCase( SECTION, "Date(2031,11,31,23,59,59)", (new Date()).toString(), Date(2031,11,31,23,59,59)); 54 array[item++] = new TestCase( SECTION, "Date(2032,0,1,0,0,0)", (new Date()).toString(), Date(2032,0,1,0,0,0) ) [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
DateTest.java | 21 import java.util.Date; 29 * java.util.Date#Date() 32 // Test for method java.util.Date() 36 long now = new Date().getTime(); 37 assertTrue("Created incorrect date: " + oldTime + " now: " + now, 42 * java.util.Date#Date(int, int, int) 45 // Test for method java.util.Date(int, int, int) 46 Date d1 = new Date(70, 0, 1); // the epoch + local tim 53 Date date = new Date(99, 5, 22); local [all...] |
/external/nist-sip/java/javax/sip/header/ |
DateHeader.java | 6 String NAME = "Date"; 9 void setDate(Calendar date);
|
/external/v8/test/mjsunit/ |
date.js | 28 // Test date construction from other dates. 29 var date0 = new Date(1111); 30 var date1 = new Date(date0); 33 var date2 = new Date(date0.toString()); 37 var date0 = Date.parse("Dec 25 1995 1:30"); 38 var date1 = Date.parse("Dec 25, 1995 1:30"); 39 var date2 = Date.parse("Dec 25 1995, 1:30"); 40 var date3 = Date.parse("Dec 25, 1995, 1:30"); 47 var dMax = new Date(8.64e15); 53 var dOverflow = new Date(8.64e15+1) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
DateTest.java | 21 import java.util.Date; 27 static class MockDate extends Date{ 44 * @tests java.util.Date#Date() 47 // Test for method java.util.Date() 51 long now = new Date().getTime(); 52 assertTrue("Created incorrect date: " + oldTime + " now: " + now, 57 * @tests java.util.Date#Date(int, int, int) 60 // Test for method java.util.Date(int, int, int 68 Date date = new Date(99, 5, 22); local 110 Date date = new MockDate(1000L); local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
ASN1GeneralizedTime.java | 3 import java.util.Date; 13 public ASN1GeneralizedTime(Date time)
|
ASN1UTCTime.java | 3 import java.util.Date; 13 public ASN1UTCTime(Date time)
|
/external/webkit/Source/WebCore/manual-tests/memory/ |
MessageUidsAlreadyDownloaded2 | 8 <date>2006-07-28T19:13:46Z</date> 13 <date>2006-07-28T20:22:43Z</date> 18 <date>2006-07-28T20:34:37Z</date> 23 <date>2006-07-29T06:17:48Z</date> 28 <date>2006-07-29T06:17:49Z</date> [all...] |
/external/webkit/PerformanceTests/SunSpider/ |
UNCOVERED | 51 Date.toDateString 52 Date.toTimeString 53 Date.getUTCFullYear 54 Date.getUTCMonth 55 Date.getUTCDate 56 Date.getUTCDay 57 Date.getUTCSeconds 58 Date.getMilliseconds 59 Date.getUTCMilliseconds 60 Date.set [all...] |