HomeSort by relevance Sort by last modified time
    Searched defs:expired (Results 1 - 24 of 24) sorted by null

  /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 */
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 928 base::Time expired = base::Time::Now() - base::TimeDelta::FromMinutes(60); local
    [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/ndk/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /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/bits/
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 608 expired(int sig) function
617 signal(SIGALRM, expired);
  /external/chromium/chrome/browser/history/
history_types.h 720 // Indicates whether image is expired.
721 bool expired; member in struct:history::FaviconData
  /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...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 93 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
270 #define sqlite3_expired sqlite3_api->expired
  /external/sqlite/dist/orig/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_expired sqlite3_api->expired
sqlite3.c 13146 u8 expired; \/* True if the VM needs to be recompiled *\/ member in struct:Vdbe
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_expired sqlite3_api->expired
sqlite3.c 13146 u8 expired; \/* True if the VM needs to be recompiled *\/ member in struct:Vdbe
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1236 milliseconds