HomeSort by relevance Sort by last modified time
    Searched refs:getDate (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.10-1.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-10.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-11.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-12.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-13.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-2.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-3.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-4.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-5.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-6.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-7.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-8.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
15.9.5.10-9.js 25 Description: Date.prototype.getDate
38 var TITLE = "Date.prototype.getDate()";
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() );
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DateTimeField.java 41 public Date getDate() {
56 date = DateTime.parse(body).getDate();
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItemData.java 51 mDate = MessageUtils.formatTimeStampString(context, conv.getDate());
75 public String getDate() {
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
InvalidityDate.java 58 public Date getDate() {
  /frameworks/base/core/java/com/google/android/mms/pdu/
DeliveryInd.java 53 public long getDate() {
MultimediaMessagePdu.java 138 public long getDate() {
ReadOrigInd.java 50 public long getDate() {
ReadRecInd.java 62 public long getDate() {
  /external/icu4c/i18n/unicode/
fmtable.h 191 * Selector indicating a UDate value. Use getDate to retrieve
334 UDate getDate() const { return fValue.fDate; }
344 UDate getDate(UErrorCode& status) const;
563 inline UDate Formattable::getDate(UErrorCode& status) const {
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 95 date = getDate(rfcMatcher.group(1));
103 date = getDate(ansicMatcher.group(2));
124 private static int getDate(String dateString) {
  /dalvik/libcore/sql/src/main/java/java/sql/
CallableStatement.java 287 public Date getDate(int parameterIndex) throws SQLException;
308 public Date getDate(int parameterIndex, Calendar cal) throws SQLException;
322 public Date getDate(String parameterName) throws SQLException;
342 public Date getDate(String parameterName, Calendar cal) throws SQLException;
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 51 return "String.leftPad(this.getDate(), 2, '0') + ";
55 return "this.getDate() + ";
128 + "d = d.getDate();\n"
297 return num + this.getDate() - 1;
316 var day = (this.getDay() - (this.getDate() - 1)) % 7;
321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
331 switch (this.getDate()) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 51 return "String.leftPad(this.getDate(), 2, '0') + ";
55 return "this.getDate() + ";
128 + "d = d.getDate();\n"
297 return num + this.getDate() - 1;
316 var day = (this.getDay() - (this.getDate() - 1)) % 7;
321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
331 switch (this.getDate()) {

Completed in 456 milliseconds

1 2 3 4 5 6 7