HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 151 - 175 of 664) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" )
163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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>()
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 244 // SIZE trumps EXPIRED
448 * <p>Expired entries may be counted by {@link Map#size}, but will never be visible to read or
449 * write operations. Expired entries are currently cleaned up during write operations, or during
468 // SIZE trumps EXPIRED
469 this.nullRemovalCause = RemovalCause.EXPIRED;
496 * <p>Expired entries may be counted by {@link Map#size}, but will never be visible to read or
497 * write operations. Expired entries are currently cleaned up during write operations, or during
517 // SIZE trumps EXPIRED
518 this.nullRemovalCause = RemovalCause.EXPIRED;
    [all...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 397 // confirm that the current password hasn't expired
400 boolean expired = timeUntilExpiration < 0;
401 if (expired) {
741 // 3. If yes, are we warning or expired?
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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>()
  /external/chromium/chrome/browser/history/
text_database_manager.h 197 bool Expired(base::TimeTicks now) const;
275 // deleted when the cache entry is removed or expired.
298 // Generates tasks for our periodic checking of expired "recent changes".
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 80 return -1; /* entry has expired */
327 " has expired.", MAC2STR(entry->addr));
356 " has expired.", MAC2STR(entry->addr));
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 231 * -DRM_RIGHTS_EXPIRED, when the rights has expired.
247 * -DRM_RIGHTS_EXPIRED, when the rights has expired.
333 * -DRM_RIGHTS_EXPIRED, when the rights has expired.
  /external/chromium/net/base/
cookie_monster.h 197 // Instructs the cookie monster to not delete expired cookies. This is used
297 // already-expired expiration date. This captures that case.
433 // all expired cookies in |itpair|. If |cookie_its| is non-NULL, it is
434 // populated with all the non-expired cookies from |itpair|.
656 // The cookie was automatically removed as it expired.
660 // The cookie was overwritten with an already-expired expiration date.
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 104 * cache modification, on occasional cache accesses, or on calls to {@link Cache#cleanUp}. Expired
548 * <p>Expired entries may be counted in {@link Cache#size}, but will never be visible to read or
549 * write operations. Expired entries are cleaned up as part of the routine maintenance described
582 * <p>Expired entries may be counted in {@link Cache#size}, but will never be visible to read or
583 * write operations. Expired entries are cleaned up as part of the routine maintenance described
644 * expired. By default, {@link System#nanoTime} is used.
    [all...]
  /external/qemu/
qemu-timer.c 214 char expired; member in struct:qemu_alarm_timer
772 if (alarm_timer->expired) {
773 alarm_timer->expired = 0;
839 t->expired = alarm_has_dynticks(t);
1128 t->expired = alarm_has_dynticks(t);
1212 is zero) that has already expired, the timer is not updated. Since
    [all...]

Completed in 1940 milliseconds

1 2 3 4 5 67 8 91011>>