/libcore/luni/src/main/java/java/net/ |
SocketTimeoutException.java | 23 * This exception is thrown when a timeout expired on a socket {@code read} or
|
AddressCache.java | 80 // Either we didn't find anything, or it had expired. 81 // No need to remove expired entries: the caller will provide a replacement shortly.
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateExpiredException.java | 21 * The exception that is thrown when a {@code Certificate} has expired.
|
CRL.java | 23 * expired and consequently has become invalid.
|
/external/chromium_org/components/variations/ |
variations_seed_processor.cc | 136 // Add expired studies (in a disabled state) only after all the non-expired 137 // studies have been added (and do not add an expired study if a corresponding 138 // non-expired study got added). This way, if there's both an expired and a 139 // non-expired study that applies, the non-expired study takes priority.
|
/external/chromium_org/net/base/ |
expiring_cache.h | 31 // new items are added, expired items will be removed first. 121 // Returns NULL if the item is not found or has expired. If the item has 122 // expired, it is immediately removed from the cache. 130 // Immediately remove expired entries. 178 // Clear out expired entries.
|
/external/chromium/net/base/ |
host_cache_unittest.cc | 64 // Advance to t=10; entry1 is now expired. 70 // Update entry1, so it is no longer expired. 80 // Advance to t=20; both entries are now expired. 148 // Advance to t=10; entry1 is now expired. 154 // Update entry1, so it is no longer expired. 164 // Advance to t=20; both entries are now expired. 187 // Add 3 expired entries at t=0. 189 std::string hostname = base::StringPrintf("expired%d", i); 214 // and "expired" entries to have been dropped. 246 cache.Set(Key("expired"), OK, AddressList(), now - kSuccessEntryTTL) [all...] |
/external/apache-http/src/org/apache/http/client/ |
CookieStore.java | 49 * If the given cookie has already expired it will not be added, but existing 64 * Removes all of {@link Cookie cookies} in this store that have expired by
|
/external/chromium/chrome/browser/ |
favicon_service.h | 38 // opposed to not knowing anything). |expired| will be set to true if we 71 // page that has been browsed in the past. |expired| in the callback is
|
/external/chromium_org/chrome/app/ |
signature_validator_win_unittest.cc | 127 //TODO(caitkp): Figure out how to sign a dll with an expired cert. 128 RunTest(L"expired.dll", false, false);
|
/external/chromium_org/chrome/app/test_data/ |
cert_maker.bat | 62 REM Create an expired signing cert from our first CA.
72 signtool sign /v /f certificates\ExpiredCert.pfx dlls\expired.dll
|
/external/chromium_org/net/tools/testserver/ |
run_testserver.cc | 19 " [--ssl-cert=ok|mismatched-name|expired]\n"); 81 } else if (cert_option == "expired") {
|
/frameworks/base/docs/html/google/play/billing/ |
versions.jd | 41 <li>Adds a new <code>purchaseState</code> value, <code>3</code> (expired), to the <code>orders</code> list returned in a <code>PURCHASE_STATE_CHANGED</code> intent. The value indicates that a subscription has expired and is no longer valid.</li>
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 25 // don't want the infobar to be expired at this point, because the user won't
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 45 // NotificationDelegate implementation for the token expired notification.
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request.h | 33 // Timeout expired.
|
/external/chromium_org/chrome/browser/extensions/token_cache/ |
token_cache_service.h | 38 // token will be expired.
|
/external/chromium_org/chrome/browser/media/ |
desktop_streams_registry.h | 49 // Helper function that removes an expired stream from the registry.
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_tab_helper.h | 36 // that the certificate has not expired.
|
/external/chromium_org/mojo/common/ |
handle_watcher.h | 27 // when the handle is ready, or the deadline has expired.
|
/external/iptables/iptables/ |
iptables-apply.8 | 19 expired. The timeout can be set with \fB\-t\fP.
|
/libcore/luni/src/main/java/javax/security/cert/ |
CertificateExpiredException.java | 21 * The exception that is thrown when a {@code Certificate} has expired.
|
/external/apache-http/src/org/apache/http/impl/client/ |
BasicCookieStore.java | 77 * If the given cookie has already expired it will not be added, but existing 102 * in the given array order. If any of the given cookies has already expired it will 130 * that have expired by the specified {@link java.util.Date date}.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 87 * if the connection should be considered expired and not used. 149 log.debug("Checking for expired connections, now: " + now); 160 log.debug("Closing connection, expired @: " + times.timeExpires);
|
/frameworks/volley/src/com/android/volley/ |
CacheDispatcher.java | 109 // If it is completely expired, just send it to the network. 111 request.addMarker("cache-hit-expired"); 127 // Soft-expired cache hit. We can deliver the cached response,
|