/prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/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 | 57 private static final String EXTRA_PASSWORD_EXPIRED = "EXPIRED"; 93 boolean expired) { 96 intent.putExtra(expired ? EXTRA_PASSWORD_EXPIRED : EXTRA_PASSWORD_EXPIRING, true); 362 * or has expired. If the user clicks OK, we launch the password settings screen. 367 private static final String BUNDLE_KEY_EXPIRED = "expired"; 372 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) { 376 b.putBoolean(BUNDLE_KEY_EXPIRED, expired); 382 * Note, this actually creates two slightly different dialogs (for expiring vs. expired) 387 final boolean expired = getArguments().getBoolean(BUNDLE_KEY_EXPIRED); 388 final int titleId = expired [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_cookies_api_constants.cc | 29 extern const char kExpiredChangeCause[] = "expired";
|
/external/valgrind/main/helgrind/tests/ |
tc18_semabuse.c | 47 fprintf(stderr, "watchdog timer expired - not a good sign\n");
|
/frameworks/support/volley/tests/src/com/android/volley/utils/ |
CacheTestUtils.java | 14 * @param isExpired Whether the TTLs should be set such that this entry is expired
|
/libcore/luni/src/main/java/java/net/ |
SocketTimeoutException.java | 23 * This exception is thrown when a timeout expired on a socket {@code read} or
|
AddressCache.java | 80 // Either we didn't find anything, or it had expired. 81 // No need to remove expired entries: the caller will provide a replacement shortly.
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateExpiredException.java | 21 * The exception that is thrown when a {@code Certificate} has expired.
|
CRL.java | 23 * expired and consequently has become invalid.
|
/external/chromium/net/base/ |
host_cache_unittest.cc | 64 // Advance to t=10; entry1 is now expired. 70 // Update entry1, so it is no longer expired. 80 // Advance to t=20; both entries are now expired. 148 // Advance to t=10; entry1 is now expired. 154 // Update entry1, so it is no longer expired. 164 // Advance to t=20; both entries are now expired. 187 // Add 3 expired entries at t=0. 189 std::string hostname = base::StringPrintf("expired%d", i); 214 // and "expired" entries to have been dropped. 246 cache.Set(Key("expired"), OK, AddressList(), now - kSuccessEntryTTL) [all...] |
/external/apache-http/src/org/apache/http/client/ |
CookieStore.java | 49 * If the given cookie has already expired it will not be added, but existing 64 * Removes all of {@link Cookie cookies} in this store that have expired by
|
/external/chromium/chrome/browser/ |
favicon_service.h | 38 // opposed to not knowing anything). |expired| will be set to true if we 71 // page that has been browsed in the past. |expired| in the callback is
|
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 ||
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 25 // don't want the infobar to be expired at this point, because the user won't
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 45 // NotificationDelegate implementation for the token expired notification.
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request.h | 33 // Timeout expired.
|
/external/iptables/iptables/ |
iptables-apply.8 | 19 expired. The timeout can be set with \fB\-t\fP.
|
/libcore/luni/src/main/java/javax/security/cert/ |
CertificateExpiredException.java | 21 * The exception that is thrown when a {@code Certificate} has expired.
|
/external/apache-http/src/org/apache/http/impl/client/ |
BasicCookieStore.java | 77 * If the given cookie has already expired it will not be added, but existing 102 * in the given array order. If any of the given cookies has already expired it will 130 * that have expired by the specified {@link java.util.Date date}.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 87 * if the connection should be considered expired and not used. 149 log.debug("Checking for expired connections, now: " + now); 160 log.debug("Closing connection, expired @: " + times.timeExpires);
|
/frameworks/support/volley/src/com/android/volley/ |
CacheDispatcher.java | 106 // If it is completely expired, just send it to the network. 108 request.addMarker("cache-hit-expired"); 124 // Soft-expired cache hit. We can deliver the cached response,
|
/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
|
/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.
|