HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 126 - 150 of 1229) sorted by null

1 2 3 4 56 7 8 91011>>

  /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_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.cc 146 // expired, a new dictionary will be created.
182 bool expired = false; local
201 // Check to see if the user's certificate decision has expired.
202 // - Expired and |create_entries| is DO_NOT_CREATE_DICTIONARY_ENTRIES, return
204 // - Expired and |create_entries| is CREATE_DICTIONARY_ENTRIES, update the
214 expired = true;
229 expired = true;
238 if (expired ||
345 // This revoke is necessary to clear any old expired setting that may be
chrome_ssl_host_state_delegate.h 100 // decision made by the user but it has expired. Otherwise it is set to false.
127 // as expired when the session starts, rather than storing a GUID for the
135 // certificate memory decisions experiment to tell if a decision has expired
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhandler.js 79 this.timer_.expired()) {
120 if (rc || this.timer_.expired()) {
122 // If the timer is expired, the signerCompleted_ callback will indicate
189 if (this.timer_.expired()) {
255 if (this.timer_.expired()) {
266 if (this.timer_.expired()) {
  /external/apache-http/src/org/apache/http/client/
CookieStore.java 54 * If the given cookie has already expired it will not be added, but existing
69 * Removes all of {@link Cookie cookies} in this store that have expired by
  /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
  /frameworks/base/docs/html/google/play/billing/
versions.jd 42 <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>
  /libcore/luni/src/main/java/java/net/
AddressCache.java 108 // Either we didn't find anything, or it had expired.
109 // No need to remove expired entries: the caller will provide a replacement shortly.
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter.h 55 // has expired already, sets the flag enforcing online login immediately.
  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service.h 33 // token will be expired.
  /external/chromium_org/chrome/browser/media/
desktop_streams_registry.h 56 // Helper function that removes an expired stream from the registry.
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.h 63 // we restart when the returned access token has expired.
  /external/chromium_org/content/public/browser/
ssl_host_state_delegate.h 43 // |expired_previous_decision| if a previous user decision expired immediately
  /external/chromium_org/mojo/common/
handle_watcher.h 26 // when the handle is ready, or the deadline has expired.
  /external/chromium_org/sync/protocol/
experiments_specifics.proto 24 // Whether this client should cull (delete) expired autofill
  /external/chromium_org/third_party/boringssl/src/ssl/test/runner/
alert.go 53 alertCertificateExpired: "expired certificate",
  /external/iptables/iptables/
iptables-apply.8 19 expired. The timeout can be set with \fB\-t\fP.
  /hardware/libhardware/include/hardware/
vibrator.h 49 * previous call has not expired is implementation dependent.
  /libcore/luni/src/main/java/java/security/cert/
CRL.java 23 * expired and consequently has become invalid.
  /libcore/luni/src/main/java/javax/security/cert/
CertificateExpiredException.java 21 * The exception that is thrown when a {@code Certificate} has expired.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 36 /* Conntrack should never be early-expired. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 36 /* Conntrack should never be early-expired. */
  /external/apache-http/src/org/apache/http/impl/client/
BasicCookieStore.java 82 * If the given cookie has already expired it will not be added, but existing
107 * in the given array order. If any of the given cookies has already expired it will
135 * that have expired by the specified {@link java.util.Date date}.
  /frameworks/volley/src/com/android/volley/
CacheDispatcher.java 108 // If it is completely expired, just send it to the network.
110 request.addMarker("cache-hit-expired");
126 // Soft-expired cache hit. We can deliver the cached response,

Completed in 976 milliseconds

1 2 3 4 56 7 8 91011>>