/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
D | 15.9.5.10-11.js | 73 (new Date(NaN)).getDate() ); 78 Date.prototype.getDate.length ); 86 (new Date(t)).getDate() );
|
D | 15.9.5.10-13.js | 69 (new Date(NaN)).getDate() ); 74 Date.prototype.getDate.length ); 82 (new Date(t)).getDate() );
|
D | 15.9.5.10-1.js | 87 (new Date(NaN)).getDate() ); 92 Date.prototype.getDate.length ); 100 (new Date(t)).getDate() );
|
D | 15.9.5.10-8.js | 76 (new Date(NaN)).getDate() ); 81 Date.prototype.getDate.length ); 89 (new Date(t)).getDate() );
|
D | 15.9.5.10-12.js | 72 (new Date(NaN)).getDate() ); 77 Date.prototype.getDate.length ); 85 (new Date(t)).getDate() );
|
D | 15.9.5.10-3.js | 81 (new Date(NaN)).getDate() ); 86 Date.prototype.getDate.length ); 94 (new Date(t)).getDate() );
|
D | 15.9.5.10-10.js | 74 (new Date(NaN)).getDate() ); 79 Date.prototype.getDate.length ); 87 (new Date(t)).getDate() );
|
D | 15.9.5.10-5.js | 79 (new Date(NaN)).getDate() ); 84 Date.prototype.getDate.length ); 92 (new Date(t)).getDate() );
|
D | 15.9.5.10-2.js | 82 (new Date(NaN)).getDate() ); 87 Date.prototype.getDate.length ); 95 (new Date(t)).getDate() );
|
D | 15.9.5.10-6.js | 78 (new Date(NaN)).getDate() ); 83 Date.prototype.getDate.length ); 91 (new Date(t)).getDate() );
|
D | 15.9.5.10-4.js | 79 (new Date(NaN)).getDate() ); 84 Date.prototype.getDate.length ); 92 (new Date(t)).getDate() );
|
D | 15.9.5.10-7.js | 77 (new Date(NaN)).getDate() ); 82 Date.prototype.getDate.length ); 90 (new Date(t)).getDate() );
|
D | 15.9.5.10-9.js | 75 (new Date(NaN)).getDate() ); 80 Date.prototype.getDate.length ); 88 (new Date(t)).getDate() );
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | date-format-tofte.js | 72 return new String(self.getDate()).length == 1? 73 "0"+self.getDate() : self.getDate(); 115 return self.getDate(); 168 return daysSuffix[self.getDate()-1];
|
D | date-format-xparb.js | 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/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | date-format-tofte.js | 72 return new String(self.getDate()).length == 1? 73 "0"+self.getDate() : self.getDate(); 115 return self.getDate(); 168 return daysSuffix[self.getDate()-1];
|
D | date-format-xparb.js | 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | X509CertificateHolder.java | 191 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/ |
D | ConfigResults.java | 90 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/ |
D | fmtable.h | 364 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/ |
D | Time.java | 97 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/ |
D | Time.java | 97 public Date getDate() in getDate() method in Time 107 return ((DERGeneralizedTime)time).getDate(); in getDate()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERGeneralizedTime.java | 94 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/ |
D | tfsmalls.cpp | 201 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/ |
D | PKIXParametersTest.java | 943 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()
|