Searched defs:isExpired (Results 1 - 22 of 22) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java141 boolean isExpired(final Date date); method in interface:Cookie
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie2.java94 public boolean isExpired(final Date date) { method in class:BasicClientCookie2
95 return this.discard || super.isExpired(date);
H A DBasicClientCookie.java300 public boolean isExpired(final Date date) { method in class:BasicClientCookie
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java301 * @see javax.jmdns.impl.DNSEntry#isExpired(long)
304 public boolean isExpired(long now) { method in class:DNSQuestion
H A DDNSEntry.java196 public abstract boolean isExpired(long now); method in class:DNSEntry
H A DDNSRecord.java136 * @see javax.jmdns.impl.DNSEntry#isExpired(long)
139 public boolean isExpired(long now) { method in class:DNSRecord
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java277 public boolean isExpired(long keepAliveDurationNs) { method in class:Connection
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1944 if (isExpired(entry, now)) {
1955 boolean isExpired(ReferenceEntry<K, V> entry, long now) { method in class:LocalCache
2271 } else if (map.isExpired(e, now)) {
2651 while ((e = writeQueue.peek()) != null && map.isExpired(e, now)) {
2656 while ((e = accessQueue.peek()) != null && map.isExpired(e, now)) {
2751 } else if (map.isExpired(e, now)) {
2773 if (map.isExpired(entry, now)) {
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1954 if (expires() && isExpired(entry)) {
1965 boolean isExpired(ReferenceEntry<K, V> entry) { method in class:MapMakerInternalMap
1966 return isExpired(entry, ticker.read());
1972 boolean isExpired(ReferenceEntry<K, V> entry, long now) { method in class:MapMakerInternalMap
2355 // might overflow, but that's okay (see isExpired())
2384 while ((e = expirationQueue.peek()) != null && map.isExpired(e, now)) {
2461 } else if (map.expires() && map.isExpired(e)) {
3081 if (map.expires() && map.isExpired(entry)) {
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 386 milliseconds