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

1 2 3 4 5 67 8 91011>>

  /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...]
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 67 private static final String EXTRA_PASSWORD_EXPIRED = "EXPIRED";
127 boolean expired) {
130 intent.putExtra(expired ? EXTRA_PASSWORD_EXPIRED : EXTRA_PASSWORD_EXPIRING, true);
570 * or has expired. If the user clicks OK, we launch the password settings screen.
575 private static final String BUNDLE_KEY_EXPIRED = "expired";
580 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) {
584 b.putBoolean(BUNDLE_KEY_EXPIRED, expired);
593 * Note, this actually creates two slightly different dialogs (for expiring vs. expired)
598 final boolean expired = getArguments().getBoolean(BUNDLE_KEY_EXPIRED);
599 final int titleId = expired
    [all...]
  /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/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/components/variations/
variations_seed_processor_unittest.cc 226 // Check that adding [expired, non-expired] activates the non-expired one.
242 // Check that adding [non-expired, expired] activates the non-expired one.
caching_permuted_entropy_provider.cc 83 // rarely, only as new trials are introduced, evicting old expired trials.
study_filtering.h 50 // Checks whether |study| is expired using the given date/time.
variations_seed_simulator_unittest.cc 115 // Simulates the differences between expired |study| and the current field
124 return "not expired";
191 // There should be a difference because the study is expired, which should
267 // There should be a difference because the study is expired, which should
  /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/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 92 * if the connection should be considered expired and not used.
154 log.debug("Checking for expired connections, now: " + now);
165 log.debug("Closing connection, expired @: " + times.timeExpires);
  /frameworks/base/services/core/java/com/android/server/job/controllers/
TimeController.java 148 * Checks list of jobs for ones that have an expired deadline, sending them to the JobScheduler
176 * Handles alarm that notifies us that a job's delay has expired. Iterates through the list of
267 // A job has just expired, so we run through the list of jobs that we have and
  /bionic/libc/bionic/
pthread_internals.cpp 72 // according to 'clock'. Returns -1 if abstime already expired, or 0 otherwise.
  /development/ndk/platforms/android-9/include/android/
looper.h 70 * The poll was awoken using wake() before the timeout expired
83 * The timeout expired.
169 * the timeout expired and no callbacks were invoked and no other file
175 * timeout expired.
  /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 73 // 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 99 // Use the fact that we are friends to insert an expired token.
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 48 // If the info bar wasn't accepted, it was either dismissed or expired. In
  /external/chromium_org/components/copresence/handlers/audio/
audio_directive_list.cc 62 // has passed, means all our previous instructions have expired too, hence
  /external/chromium_org/components/policy/core/common/cloud/
enterprise_metrics.h 53 // DM server reported that the licenses for the domain have expired or been
158 // Registration / policy fetch failed: DM server reports licenses expired or
254 // The invalidation contained no payload and was considered expired.
256 // The invalidation contained a payload and was considered expired.
  /external/chromium_org/components/precache/content/
precache_manager_unittest.cc 323 // The expired precache will be deleted during precaching this time.
332 // A fetch for the same URL as the expired precache was served from the cache,
333 // but it isn't reported as saved bytes because it had expired in the precache
342 // The other precaches should not have expired, so the following fetches from
  /external/chromium_org/components/search_provider_logos/
logo_common.h 40 // Whether the logo can be shown optimistically after it's expired while a
  /external/chromium_org/components/suggestions/
suggestions_store.cc 44 // Filter expired suggestions and update the stored suggestions if at least
  /external/chromium_org/content/browser/ssl/
ssl_policy.h 66 // previously made but the decision has expired.
  /external/chromium_org/google_apis/drive/
request_sender.cc 85 // User authentication might have expired - rerun the request to force

Completed in 2238 milliseconds

1 2 3 4 5 67 8 91011>>