OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDate
(Results
1 - 25
of
176
) sorted by null
1
2
3
4
5
6
7
8
/external/nist-sip/java/javax/sip/header/
DateHeader.java
8
Calendar
getDate
();
/external/webkit/Source/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/emailcommon/src/org/apache/james/mime4j/field/
DateTimeField.java
43
public Date
getDate
() {
61
date = DateTime.parse(body).
getDate
();
/libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java
220
assertEquals(current.
getDate
(), date.
getDate
());
253
assertEquals(current.
getDate
(), date.
getDate
());
281
assertEquals(current.
getDate
(), date.
getDate
());
295
assertEquals(current.
getDate
(), date.
getDate
());
309
assertEquals(1, date.
getDate
());
328
assertEquals(current.
getDate
(), date.getDate())
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPDateHeader.java
92
public Calendar
getDate
() {
/frameworks/base/core/java/com/google/android/mms/pdu/
DeliveryInd.java
53
public long
getDate
() {
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
InvalidityDate.java
49
public Date
getDate
() {
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
Time.java
97
public Date
getDate
()
107
return ((DERGeneralizedTime)time).
getDate
();
/external/icu4c/i18n/unicode/
fmtable.h
211
* Selector indicating a UDate value. Use
getDate
to retrieve
354
UDate
getDate
() const { return fValue.fDate; }
364
UDate
getDate
(UErrorCode& status) const;
646
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) {
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java
74
this.
getDate
();
118
public Date
getDate
()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java
42
if (paramsPKIX.
getDate
() != null)
44
validityDate = paramsPKIX.
getDate
();
/external/webkit/PerformanceTests/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
()) {
Completed in 3467 milliseconds
1
2
3
4
5
6
7
8