HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 76 - 100 of 1063) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 59 private static final String EXTRA_PASSWORD_EXPIRED = "EXPIRED";
95 boolean expired) {
98 intent.putExtra(expired ? EXTRA_PASSWORD_EXPIRED : EXTRA_PASSWORD_EXPIRING, true);
376 * or has expired. If the user clicks OK, we launch the password settings screen.
381 private static final String BUNDLE_KEY_EXPIRED = "expired";
386 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) {
390 b.putBoolean(BUNDLE_KEY_EXPIRED, expired);
399 * Note, this actually creates two slightly different dialogs (for expiring vs. expired)
404 final boolean expired = getArguments().getBoolean(BUNDLE_KEY_EXPIRED);
405 final int titleId = expired
    [all...]
  /external/bluetooth/bluedroid/bta/include/
ptim.h 65 ** Description Update the protocol timer list and handle expired timers.
  /external/chromium/chrome/browser/extensions/
extension_cookies_api_constants.cc 29 extern const char kExpiredChangeCause[] = "expired";
  /external/chromium_org/base/ios/
scoped_critical_action.mm 32 << " expired.";
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api_constants.cc 20 extern const char kExpiredChangeCause[] = "expired";
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.cc 132 // From |evicted_cookies_|, removed all expired cookies, and remove cookies
135 // Bound on number of non-expired cookies to remove.
156 // Free the oldest |remove_quota| non-expired cookies.
164 // Apply stricter check if non-expired cookies were deleted.
  /external/chromium_org/chrome/common/favicon/
favicon_types.cc 18 : expired(false),
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.h 24 // if expired.
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend.h 31 // Remove expired elements from the database and commit if needed.
  /external/chromium_org/sync/protocol/
experiments_specifics.proto 24 // Whether this client should cull (delete) expired autofill
  /external/libnfc-nci/src/nfa/int/
nfa_sys_ptim.h 66 ** Description Update the protocol timer list and handle expired timers.
  /external/valgrind/main/helgrind/tests/
tc18_semabuse.c 47 fprintf(stderr, "watchdog timer expired - not a good sign\n");
  /frameworks/volley/tests/src/com/android/volley/utils/
CacheTestUtils.java 14 * @param isExpired Whether the TTLs should be set such that this entry is expired

Completed in 1335 milliseconds

1 2 34 5 6 7 8 91011>>