HomeSort by relevance Sort by last modified time
    Searched full:getdate (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/nist-sip/java/javax/sip/header/
DateHeader.java 8 Calendar 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/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)
  /external/icu4c/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)
  /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();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DateTimeField.java 44 public Date getDate() {
62 date = DateTime.parse(body).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/jce/provider/
PKIXCRLUtil.java 42 if (paramsPKIX.getDate() != null)
44 validityDate = paramsPKIX.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());
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91.js 34 assertEquals(1, date.getDate());
  /external/v8/test/mjsunit/regress/
regress-91.js 34 assertEquals(1, date.getDate());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-date-format-tofte.html 76 return new String(self.getDate()).length == 1?
77 "0"+self.getDate() : self.getDate();
119 return self.getDate();
172 return daysSuffix[self.getDate()-1];
sunspider-date-format-xparb.html 55 return "String.leftPad(this.getDate(), 2, '0') + ";
59 return "this.getDate() + ";
132 + "d = d.getDate();\n"
301 return num + this.getDate() - 1;
320 var day = (this.getDay() - (this.getDate() - 1)) % 7;
325 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
335 switch (this.getDate()) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
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];
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-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];
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-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];
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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 94 this.getDate();
196 if (timeZone.useDaylightTime() && timeZone.inDaylightTime(this.getDate()))
219 public Date getDate()
  /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) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DeliveryInd.java 53 public long getDate() {
MultimediaMessagePdu.java 138 public long getDate() {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InvalidityDate.java 49 public Date getDate() {

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 9