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

1 2 3 4

  /external/chromium_org/chrome/common/favicon/
favicon_types.cc 18 : expired(false),
favicon_types.h 56 // Indicates whether |bitmap_data| is expired.
57 bool expired; member in struct:chrome::FaviconBitmapResult
  /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.
188 self.expired = False
196 if self.expired:
197 raise Exception('Section instance has expired.')
204 if self.expired:
205 raise Exception('Section instance has expired.')
211 if self.expired:
212 raise Exception('Section instance has expired.')
219 if self.expired
    [all...]
  /external/openssh/openbsd-compat/
port-aix.c 177 int authsuccess = 0, expired, reenter, result; local
200 * Check if the user's password is expired.
202 expired = passwdexpired(name, &msg);
207 debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
209 switch (expired) {
210 case 0: /* password not expired */
212 case 1: /* expired, password change required */
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 59 private static final String EXTRA_PASSWORD_EXPIRED = "EXPIRED";
95 boolean expired) {
98 intent.putExtra(expired ? EXTRA_PASSWORD_EXPIRED : EXTRA_PASSWORD_EXPIRING, true);
376 * or has expired. If the user clicks OK, we launch the password settings screen.
381 private static final String BUNDLE_KEY_EXPIRED = "expired";
386 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) {
390 b.putBoolean(BUNDLE_KEY_EXPIRED, expired);
399 * Note, this actually creates two slightly different dialogs (for expiring vs. expired)
404 final boolean expired = getArguments().getBoolean(BUNDLE_KEY_EXPIRED);
405 final int titleId = expired
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 565 // so the cookie is not expired.
570 boolean expired = false;
572 expired = true;
574 return expired;
  /external/chromium/chrome/browser/
favicon_helper.cc 319 favicon_expired_ = (favicon.known_icon && favicon.expired);
328 // to be expired (or the wrong url) we'll fetch later on. This way the
336 if (favicon.known_icon && !favicon.expired) {
348 // favicon or its expired. Continue on to DownloadFaviconOrAskHistory to
396 // There is a favicon, set it now. If expired we'll download the current
401 if (!favicon.known_icon || favicon.expired) {
408 } else if (current_candidate() && (!favicon.known_icon || favicon.expired ||
favicon_helper_unittest.cc 296 history_handler->favicon_data_.expired = false;
338 // Set icon data expired
341 history_handler->favicon_data_.expired = true;
405 history_handler->favicon_data_.expired = false;
490 history_handler->favicon_data_.expired = false;
529 history_handler->favicon_data_.expired = false;
627 // Smulates getting a expired icon from history.
630 history_handler->favicon_data_.expired = true;
756 handler->favicon_data_.expired = false;
  /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/chromium_org/chrome_frame/ready_mode/internal/
registry_ready_mode_state.cc 181 // the total timeout, consider it expired.
182 bool expired = (now - when_declined) > temporary_decline_duration_ || local
185 if (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()) {
  /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...]
  /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...]
  /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/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/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>()

Completed in 4122 milliseconds

1 2 3 4