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

/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java136 boolean isExpired(final Date date); method in interface:Cookie
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie2.java89 public boolean isExpired(final Date date) { method in class:BasicClientCookie2
90 return this.discard || super.isExpired(date);
H A DBasicClientCookie.java295 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/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp531 bool SQLiteStatement::isExpired() function in class:WebCore::SQLiteStatement
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp171 bool CachedResource::isExpired() const function in class:WebCore::CachedResource
523 if (m_response.cacheControlContainsMustRevalidate() && isExpired()) {
524 LOG(ResourceLoading, "CachedResource %p mustRevalidate because of cachePolicy == CachePolicyCache and m_response.cacheControlContainsMustRevalidate() && isExpired()\n", this);
531 if (isExpired()) {
532 LOG(ResourceLoading, "CachedResource %p mustRevalidate because of isExpired()\n", this);
/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/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 ...

Completed in 249 milliseconds