Searched refs:getDate (Results 1 - 25 of 105) sorted by relevance

12345

/external/nist-sip/java/javax/sip/header/
H A DDateHeader.java8 Calendar getDate(); method in interface:DateHeader
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-91.js34 assertEquals(1, date.getDate());
/external/v8/test/mjsunit/regress/
H A Dregress-91.js34 assertEquals(1, date.getDate());
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CertificateHolder.java191 return x509Certificate.getStartDate().getDate();
201 return x509Certificate.getEndDate().getDate();
252 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
H A DX509CRLEntryHolder.java55 return entry.getRevocationDate().getDate();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Ddate-format-xparb.js51 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()) {
H A 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];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Ddate-format-xparb.js51 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()) {
H A 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];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Ddate-format-xparb.js51 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()) {
H A 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];
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDateHeader.java92 public Calendar getDate() { method in class:SIPDateHeader
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java97 public Date getDate() method in class:Time
107 return ((DERGeneralizedTime)time).getDate();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java97 public Date getDate() method in class:Time
107 return ((DERGeneralizedTime)time).getDate();
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtime_util.js77 zeroPad_(date.getDate(), 2);
H A Dcros_log_entry.js62 return this.time.getMonth() + '/' + this.time.getDate() +
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h211 * Selector indicating a UDate value. Use getDate to retrieve
354 UDate getDate() const { return fValue.fDate; } function in class:Formattable
364 UDate getDate(UErrorCode& status) const;
646 inline UDate Formattable::getDate(UErrorCode& status) const { function in class:Formattable
/external/icu4c/i18n/unicode/
H A Dfmtable.h223 * Selector indicating a UDate value. Use getDate to retrieve
366 UDate getDate() const { return fValue.fDate; } function in class:Formattable
376 UDate getDate(UErrorCode& status) const;
670 inline UDate Formattable::getDate(UErrorCode& status) const { function in class:Formattable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java42 if (paramsPKIX.getDate() != null)
44 validityDate = paramsPKIX.getDate();
/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/
H A DConfigResults.java90 if (buildResults.isBaseline() && buildResults.getDate().compareTo(buildDate) < 0) {
161 if (buildName == null || buildResults.getDate().compareTo(buildDate) <= 0) {
480 if (lastBaseline == null || baselineBuildDate == null || baselineBuildDate.compareTo(buildResults.getDate()) >= 0) {
487 } else if (currentBuildName == null || currentBuildDate == null || (this.current == null && buildResults.getDate().compareTo(currentBuildDate) >= 0)) {
557 String buildDate = buildResults.getDate();
558 String currentBuildDate = getCurrentBuildResults() == null ? null : getCurrentBuildResults().getDate();
559 String baselineBuildDate = getBaselineBuildResults() == null ? null : getBaselineBuildResults().getDate();
609 if (lastBuildName == null || buildResults.getDate().compareTo(Util.getBuildDate(lastBuildName)) <= 0) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERUTCTime.java94 this.getDate();
128 public Date getDate() method in class:DERUTCTime
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dlocale.js138 case 'd': return fmt(date.getDate(), 2);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DStreamInitiation.java284 public Date getDate() { method in class:StreamInitiation.File
349 if (getDate() != null) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp201 fta.getDate(status = U_ZERO_ERROR);
203 it_errln("*** FT getDate with status should fail on non-Date");
206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) {
207 it_logln("FT set- and getDate tested.");
209 fta.getDate(status);
211 it_errln("*** FT getDate with status failed on real Date");
213 it_logln("FT getDate with status tested.");
216 it_errln("*** FT set- or getDate");
261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0)
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp201 fta.getDate(status = U_ZERO_ERROR);
203 it_errln("*** FT getDate with status should fail on non-Date");
206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) {
207 it_logln("FT set- and getDate tested.");
209 fta.getDate(status);
211 it_errln("*** FT getDate with status failed on real Date");
213 it_logln("FT getDate with status tested.");
216 it_errln("*** FT set- or getDate");
261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0)

Completed in 868 milliseconds

12345