HomeSort by relevance Sort by last modified time
    Searched refs:Date (Results 51 - 75 of 535) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/
15.9.5.6.js 24 ECMA Section: 15.9.5.6 Date.prototype.toLocaleDateString()
27 implementation dependent, but are intended to represent the "date"
28 portion of the Date in the current time zone in a convenient,
30 but can verify that the string is parsable by Date.parse
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.toLocaleDateString()";
65 status = "Date.prototype.toLocaleDateString.length";
66 actual = Date.prototype.toLocaleDateString.length;
70 /* Date.parse is accurate to the second; valueOf() to the millisecond
    [all...]
  /libcore/luni/src/main/java/java/sql/
Date.java 21 * A class which can consume and produce dates in SQL {@code Date} format.
23 * Dates are represented in SQL as {@code yyyy-MM-dd}. Note that this date
27 * This is unlike the familiar {@code java.util.Date} object, which also includes
32 * java.sql.Date} class are "normalized" to the time 00:00:00.000 GMT on the
33 * date implied by the time value.
35 public class Date extends java.util.Date {
40 * Constructs a {@code Date} object corresponding to the supplied year,
43 * @deprecated Use the constructor {@link #Date(long)}.
54 public Date(int theYear, int theMonth, int theDay)
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicMaxAgeHandler.java 4 * $Date: 2007-10-04 08:53:50 -0700 (Thu, 04 Oct 2007) $
33 import java.util.Date;
63 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.1.js 24 ECMA Section: 15.9.5.1 Date.prototype.constructor
26 The initial value of Date.prototype.constructor is the built-in Date
30 Date: 12 november 1997
36 var TITLE = "Date.prototype.constructor";
43 "Date.prototype.constructor == Date",
45 Date.prototype.constructor == Date );
15.9.5.10-1.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
85 "(new Date(NaN)).getDate()",
87 (new Date(NaN)).getDate() );
90 "Date.prototype.getDate.length",
92 Date.prototype.getDate.length );
98 "(new Date("+t+")).getDate()",
100 (new Date(t)).getDate() )
    [all...]
15.9.5.10-10.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
72 "(new Date(NaN)).getDate()",
74 (new Date(NaN)).getDate() );
77 "Date.prototype.getDate.length",
79 Date.prototype.getDate.length );
85 "(new Date("+t+")).getDate()",
87 (new Date(t)).getDate() )
    [all...]
15.9.5.10-11.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
71 "(new Date(NaN)).getDate()",
73 (new Date(NaN)).getDate() );
76 "Date.prototype.getDate.length",
78 Date.prototype.getDate.length );
84 "(new Date("+t+")).getDate()",
86 (new Date(t)).getDate() )
    [all...]
15.9.5.10-12.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
70 "(new Date(NaN)).getDate()",
72 (new Date(NaN)).getDate() );
75 "Date.prototype.getDate.length",
77 Date.prototype.getDate.length );
83 "(new Date("+t+")).getDate()",
85 (new Date(t)).getDate() )
    [all...]
15.9.5.10-13.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
67 "(new Date(NaN)).getDate()",
69 (new Date(NaN)).getDate() );
72 "Date.prototype.getDate.length",
74 Date.prototype.getDate.length );
80 "(new Date("+t+")).getDate()",
82 (new Date(t)).getDate() )
    [all...]
15.9.5.10-2.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
80 "(new Date(NaN)).getDate()",
82 (new Date(NaN)).getDate() );
85 "Date.prototype.getDate.length",
87 Date.prototype.getDate.length );
93 "(new Date("+t+")).getDate()",
95 (new Date(t)).getDate() )
    [all...]
15.9.5.10-3.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
79 "(new Date(NaN)).getDate()",
81 (new Date(NaN)).getDate() );
84 "Date.prototype.getDate.length",
86 Date.prototype.getDate.length );
92 "(new Date("+t+")).getDate()",
94 (new Date(t)).getDate() )
    [all...]
15.9.5.10-4.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
77 "(new Date(NaN)).getDate()",
79 (new Date(NaN)).getDate() );
82 "Date.prototype.getDate.length",
84 Date.prototype.getDate.length );
90 "(new Date("+t+")).getDate()",
92 (new Date(t)).getDate() )
    [all...]
15.9.5.10-5.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
77 "(new Date(NaN)).getDate()",
79 (new Date(NaN)).getDate() );
82 "Date.prototype.getDate.length",
84 Date.prototype.getDate.length );
90 "(new Date("+t+")).getDate()",
92 (new Date(t)).getDate() )
    [all...]
15.9.5.10-6.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
76 "(new Date(NaN)).getDate()",
78 (new Date(NaN)).getDate() );
81 "Date.prototype.getDate.length",
83 Date.prototype.getDate.length );
89 "(new Date("+t+")).getDate()",
91 (new Date(t)).getDate() )
    [all...]
15.9.5.10-7.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
75 "(new Date(NaN)).getDate()",
77 (new Date(NaN)).getDate() );
80 "Date.prototype.getDate.length",
82 Date.prototype.getDate.length );
88 "(new Date("+t+")).getDate()",
90 (new Date(t)).getDate() )
    [all...]
15.9.5.10-8.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
74 "(new Date(NaN)).getDate()",
76 (new Date(NaN)).getDate() );
79 "Date.prototype.getDate.length",
81 Date.prototype.getDate.length );
87 "(new Date("+t+")).getDate()",
89 (new Date(t)).getDate() )
    [all...]
15.9.5.10-9.js 25 Description: Date.prototype.getDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getDate()";
47 var now = (new Date()).valueOf();
73 "(new Date(NaN)).getDate()",
75 (new Date(NaN)).getDate() );
78 "Date.prototype.getDate.length",
80 Date.prototype.getDate.length );
86 "(new Date("+t+")).getDate()",
88 (new Date(t)).getDate() )
    [all...]
15.9.5.12-8.js 25 Description: Date.prototype.getDay
33 Date: 12 november 1997
39 var TITLE = "Date.prototype.getDay()";
48 var now = (new Date()).valueOf();
60 "(new Date(NaN)).getDay()",
62 (new Date(NaN)).getDay() );
65 "Date.prototype.getDay.length",
67 Date.prototype.getDay.length );
77 "(new Date("+t+")).getDay()",
79 (new Date(t)).getDay() )
    [all...]
15.9.5.13-8.js 25 Description: Date.prototype.getUTCDay
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCDay()";
47 var now = (new Date()).valueOf();
59 "(new Date(NaN)).getUTCDay()",
61 (new Date(NaN)).getUTCDay() );
64 "Date.prototype.getUTCDay.length",
66 Date.prototype.getUTCDay.length );
77 "(new Date("+t+")).getUTCDay()",
79 (new Date(t)).getUTCDay() )
    [all...]
15.9.5.14.js 25 Description: Date.prototype.getHours
31 Date: 12 november 1997
37 var TITLE = "Date.prototype.getHours()";
46 var now = (new Date()).valueOf();
66 "(new Date(NaN)).getHours()",
68 (new Date(NaN)).getHours() );
71 "Date.prototype.getHours.length",
73 Date.prototype.getHours.length );
79 "(new Date("+t+")).getHours()",
81 (new Date(t)).getHours() )
    [all...]
15.9.5.15.js 25 Description: Date.prototype.getUTCHours
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCHours()";
47 var now = (new Date()).valueOf();
67 "(new Date(NaN)).getUTCHours()",
69 (new Date(NaN)).getUTCHours() );
72 "Date.prototype.getUTCHours.length",
74 Date.prototype.getUTCHours.length );
80 "(new Date("+t+")).getUTCHours()",
82 (new Date(t)).getUTCHours() )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
date-001.js 2 File Name: date-001.js
4 ECMA Section: 15.9.5.2 Date.prototype.toString
7 implementation dependent, but are intended to represent the Date in a
11 this value is not a Date object. Therefore it cannot be transferred to
19 Date: 12 november 1997
21 var SECTION = "date-001";
23 var TITLE = "Date.prototype.toString";
36 var OBJ = new MyObject( new Date(0) );
45 "OBJECT = new MyObject( new Date(0)) ; result = OBJ.toString()" +
55 this.toString = Date.prototype.toString
    [all...]
date-003.js 2 File Name: date-003.js
4 ECMA Section: 15.9.5.3-1 Date.prototype.valueOf
10 its this value is not a Date object. Therefore it cannot be transferred
14 Date: 12 november 1997
16 var SECTION = "date-003";
18 var TITLE = "Date.prototype.valueOf";
31 var OBJ = new MyObject( new Date(0) );
40 "OBJ = new MyObject( new Date(0)); OBJ.valueOf()" +
49 this.valueOf = Date.prototype.valueOf;
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 19 import java.util.Date;
40 stz.inDaylightTime(new Date());
  /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)

Completed in 327 milliseconds

1 23 4 5 6 7 8 91011>>