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

1 2 3

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 78 public boolean expired() { method in class:ANQPData
79 return expired(System.currentTimeMillis());
82 public boolean expired(long at) { method in class:ANQPData
109 sb.append(expired(now) ? 'x' : '-');
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
Timeout.java 93 /** Get an expired tasks.
95 * expired Task, but without calling it's {@link Task#expire()} or
96 * {@link Task#expired()} methods.
98 * @return the next expired task or null.
100 public Task expired() method in class:Timeout
140 task.expired();
366 * @see #expired() For an unsynchronized callback.
376 public void expired(){} method in class:Timeout.Task
  /external/fio/engines/
windowsaio.c 239 BOOL expired = FALSE; local
245 expired = TRUE;
247 expired = TRUE;
249 return expired;
  /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 */
  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncContinuation.java 295 (_expired?",expired":"");
483 protected void expired() method in class:AsyncContinuation
764 expired(); method
1076 public void expired() method in class:AsyncContinuation.AsyncTimeout
    [all...]
  /external/dhcpcd/
dhcpcd.h 105 int expired; member in struct:ra
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/jemalloc/include/jemalloc/internal/
prof.h 191 bool expired; member in struct:prof_tdata_s
384 } else if (unlikely(tdata->expired)) {
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java 287 long expired = request.getTimeStamp()-_maxNonceAgeMs; local
289 while (nonce!=null && nonce._ts<expired)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 423 * @throw bad_weak_ptr when __r.expired(),
707 if (expired())
724 return expired() ? __shared_ptr<element_type, _Lp>()
735 expired() const // never throws function in class:std::tr1::__weak_ptr
956 if (this->expired())
968 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 423 * @throw bad_weak_ptr when __r.expired(),
707 if (expired())
724 return expired() ? __shared_ptr<element_type, _Lp>()
735 expired() const // never throws function in class:std::tr1::__weak_ptr
956 if (this->expired())
968 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 423 * @throw bad_weak_ptr when __r.expired(),
707 if (expired())
724 return expired() ? __shared_ptr<element_type, _Lp>()
735 expired() const // never throws function in class:std::tr1::__weak_ptr
956 if (this->expired())
968 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 423 * @throw bad_weak_ptr when __r.expired(),
707 if (expired())
724 return expired() ? __shared_ptr<element_type, _Lp>()
735 expired() const // never throws function in class:std::tr1::__weak_ptr
956 if (this->expired())
968 return this->expired() ? shared_ptr<_Tp>()
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 224 public void expired() method in class:SelectConnector.ConnectTimeout
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 861 if (expired())
878 return expired() ? __shared_ptr<element_type, _Lp>()
889 expired() const // never throws function in class:tr1::__weak_ptr
1108 if (this->expired())
1120 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 861 if (expired())
878 return expired() ? __shared_ptr<element_type, _Lp>()
889 expired() const // never throws function in class:tr1::__weak_ptr
1108 if (this->expired())
1120 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 861 if (expired())
878 return expired() ? __shared_ptr<element_type, _Lp>()
889 expired() const // never throws function in class:tr1::__weak_ptr
1108 if (this->expired())
1120 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 682 * @throw bad_weak_ptr when __r.expired(),
1098 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 682 * @throw bad_weak_ptr when __r.expired(),
1098 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 682 * @throw bad_weak_ptr when __r.expired(),
1098 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 682 * @throw bad_weak_ptr when __r.expired(),
1088 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 868 if (expired())
885 return expired() ? __shared_ptr<element_type, _Lp>()
896 expired() const // never throws function in class:tr1::__weak_ptr
1115 if (this->expired())
1127 return this->expired() ? shared_ptr<_Tp>()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 868 if (expired())
885 return expired() ? __shared_ptr<element_type, _Lp>()
896 expired() const // never throws function in class:tr1::__weak_ptr
1115 if (this->expired())
1127 return this->expired() ? shared_ptr<_Tp>()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]

Completed in 1504 milliseconds

1 2 3