/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
SearchBaseUrlHelper.java | 69 * (b) it has expired 73 * expired.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno.h | 35 #define ETIME 62 /* Timer expired */ 101 #define EKEYEXPIRED 127 /* Key has expired */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
quota.h | 136 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */ 139 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 35 #define ETIME 62 /* Timer expired */ 101 #define EKEYEXPIRED 127 /* Key has expired */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quota.h | 136 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */ 139 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 35 #define ETIME 62 /* Timer expired */ 101 #define EKEYEXPIRED 127 /* Key has expired */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quota.h | 136 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */ 139 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieStoreTest.java | 97 // expired cookie won't be selected. 171 // expired cookie won't be selected. 187 // expired cookies are also deleted even if it domain-matches the URI 230 // expired cookie won't be selected. 326 // expired cookies can also be deleted.
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler_unittest.cc | 53 bool expired, 58 bitmap_result.expired = expired; 71 SetFaviconBitmapResult(icon_url, chrome::FAVICON, false /* expired */, 494 // Set icon data expired 495 SetFaviconBitmapResult(icon_url, chrome::FAVICON, true /* expired */, 646 bitmap_result.expired = false; 847 // Simulates getting a expired icon from history. 849 true /* expired */, &history_handler->history_results_); [all...] |
favicon_handler.h | 62 // . If we have a valid favicon, but it is expired we ask the renderer to 202 // If the favicon has expired, asks the renderer to download the favicon. 267 // icon has expired or the data in the database is incomplete.
|
favicon_tab_helper.h | 29 // history backend. If the icon is not available or expired, the icon will be
|
/external/dnsmasq/src/ |
cache.c | 260 If (flags & F_FORWARD) then remove any forward entries for name and any expired 262 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired 264 If (flags == 0) remove any expired entries in the whole cache. 376 /* First remove any expired entries and entries for the name/address we 394 chains for expired entries do that now. If we already tried that 504 also free anything which has expired */ 552 /* case : not expired, incorrect entry. */ 557 /* expired entry, free it */ 594 also free anything which has expired. All the reverse entries are at the [all...] |
/external/chromium/chrome/browser/ |
favicon_helper.h | 55 // . If we have a valid favicon, but it is expired we ask the renderer to 171 // If the favicon has expired, asks the renderer to download the favicon. 235 // expired.
|
/external/chromium_org/chrome/common/extensions/api/ |
cookies.json | 193 "cause": {"min_version": "12.0.707.0", "type": "string", "enum": ["evicted", "expired", "explicit", "expired_overwrite", "overwrite"], "description": "The underlying reason behind the cookie's change. If a cookie was inserted, or removed via an explicit call to \"chrome.cookies.remove\", \"cause\" will be \"explicit\". If a cookie was automatically removed due to expiry, \"cause\" will be \"expired\". If a cookie was removed due to being overwritten with an already-expired expiration date, \"cause\" will be set to \"expired_overwrite\". If a cookie was automatically removed due to garbage collection, \"cause\" will be \"evicted\". If a cookie was automatically removed due to a \"set\" call that overwrote it, \"cause\" will be \"overwrite\". Plan your response accordingly."}
|
/external/chromium_org/net/cert/ |
x509_util_unittest.cc | 28 "expired", "expired", 50 EXPECT_EQ("expired", certs[3]->subject().common_name);
|
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 92 // at this point e is either null, computing, or expired; 118 // This is a duplicate check, as preWriteCleanup already purged expired 120 enqueueNotification(entryKey, hash, value, RemovalCause.EXPIRED);
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
UnixSocketTest.java | 90 // timeout expired
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
PoolEntryRequest.java | 54 * if the timeout expired
|
/external/chromium/net/base/ |
dnsrr_resolver.h | 118 // have expired and the size of |cache_| must be <= kMaxCacheEntries.
|
host_cache.h | 110 // Note that this map may contain expired entries.
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.h | 66 // Checks if the given certificate is expired and, if so, get a new one.
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_delegate.h | 104 // expired.
|
/external/chromium_org/chrome/browser/net/ |
evicted_domain_cookie_counter_unittest.cc | 269 // Expired cookies should not be counted by EvictedDomainCookieCounter. 358 // Garbage collection prioritize removal of expired cookies. 372 // Evict cookies_[5] (not expired) at t = 1200. 374 // Garbage collection would have taken place, removing 3 expired cookies,
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy_backend.h | 39 // We have invalid/expired credentials.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
x_privet_token_unittest.cc | 94 // Expired tokens:
|