HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/
timeout-zero-expected.txt 8 PASS error.message is "Timeout expired"
timeout-clear-watch-expected.txt 8 PASS error.message is "Timeout expired"
  /external/e2fsprogs/lib/et/test_cases/
simple.et 10 "TGT expired"
16 "Ticket expired"
heimdal.et 14 ec KDC_NAME_EXP, "Kerberos principal expired"
15 ec KDC_SERVICE_EXP, "Kerberos service expired"
16 ec KDC_AUTH_EXP, "Kerberos auth expired"
29 ec MK_AP_TGTEXP, "Kerberos TGT Expired"
32 ec RD_AP_EXP, "Kerberos ticket expired"
simple.c 11 "TGT expired",
13 "Ticket expired",
heimdal.c 10 "Kerberos principal expired",
11 "Kerberos service expired",
12 "Kerberos auth expired",
35 "Kerberos TGT Expired",
41 "Kerberos ticket expired",
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-zero.js 12 shouldBe('error.message', '"Timeout expired"');
timeout-clear-watch.js 12 shouldBe('error.message', '"Timeout expired"');
  /external/chromium/net/base/
host_cache_unittest.cc 63 // Advance to t=10; entry1 is now expired.
69 // Update entry1, so it is no longer expired.
79 // Advance to t=20; both entries are now expired.
147 // Advance to t=10; entry1 is now expired.
153 // Update entry1, so it is no longer expired.
163 // Advance to t=20; both entries are now expired.
186 // Add 3 expired entries at t=0.
188 std::string hostname = StringPrintf("expired%d", i);
213 // and "expired" entries to have been dropped.
245 cache.Set(Key("expired"), OK, AddressList(), now - kSuccessEntryTTL)
    [all...]
  /libcore/luni/src/main/java/java/net/
CookieStore.java 25 * CookieStore, and retrieve cookies for every outgoing HTTP request.Expired
53 * Retrieves cookies that match the specified URI. Return not expired cookies.
67 * Get all cookies in cookie store which are not expired.
CookieStoreImpl.java 74 i.remove(); // remove expired cookies
94 i.remove(); // remove expired cookies
110 i.remove(); // remove expired cookies
SocketTimeoutException.java 23 * This exception is thrown when a timeout expired on a socket {@code read} or
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 26 * when its delay has expired. The <em>head</em> of the queue is that
27 * <tt>Delayed</tt> element whose delay expired furthest in the
28 * past. If no delay has expired there is no head and <tt>poll</tt>
34 * returns the count of both expired and unexpired elements.
154 * if this queue has no elements with an expired delay.
157 * queue has no elements with an expired delay
175 * until an element with an expired delay is available on this queue.
215 * until an element with an expired delay is available on this queue,
220 * an expired delay becomes available
266 * <tt>poll</tt>, if no expired elements are available in the queue
    [all...]
  /bionic/libc/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /prebuilt/ndk/android-ndk-r4/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")
  /prebuilt/ndk/android-ndk-r4/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")
  /prebuilt/ndk/android-ndk-r4/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")
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /prebuilt/ndk/android-ndk-r4/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")
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /frameworks/base/core/java/android/net/http/
CertificateValidatorCache.java 132 * @return True iff there is a valid (not expired) cache entry
143 if (!cacheEntry.expired()) {
220 * @return True iff the cache item has expired
222 public boolean expired() { method in class:CertificateValidatorCache.CacheEntry
  /libcore/luni/src/main/java/java/security/cert/
CertificateExpiredException.java 21 * The exception that is thrown when a {@code Certificate} has expired.
  /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

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>