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

<<11121314151617181920>>

  /external/dhcpcd/
dhcpcd-run-hooks.8.in 99 dhcpcd's lease or state expired and it failed to obtain a new one.
123 dhcpcd has received an IPv6 Router Advertisment, or one has expired.
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 35 #define ETIME 62 /* Timer expired */
101 #define EKEYEXPIRED 127 /* Key has expired */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 39 #define ETIME 62 /* Timer expired */
114 #define EKEYEXPIRED 162 /* Key has expired */
  /external/kernel-headers/original/uapi/linux/
quota.h 141 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */
144 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time 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/qemu/
main-loop.c 385 char expired; member in struct:qemu_alarm_timer
404 if (alarm_timer->expired) {
405 alarm_timer->expired = 0;
528 // (really tcg_cpu_exec()) that an alarm has expired. It is set in the
570 // if a timer has really expired, in the case of non-dynamic alarms,
576 t->expired = 1;
722 t->expired = 1;
806 is zero) that has already expired, the timer is not updated. Since
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeForm.java 120 * Get the time at which the leased subscription will expire, or has expired.
140 * Sets the time at which the leased subscription will expire, or has expired.
  /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/Email/provider_src/com/android/email/mail/internet/
AuthenticationCache.java 61 // it may query the server to get a new one if the old one is expired or nearly expired.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 101 public static final String EXPIRED = "EXPIRED";
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
SearchBaseUrlHelper.java 69 * (b) it has expired
73 * expired.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.6/sysroot/usr/include/linux/
quota.h 139 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */
142 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.11-4.8/sysroot/usr/include/linux/
quota.h 139 #define QUOTA_NL_ISOFTLONGWARN 2 /* Inode grace time expired */
142 #define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
CookieStoreTest.java 93 // expired cookie won't be selected.
165 // expired cookie won't be selected.
181 // expired cookies are also deleted even if it domain-matches the URI
223 // expired cookie won't be selected.
320 // 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_org/chrome/browser/favicon/
favicon_handler.h 58 // . If we have a valid favicon, but it is expired we ask the renderer to
195 // If the favicon has expired, asks the renderer to download the favicon.
263 // icon has expired or the data in the database is incomplete.
  /external/chromium_org/chrome/browser/history/
expire_history_backend.h 40 bool expired,
198 // expired.
205 // History data was automatically expired due to being more than 90 days
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc 224 // Ignore the invalidation if it is expired.
405 // is expired. Time is added to the invalidation to err on the side of not
406 // expired.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 188 if (this.reenumerateTimer_.expired()) {
189 // If the timer is expired, call timeout_ if there aren't any still-running
290 if (!moreExpected && this.timer_.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/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 43 // cached server config has expired.
56 // has expired.
189 // server config in the rejection message has expired. |is_https| is used to

Completed in 668 milliseconds

<<11121314151617181920>>