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

1 2 3 4 5 6 7 8

  /external/nist-sip/java/javax/sip/header/
DateHeader.java 8 Calendar getDate();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DateTimeField.java 44 public Date getDate() {
62 date = DateTime.parse(body).getDate();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CertificateHolder.java 191 return x509Certificate.getStartDate().getDate();
201 return x509Certificate.getEndDate().getDate();
252 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
X509CRLEntryHolder.java 55 return entry.getRevocationDate().getDate();
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDateHeader.java 92 public Calendar getDate() {
  /frameworks/opt/mms/src/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() {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InvalidityDate.java 49 public Date getDate() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 97 public Date getDate()
107 return ((DERGeneralizedTime)time).getDate();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 97 public Date getDate()
107 return ((DERGeneralizedTime)time).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/chromium_org/third_party/icu/source/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 {
  /external/icu4c/i18n/unicode/
fmtable.h 223 * Selector indicating a UDate value. Use getDate to retrieve
366 UDate getDate() const { return fValue.fDate; }
376 UDate getDate(UErrorCode& status) const;
670 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/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 42 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/
ConfigResults.java 90 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/chromium_org/third_party/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()) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/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()) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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()) {
  /libcore/luni/src/test/java/libcore/java/security/cert/
OldPKIXParametersTest.java 59 assertEquals(cpp.getDate(), cppc.getDate());
75 assertFalse(cpp.getDate().equals(cppc.getDate()));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 94 this.getDate();
128 public Date getDate()
  /external/smack/src/org/jivesoftware/smackx/packet/
StreamInitiation.java 284 public Date getDate() {
349 if (getDate() != null) {
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 201 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 447 milliseconds

1 2 3 4 5 6 7 8