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

1 2 3

  /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
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 102 public boolean expired() { method in class:ANQPData
103 return expired(mClock.currentTimeMillis());
106 public boolean expired(long at) { method in class:ANQPData
143 sb.append(expired(now) ? 'x' : '-');
  /external/dhcpcd-6.8.2/
ipv6nd.h 59 uint8_t expired; member in struct:ra
ipv6nd.c 330 rap->expired = seconds ? 0 : 1;
360 if (rap->lifetime && rap->expired) {
364 rap->expired = 0;
370 if (rap->lifetime && !rap->expired) {
374 rap->expired = 1;
860 rap->expired = 0;
1241 !rap->expired &&
1267 if (rap->iface == ifp && !rap->expired)
1281 !rap->expired &&
1426 uint8_t expired, valid, validone; local
1523 uint8_t expired = 0; local
    [all...]
  /external/fio/engines/
windowsaio.c 239 BOOL expired = FALSE; local
245 expired = TRUE;
247 expired = TRUE;
249 return expired;
  /external/libdrm/tests/amdgpu/
cs_tests.c 127 uint32_t expired; local
158 0, &expired);
vce_tests.c 142 uint32_t expired; local
173 0, &expired);
basic_tests.c 174 uint32_t expired; local
233 0, &expired);
262 uint32_t expired; local
314 0, &expired);
346 uint32_t expired; local
392 0, &expired);
419 uint32_t expired; local
479 0, &expired);
481 CU_ASSERT_EQUAL(expired, true);
  /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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py 530 submitted, the expired HIT becomes"reviewable", and will be
930 expired = property(_has_expired) variable in class:HIT
    [all...]
  /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)
  /external/jemalloc/include/jemalloc/internal/
prof.h 192 bool expired; member in struct:prof_tdata_s
389 } else if (unlikely(tdata->expired)) {
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 224 public void expired() method in class:SelectConnector.ConnectTimeout
AbstractHttpConnection.java 479 public void expired() method in class:AbstractHttpConnection.ConnectionIdleTask
  /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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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>()
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 1943 gboolean expired; local
1966 int expired = 0; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 322 * The flag indicating this bundle has expired in the cache.
324 private volatile boolean expired; field in class:ResourceBundle
328 * the cache (yet) or has expired.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 61 import static com.android.deskclock.data.Timer.State.EXPIRED;
96 * The ids of expired timers for which the ringer is ringing. Not all expired timers have their
97 * ids in this collection. If a timer was already expired when the app was started its id will
111 /** A mutable copy of the expired timers. */
117 * from killing this application while expired timers are actively firing.
160 * @return all expired timers in their expiration order
181 * @return the timer that last expired and is still expired now; {@code null} if no timers are
182 * expired
747 final List<Timer> expired = getExpiredTimers(); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 467 public void expired()
1103 public void expired() method in class:DoSFilter.RateTracker
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
352 #define sqlite3_expired sqlite3_api->expired
  /external/sqlite/dist/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
352 #define sqlite3_expired sqlite3_api->expired
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 723 milliseconds

1 2 3