Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 25 of 123) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
D15.9.5.10-11.js73 (new Date(NaN)).getDate() );
78 Date.prototype.getDate.length );
86 (new Date(t)).getDate() );
D15.9.5.10-13.js69 (new Date(NaN)).getDate() );
74 Date.prototype.getDate.length );
82 (new Date(t)).getDate() );
D15.9.5.10-1.js87 (new Date(NaN)).getDate() );
92 Date.prototype.getDate.length );
100 (new Date(t)).getDate() );
D15.9.5.10-8.js76 (new Date(NaN)).getDate() );
81 Date.prototype.getDate.length );
89 (new Date(t)).getDate() );
D15.9.5.10-12.js72 (new Date(NaN)).getDate() );
77 Date.prototype.getDate.length );
85 (new Date(t)).getDate() );
D15.9.5.10-3.js81 (new Date(NaN)).getDate() );
86 Date.prototype.getDate.length );
94 (new Date(t)).getDate() );
D15.9.5.10-10.js74 (new Date(NaN)).getDate() );
79 Date.prototype.getDate.length );
87 (new Date(t)).getDate() );
D15.9.5.10-5.js79 (new Date(NaN)).getDate() );
84 Date.prototype.getDate.length );
92 (new Date(t)).getDate() );
D15.9.5.10-2.js82 (new Date(NaN)).getDate() );
87 Date.prototype.getDate.length );
95 (new Date(t)).getDate() );
D15.9.5.10-6.js78 (new Date(NaN)).getDate() );
83 Date.prototype.getDate.length );
91 (new Date(t)).getDate() );
D15.9.5.10-4.js79 (new Date(NaN)).getDate() );
84 Date.prototype.getDate.length );
92 (new Date(t)).getDate() );
D15.9.5.10-7.js77 (new Date(NaN)).getDate() );
82 Date.prototype.getDate.length );
90 (new Date(t)).getDate() );
D15.9.5.10-9.js75 (new Date(NaN)).getDate() );
80 Date.prototype.getDate.length );
88 (new Date(t)).getDate() );
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Ddate-format-tofte.js72 return new String(self.getDate()).length == 1?
73 "0"+self.getDate() : self.getDate();
115 return self.getDate();
168 return daysSuffix[self.getDate()-1];
Ddate-format-xparb.js297 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/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Ddate-format-tofte.js72 return new String(self.getDate()).length == 1?
73 "0"+self.getDate() : self.getDate();
115 return self.getDate();
168 return daysSuffix[self.getDate()-1];
Ddate-format-xparb.js297 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509CertificateHolder.java191 return x509Certificate.getStartDate().getDate(); in getNotBefore()
201 return x509Certificate.getEndDate().getDate(); in getNotAfter()
252 … !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate(… in isValidOn()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DConfigResults.java90 if (buildResults.isBaseline() && buildResults.getDate().compareTo(buildDate) < 0) { in getBaselineBuildResults()
161 if (buildName == null || buildResults.getDate().compareTo(buildDate) <= 0) { in getBuildsBefore()
480 …== null || baselineBuildDate == null || baselineBuildDate.compareTo(buildResults.getDate()) >= 0) { in initialize()
487 …ull || currentBuildDate == null || (this.current == null && buildResults.getDate().compareTo(curre… in initialize()
557 String buildDate = buildResults.getDate(); in isBuildConcerned()
558 …ng currentBuildDate = getCurrentBuildResults() == null ? null : getCurrentBuildResults().getDate(); in isBuildConcerned()
559 …baselineBuildDate = getBaselineBuildResults() == null ? null : getBaselineBuildResults().getDate(); in isBuildConcerned()
609 …if (lastBuildName == null || buildResults.getDate().compareTo(Util.getBuildDate(lastBuildName)) <=… in readData()
/external/icu4c/i18n/unicode/
Dfmtable.h364 UDate getDate() const { return fValue.fDate; } in getDate() function
374 UDate getDate(UErrorCode& status) const;
668 inline UDate Formattable::getDate(UErrorCode& status) const { in getDate() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java97 public Date getDate() in getDate() method in Time
107 return ((DERGeneralizedTime)time).getDate(); in getDate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java97 public Date getDate() in getDate() method in Time
107 return ((DERGeneralizedTime)time).getDate(); in getDate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERGeneralizedTime.java94 this.getDate(); in DERGeneralizedTime()
196 if (timeZone.useDaylightTime() && timeZone.inDaylightTime(this.getDate())) in calculateGMTOffset()
219 public Date getDate() in getDate() method in DERGeneralizedTime
/external/icu4c/test/intltest/
Dtfsmalls.cpp201 fta.getDate(status = U_ZERO_ERROR); in test_Formattable()
206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) { in test_Formattable()
209 fta.getDate(status); in test_Formattable()
261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0) in test_Formattable()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXParametersTest.java943 assertNull("null", p.getDate()); in testGetDate01()
947 assertEquals("notNull", currentDate, p.getDate()); in testGetDate01()
965 Date ret1 = p.getDate(); in testGetDate02()
970 assertEquals(currentDate, p.getDate()); in testGetDate02()
983 assertNull(p.getDate()); in test_setDateLjava_util_Date()
989 assertEquals(555L, p.getDate().getTime()); in test_setDateLjava_util_Date()
994 assertEquals(555L, p.getDate().getTime()); in test_setDateLjava_util_Date()
997 assertEquals(333L, p.getDate().getTime()); in test_setDateLjava_util_Date()
1003 assertNull(p.getDate()); in test_setDateLjava_util_Date()

12345