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

12 3 4

  /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_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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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/remoting/webapp/
host_screen.js 82 if (accessCodeExpiresIn_ > 0) { // Check it hasn't expired.
230 * expired.
event_handlers.js 16 // handles the token-expired case earlier, avoiding asking the user for
  /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
sqlite3ext.h 91 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
289 #define sqlite3_expired sqlite3_api->expired
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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...]
  /external/sqlite/dist/orig/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_expired sqlite3_api->expired
  /external/sqlite/dist/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_expired sqlite3_api->expired
  /external/chromium/chrome/browser/history/
history_types.h 720 // Indicates whether image is expired.
721 bool expired; member in struct:history::FaviconData
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 53 bool expired,
58 bitmap_result.expired = expired;
71 SetFaviconBitmapResult(icon_url, chrome::FAVICON, false /* expired */,
494 // Set icon data expired
495 SetFaviconBitmapResult(icon_url, chrome::FAVICON, true /* expired */,
646 bitmap_result.expired = false;
847 // Simulates getting a expired icon from history.
849 true /* expired */, &history_handler->history_results_);
    [all...]

Completed in 1815 milliseconds

12 3 4