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

1 2 3 4 5

  /external/chromium_org/components/favicon_base/
favicon_types.cc 19 : expired(false), icon_type(INVALID_ICON) {
favicon_types.h 55 // Indicates whether |bitmap_data| is expired.
56 bool expired; member in struct:favicon_base::FaviconRawBitmapResult
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 14 // bool expired() const;
35 assert(wp.expired() == (wp.use_count() == 0));
41 assert(wp.expired() == (wp.use_count() == 0));
44 assert(wp.expired() == (wp.use_count() == 0));
Android.mk 27 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/expired
28 test_src := expired.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 14 // bool expired() const;
35 assert(wp.expired() == (wp.use_count() == 0));
41 assert(wp.expired() == (wp.use_count() == 0));
44 assert(wp.expired() == (wp.use_count() == 0));
  /external/llvm/bindings/python/llvm/
object.py 58 # This is NOT OK. You perform a lookup after the object has expired.
61 print symbol.name # This raises because the object has expired.
191 self.expired = False
199 if self.expired:
200 raise Exception('Section instance has expired.')
207 if self.expired:
208 raise Exception('Section instance has expired.')
214 if self.expired:
215 raise Exception('Section instance has expired.')
227 if self.expired
    [all...]
  /external/chromium_org/chrome/browser/history/
history_notifications.cc 20 expired(false) {
history_notifications.h 57 // True if the data was expired due to old age. False if the data was deleted
59 bool expired; member in struct:history::URLsDeletedDetails
expire_history_backend.h 40 bool expired,
198 // expired.
205 // History data was automatically expired due to being more than 90 days
typed_url_syncable_service.h 61 void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows);
typed_url_syncable_service.cc 177 bool expired,
186 // Ignore URLs expired due to old age (we don't want to sync them as deletions
191 if (expired)
expire_history_backend_unittest.cc 78 // |expired|, or manually deleted.
79 void EnsureURLInfoGone(const URLRow& row, bool expired);
163 bool expired,
309 void ExpireHistoryTest::EnsureURLInfoGone(const URLRow& row, bool expired) {
332 EXPECT_EQ(expired, details->expired);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 32 /** @return {boolean} whether the timer has expired. */
33 Countdown.prototype.expired = function() {};
101 /** @return {boolean} whether the timer has expired. */
102 CountdownTimer.prototype.expired = function() {
118 if (this.expired()) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 63 private static final String EXTRA_PASSWORD_EXPIRED = "EXPIRED";
115 boolean expired) {
118 intent.putExtra(expired ? EXTRA_PASSWORD_EXPIRED : EXTRA_PASSWORD_EXPIRING, true);
540 * or has expired. If the user clicks OK, we launch the password settings screen.
545 private static final String BUNDLE_KEY_EXPIRED = "expired";
550 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) {
554 b.putBoolean(BUNDLE_KEY_EXPIRED, expired);
563 * Note, this actually creates two slightly different dialogs (for expiring vs. expired)
568 final boolean expired = getArguments().getBoolean(BUNDLE_KEY_EXPIRED);
569 final int titleId = expired
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 581 // so the cookie is not expired.
586 boolean expired = false;
588 expired = true;
590 return expired;
  /external/dhcpcd/
dhcpcd.h 105 int expired; member in struct:ra
ipv6rs.c 363 (rap->expired || rap->data_len != len ||
393 rap->expired = 0;
686 int expired; local
691 expired = 0;
703 syslog(LOG_INFO, "%s: %s: expired Router Advertisement",
705 rap->expired = expired = 1;
726 "%s: %s: expired option %d",
728 rap->expired = expired = 1
    [all...]
  /external/fio/engines/
windowsaio.c 239 BOOL expired = FALSE; local
245 expired = TRUE;
247 expired = TRUE;
249 return expired;
  /external/qemu/
main-loop.c 385 char expired; member in struct:qemu_alarm_timer
404 if (alarm_timer->expired) {
405 alarm_timer->expired = 0;
528 // (really tcg_cpu_exec()) that an alarm has expired. It is set in the
570 // if a timer has really expired, in the case of non-dynamic alarms,
576 t->expired = 1;
722 t->expired = 1;
806 is zero) that has already expired, the timer is not updated. Since
  /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()) {
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 30 return p==0 || p->expired;
129 p->expired = 1;
381 if( p->pc<=0 && p->expired ){
483 v->expired = 0;
1016 p->expired = 1;
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 849 final boolean expired = normalizedTime >= 1.0f;
850 mMore = !expired;
873 if (expired) {
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 300 boolean expired = false;
315 expired = true;
319 control, expired, result);
332 ResourceBundle.Control control, boolean expired,
350 if (expired) {
394 expired, result);
735 * a constant that indicates cache will not be expired.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.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>()

Completed in 342 milliseconds

1 2 3 4 5