/prebuilts/ndk/9/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/9/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/9/platforms/android-9/arch-mips/usr/include/sys/ |
_errdefs.h | 98 __BIONIC_ERRDEF( ETIME , 62, "Timer expired" ) 163 __BIONIC_ERRDEF( EKEYEXPIRED , 127, "Key has expired" )
|
/prebuilts/ndk/9/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" )
|
/external/chromium_org/components/variations/ |
variations_seed_processor_unittest.cc | 593 // Check that adding [expired, non-expired] activates the non-expired one. 604 // Check that adding [non-expired, expired] activates the non-expired one.
|
/frameworks/base/docs/html/google/gcm/ |
gs.jd | 190 * Default lifespan (7 days) of a reservation until it is considered expired. 252 Log.v(TAG, "App version changed or registration expired."); 268 <p>If the registration ID doesn't exist, or the app was updated, or the registration ID has expired, {@code getRegistrationId()} returns an empty string to indicate that the app needs to get a new regID. {@code getRegistrationId()} calls the following methods to check the app version and whether the regID has expired:</p> 285 * Checks if the registration has expired. 291 * @return true if the registration has expired.
|
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_subscriptions.jd | 357 <td>Subscription expired</td><td><code>3</code></td><td>Sent at the end of a billing cycle to indicate that the subscription expired without renewal because of non-payment or user-cancellation. Your app does not need to grant continued access to the subscription content. 402 notifies your app that the purchase state has changed to "Expired". </p> 406 purchase state has changed to "Expired".</p> 409 a change to the same "Expired" purchase state. Once the purchase state has become "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/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/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 | 356 // confirm that the current password hasn't expired 359 boolean expired = timeUntilExpiration < 0; 360 if (expired) { [all...] |
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 465 // Check if the Session data has expired (default is
476 // Remove the expired session
529 // Check if the Session data has expired (default is 10 minutes)
532 // Remove the expired session
535 // Answer a not_allowed error (session-expired)
|
/external/smack/src/org/xbill/DNS/ |
Cache.java | 23 public boolean expired(); method in interface:Cache.Element 60 expired() { method in class:Cache.CacheRRset 105 expired() { method in class:Cache.NegativeElement 240 if (found.expired()) { 440 if (element.expired()) {
|
/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>()
|
/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/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/9/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.8/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/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/chromium_org/net/http/ |
transport_security_state.h | 208 // entries that have expired. 299 // entries that have expired. 315 // entries that have expired.
|