HomeSort by relevance Sort by last modified time
    Searched refs:expired (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /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/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>()
  /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>()
  /prebuilts/ndk/9/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/chromium_org/chrome/browser/history/
expire_history_backend.cc 103 // The number of seconds between checking for items that should be expired when
330 details->expired = (type == DELETION_EXPIRED);
333 delegate_->NotifySyncURLsDeleted(details->all_history, details->expired,
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhelper.js 116 if (this.timer_.expired()) {
132 if (!this.closed_ && !this.timer_.expired()) {
137 if (self.timer_.expired()) {
341 if (this.timer_.expired()) {
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 136 """Cleans up expired ports, or if all_ports=True, all allocated ports.
149 expired = now - status['last_update'] > self._expiry_time_secs
151 if all_ports or expired or matching_ip:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
434 if (this->expired())
446 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
497 if (this->expired())
509 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
497 if (this->expired())
509 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
434 if (this->expired())
446 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
498 if (this->expired())
510 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
434 if (this->expired())
446 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
498 if (this->expired())
510 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
497 if (this->expired())
509 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 297 u8 expired; /* True if the VM needs to be recompiled */ member in struct:Vdbe
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 357 // confirm that the current password hasn't expired
360 boolean expired = timeUntilExpiration < 0;
361 if (expired) {
    [all...]
  /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...]

Completed in 642 milliseconds

12 3 4 5