HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 101 - 125 of 664) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 8 // Accounts (e.g expired credentials). It may contain additional data such as
43 // cached credentials have expired.
  /external/chromium/net/base/
host_cache.cc 109 // Note that this map may contain expired entries.
121 // Clear out expired entries.
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/kernel-headers/original/asm-generic/
errno.h 35 #define ETIME 62 /* Timer expired */
101 #define EKEYEXPIRED 127 /* Key has expired */
  /external/kernel-headers/original/asm-mips/
errno.h 39 #define ETIME 62 /* Timer expired */
114 #define EKEYEXPIRED 162 /* Key has expired */
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 103 * \param sv structure storing the expired timer ID.
111 //printf("phOsalNfc_Timer_Expired : Expired but already stopped TimerId=%d\n", timerid);
  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 265 not expired, so the time out value is increased by
671 /* Timer value has expired, so resend has to be done
694 PH_LLCNFC_DEBUG("TIMER EXPIRED : 0x%02X\n", timer_expired);
698 PH_LLCNFC_DEBUG("TIMER EXPIRED INDEX: 0x%02X\n", zero_to_index);
699 PH_LLCNFC_DEBUG("TIMER EXPIRED NS INDEX: 0x%02X\n", ps_timer_info->timer_ns_value[zero_to_index]);
700 PH_LLCNFC_DEBUG("TIMER EXPIRED RETRIES : 0x%02X\n", ps_timer_info->iframe_send_count[zero_to_index]);
702 PH_LLCNFC_DEBUG("TIMER EXPIRED GUARD TIME-OUT COUNT: 0x%02X\n", ps_timer_info->guard_to_value[zero_to_index]);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
CookieManager.cpp 82 // This simply forces a GC. The getters delete expired cookies so won't return expired cookies anyway.
  /frameworks/base/core/java/android/webkit/
CookieManager.java 73 * must not have expired and must not be a session cookie, otherwise it
156 * Removes all expired cookies.
  /ndk/sources/host-tools/make-3.81/
signame.c 178 init_sig (SIGVTALRM, "VTALRM", _("Virtual timer expired"));
181 init_sig (SIGPROF, "PROF", _("Profiling timer expired"));
  /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/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/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
TimeoutService.java 21 * have expired/are cancelled, the thread will (sooner or later) exit.

Completed in 2065 milliseconds

1 2 3 45 6 7 8 91011>>