HomeSort by relevance Sort by last modified time
    Searched refs:EXPIRED (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/net/android/
cert_verify_status_android_list.h 20 // Certificate is not trusted because it has expired.
21 CERT_VERIFY_STATUS_ANDROID(EXPIRED, -3)
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 74 EXPIRED {
LocalCache.java 738 * - Expired: time expired (key/value may still be set)
772 * New entries are added at the tail of the list at write time; stale entries are expired from
809 * entries are expired from the head of the list.
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 101 public static final String EXPIRED = "EXPIRED";
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 245 // SIZE trumps EXPIRED
449 * <p>Expired entries may be counted by {@link Map#size}, but will never be visible to read or
450 * write operations. Expired entries are currently cleaned up during write operations, or during
469 // SIZE trumps EXPIRED
470 this.nullRemovalCause = RemovalCause.EXPIRED;
497 * <p>Expired entries may be counted by {@link Map#size}, but will never be visible to read or
498 * write operations. Expired entries are currently cleaned up during write operations, or during
518 // SIZE trumps EXPIRED
519 this.nullRemovalCause = RemovalCause.EXPIRED;
    [all...]
ComputingConcurrentHashMap.java 90 // at this point e is either null, computing, or expired;
116 // This is a duplicate check, as preWriteCleanup already purged expired
118 enqueueNotification(entryKey, hash, value, RemovalCause.EXPIRED);
MapMakerInternalMap.java 679 * - Expired: time expired (key/value may still be set)
710 * New entries are added at the tail of the list at write time; stale entries are expired from
747 * entries are expired from the head of the list.
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 67 instrument->status_ = wallet::WalletItems::MaskedInstrument::EXPIRED;
data_model_wrapper.cc 296 if (instrument_->status() == wallet::WalletItems::MaskedInstrument::EXPIRED ||
autofill_dialog_controller_impl.cc 301 case wallet::WalletItems::MaskedInstrument::EXPIRED:
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.h 73 EXPIRED,
156 // The current status of the instrument. For example, expired or declined.
wallet_test_util.cc 190 WalletItems::MaskedInstrument::EXPIRED);
wallet_items.cc 79 if (status_string == "EXPIRED")
80 return WalletItems::MaskedInstrument::EXPIRED;
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 511 // if the response code indicates expired or bad credentials, throw a special exception
513 ImapConstants.EXPIRED.equals(code)) {
531 // Failed to authenticate. This may be just due to an expired token.
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 841 assertNotified(listener, one, two, RemovalCause.EXPIRED);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 1224 milliseconds

1 2