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

12 3 4 5 6 7 8 9

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 94 this.getDate();
128 public Date getDate()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 85 this.notAfter = cert.getAcinfo().getAttrCertValidityPeriod().getNotAfterTime().getDate();
86 this.notBefore = cert.getAcinfo().getAttrCertValidityPeriod().getNotBeforeTime().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) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 413 Date d = res.getDate(15);
418 d = res.getDate(500);
426 d = res.getDate(15);
433 Date d = res.getDate(15, testCal);
439 d = res.getDate(500, testCal);
448 d = res.getDate(15,testCal);
455 Date d = res.getDate("dateVal");
460 d = res.getDate("bla");
468 d = res.getDate("dateVal");
475 Date d = res.getDate("dateVal", testCal)
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CRLEntryHolder.java 55 return entry.getRevocationDate().getDate();
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 62 return this.time.getMonth() + '/' + this.time.getDate() +
time_util.js 77 zeroPad_(date.getDate(), 2);
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie_test.html 54 expiredDate.setDate(expiredDate.getDate() + 3);
  /external/chromium_org/v8/test/mjsunit/
function-names.js 62 "getDate", "getUTCDate", "getDay", "getUTCDay", "getHours",
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 154 getResult = date.getDate();
156 testFailed("date.getDate() was " + getResult + " instead of 1");
261 getResult = date.getDate();
263 testFailed("date.getDate() was " + getResult + " instead of 1");
  /external/v8/test/mjsunit/
function-names.js 62 "getDate", "getUTCDate", "getDay", "getUTCDay", "getHours",
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
ReadOrigInd.java 50 public long getDate() {
ReadRecInd.java 62 public long getDate() {
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 206 * java.util.Date#getDate()
209 // Test for method int java.util.Date.getDate()
212 assertEquals("Returned incorrect date", 13, d.getDate());
358 assertEquals("Set incorrect date", 23, d.getDate());
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
DateTime.java 82 public Date getDate() {
  /system/core/toolbox/
date.c 100 tmptr = getdate(argv[optind]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java     [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParameters_ImplTest.java 222 assertEquals("check10", p1.getDate(), p2.getDate());
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsURLConnectionImpl.java 189 @Override public long getDate() {
190 return delegate.getDate();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 233 * @tests java.net.URLConnection#getDate()
237 if (uc.getDate() == 0) {
241 assertTrue("getDate gave wrong date: " + uc.getDate(),
242 uc.getDate() > 930000000000L);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 263 return c.getThisUpdate().getDate();
270 return c.getNextUpdate().getDate();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 261 return c.getThisUpdate().getDate();
268 return c.getNextUpdate().getDate();
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 397 time.setDate(time.getDate() - 1);
399 time.setDate(time.getDate() - 998);
  /external/chromium_org/third_party/flot/
jquery.flot.time.min.js 9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c= (…)
  /external/smack/src/org/jivesoftware/smackx/packet/
StreamInitiation.java 284 public Date getDate() {
349 if (getDate() != null) {

Completed in 438 milliseconds

12 3 4 5 6 7 8 9