/external/libppp/src/ |
timer.c | 57 static const char * const StateNames[] = { "stopped", "running", "expired" }; 144 * An EXPIRED timer is in the ->enext list. 171 /* Search for any pending expired timers */ 207 /* Multiple timers might expire at once. Create a list of expired timers */ 223 /* Process all expired timers */
|
/external/dhcpcd/ |
ipv6rs.c | 363 (rap->expired || rap->data_len != len || 393 rap->expired = 0; 686 int expired; local 691 expired = 0; 703 syslog(LOG_INFO, "%s: %s: expired Router Advertisement", 705 rap->expired = expired = 1; 726 "%s: %s: expired option %d", 728 rap->expired = expired = 1 [all...] |
/external/chromium/chrome/browser/ |
favicon_helper.cc | 319 favicon_expired_ = (favicon.known_icon && favicon.expired); 328 // to be expired (or the wrong url) we'll fetch later on. This way the 336 if (favicon.known_icon && !favicon.expired) { 348 // favicon or its expired. Continue on to DownloadFaviconOrAskHistory to 396 // There is a favicon, set it now. If expired we'll download the current 401 if (!favicon.known_icon || favicon.expired) { 408 } else if (current_candidate() && (!favicon.known_icon || favicon.expired ||
|
favicon_helper_unittest.cc | 296 history_handler->favicon_data_.expired = false; 338 // Set icon data expired 341 history_handler->favicon_data_.expired = true; 405 history_handler->favicon_data_.expired = false; 490 history_handler->favicon_data_.expired = false; 529 history_handler->favicon_data_.expired = false; 627 // Smulates getting a expired icon from history. 630 history_handler->favicon_data_.expired = true; 756 handler->favicon_data_.expired = false;
|
/external/openssh/openbsd-compat/ |
port-aix.c | 177 int authsuccess = 0, expired, reenter, result; local 200 * Check if the user's password is expired. 202 expired = passwdexpired(name, &msg); 207 debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg); 209 switch (expired) { 210 case 0: /* password not expired */ 212 case 1: /* expired, password change required */
|
/frameworks/base/docs/html/training/id-auth/ |
authenticate.jd | 154 <li>The cached auth token has expired.</li> 171 may be the first time the user has logged in to this account. Perhaps the user's account has expired 204 <p>The last case, where the token has expired, it is not actually an {@link 205 android.accounts.AccountManager} failure. The only way to discover whether a token is expired or not 241 this is that the token has expired. The fix is 247 <p>Because expired tokens are such a common occurrence, and fixing them is so easy, many 248 applications just assume the token has expired before even asking for it. If renewing a token is a
|
/external/bluetooth/bluedroid/gki/common/ |
gki_time.c | 409 /* if inactivity delay timer is set and expired */ 462 /* Timer Expired */ 475 /* Reload timer and set Timer 0 Expired event mask */ 499 /* Reload timer and set Timer 1 Expired event mask */ 523 /* Reload timer and set Timer 2 Expired event mask */ 547 /* Reload timer and set Timer 3 Expired event mask */ 689 ** Returns the number of timers that have expired 736 /* If the last timer has expired set last_ticks to 0 so that other list update 803 ** expired event. Negative tick values will be ignored. 920 ** Note: Expired timers have a tick value of '0' [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_time.c | 407 /* if inactivity delay timer is set and expired */ 458 /* Timer Expired */ 471 /* Set Timer 0 Expired event mask and reload timer */ 494 /* Set Timer 1 Expired event mask and reload timer */ 517 /* Set Timer 2 Expired event mask and reload timer */ 540 /* Set Timer 3 Expired event mask and reload timer */ 678 ** Returns the number of timers that have expired 725 /* If the last timer has expired set last_ticks to 0 so that other list update 792 ** expired event. Negative tick values will be ignored. 914 ** Note: Expired timers have a tick value of '0' [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_time.c | 407 /* if inactivity delay timer is set and expired */ 458 /* Timer Expired */ 471 /* Set Timer 0 Expired event mask and reload timer */ 494 /* Set Timer 1 Expired event mask and reload timer */ 517 /* Set Timer 2 Expired event mask and reload timer */ 540 /* Set Timer 3 Expired event mask and reload timer */ 678 ** Returns the number of timers that have expired 725 /* If the last timer has expired set last_ticks to 0 so that other list update 792 ** expired event. Negative tick values will be ignored. 914 ** Note: Expired timers have a tick value of '0' [all...] |
/external/chromium_org/net/dns/ |
host_cache_unittest.cc | 66 // Advance to t=10; key is now expired. 72 // Update key1, so it is no longer expired. 81 // Advance to t=20; both entries are now expired. 155 // Advance to t=10; key1 is now expired. 161 // Update key1, so it is no longer expired. 171 // Advance to t=20; both entries are now expired.
|
/external/chromium_org/net/quic/crypto/ |
quic_crypto_client_config.h | 35 // cached server config has expired. 45 // has expired. 160 // server config in the rejection message has expired.
|
/development/ndk/platforms/android-9/include/android/ |
looper.h | 70 * The poll was awoken using wake() before the timeout expired 83 * The timeout expired. 168 * the timeout expired and no callbacks were invoked and no other file 174 * timeout expired.
|
/external/chromium/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.cc | 44 // don't want the infobar to be expired at this point, because the user won't
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/ |
GoogleServiceAuthError.java | 20 // cached credentials have expired.
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.cc | 71 // don't want the infobar to be expired at this point, because the user won't
|
/external/chromium_org/chrome/browser/extensions/token_cache/ |
token_cache_service_unittest.cc | 103 // Use the fact that we are friends to insert an expired token.
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 64 // NotificationDelegate implementation for the token expired notification.
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate.cc | 47 // If the info bar wasn't accepted, it was either dismissed or expired. In
|
/external/chromium_org/chrome/common/metrics/ |
caching_permuted_entropy_provider.cc | 82 // rarely, only as new trials are introduced, evicting old expired trials.
|
/external/chromium_org/chrome/renderer/extensions/ |
user_script_scheduler.h | 72 // Call to signify thet the idle timeout has expired.
|
/external/chromium_org/google_apis/drive/ |
request_sender.cc | 85 // User authentication might have expired - rerun the request to force
|
/external/chromium_org/mojo/common/ |
message_pump_mojo.h | 81 // uniqueness while notifying. That is, while notifying expired timers we copy
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt1644.test | 15 # are not expired correctly as a result of changes to TEMP
|
/external/guava/guava/src/com/google/common/cache/ |
RemovalCause.java | 74 EXPIRED {
|
/external/iptables/include/linux/netfilter/ |
nf_conntrack_common.h | 35 /* Conntrack should never be early-expired. */
|