/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/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
i915_drm_fence.c | 11 * been idled. If bo is NULL fence has expired. 26 /* bo is null if fence already expired */ 57 /* fence already expired */ 70 /* fence already expired */
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
i915_drm_fence.c | 11 * been idled. If bo is NULL fence has expired. 26 /* bo is null if fence already expired */ 57 /* fence already expired */ 70 /* fence already expired */
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
ExpirableCache.java | 29 * An LRU cache in which all items can be marked as expired at a given time and it is possible to 30 * query whether a particular cached value is expired or not. 45 * We might also want to fetch the contact information again if the item is expired. 68 * The values will be still available from the cache, but they will be expired. 70 * If interested only in the value itself, not whether it is expired or not, one should use the 71 * {@link #getPossiblyExpired(Object)} method. If interested only in non-expired values, one should 77 * Since the underlying cache maps keys to cached values it can determine which items are expired 78 * and which are not, allowing for an implementation that evicts expired items before non expired 92 * value is expired [all...] |
/external/chromium_org/components/variations/ |
processed_study.h | 17 // such as whether the study is expired and its total probability. 45 // Whether the study is expired.
|
/external/e2fsprogs/lib/et/test_cases/ |
simple.et | 10 "TGT expired" 16 "Ticket expired"
|
heimdal.et | 14 ec KDC_NAME_EXP, "Kerberos principal expired" 15 ec KDC_SERVICE_EXP, "Kerberos service expired" 16 ec KDC_AUTH_EXP, "Kerberos auth expired" 29 ec MK_AP_TGTEXP, "Kerberos TGT Expired" 32 ec RD_AP_EXP, "Kerberos ticket expired"
|
simple.c | 11 "TGT expired", 13 "Ticket expired",
|
heimdal.c | 10 "Kerberos principal expired", 11 "Kerberos service expired", 12 "Kerberos auth expired", 35 "Kerberos TGT Expired", 41 "Kerberos ticket expired",
|
/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/chromium_org/third_party/sqlite/src/test/ |
tkt-b72787b1.test | 17 # as expired. This includes statements that are not expired. 26 # to be expired including the currently running B by calling 32 # valid and then is marked as expired while running. 62 # cause all $::STMT to hit an expired cookie. Prior to the fix
|
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
ExpirableCacheTest.java | 90 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); 92 assertTrue("Should be expired", mCache.getCachedValue("a").isExpired()); 99 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); 116 assertFalse("Should not be expired", cachedValue.isExpired()); 118 // If we expire all the values, the implicitly created value will also be marked as expired. 123 assertTrue("Should be expired", expiredCachedValue.isExpired());
|
/external/chromium/net/base/ |
dns_reload_timer.h | 15 // expired, returns true and resets the timer. See comments in
|
/external/chromium_org/net/base/ |
expiring_cache_unittest.cc | 67 // Advance to t=10; entry1 is now expired. 73 // The expired element should no longer be in the cache. 76 // Update entry1 so it is no longer expired. 84 // Advance to t=20; both entries are now expired. 110 std::string name = base::StringPrintf("expired%d", i); 111 cache.Put(name, "I'm expired.", now, t10); 115 // Add two negative (instantly expired) entries at t=0 that expire at t=0. 134 // "expired" entries should be dropped. 168 cache.Put("expired", "expired", now, now) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
Timeout.java | 35 * Return true if the timeout has already expired. 44 * If already expired, return 0.
|
/external/chromium_org/net/android/ |
cert_verify_result_android_list.h | 20 // Certificate is not trusted because it has expired. 21 CERT_VERIFY_RESULT_ANDROID(EXPIRED, -3)
|
/external/openssh/ |
auth-shadow.c | 52 * Check if specified account is expired. Returns 1 if account is expired, 70 logit("Account %.100s has expired", spw->sp_namp); 85 * Returns: 1 = password expired, 0 = password not expired 125 logit("User %.100s password has expired (root forced)", user); 130 logit("User %.100s password has expired (password aged)", user);
|
/bionic/libc/include/sys/ |
_sigdefs.h | 78 __BIONIC_SIGDEF(VTALRM,28,"Virtual timer expired") 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 93 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 78 __BIONIC_SIGDEF(VTALRM,28,"Virtual timer expired") 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 93 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|
/external/chromium_org/sync/internal_api/public/util/ |
experiments.h | 26 // Enable deletion of expired autofill entries (if autofill sync is enabled).
|
/external/chromium_org/third_party/tlslite/tlslite/ |
SessionCache.py | 81 #Delete expired items 85 #Search through the circular list, deleting expired elements until 86 #we reach a non-expired element. Since elements in list are 87 #ordered in time, we can break once we reach the first non-expired
|
/external/libnfc-nci/src/nfa/sys/ |
nfa_sys_ptim.c | 54 ** Description Update the protocol timer list and handle expired timers. 89 /* while there are expired timers */ 92 /* removed expired timer from list */ 94 NFA_TRACE_DEBUG1 ("nfa_sys_ptim_timer_update expired: %08x", p_tle);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 78 __BIONIC_SIGDEF(VTALRM,28,"Virtual timer expired") 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 93 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
_sigdefs.h | 78 __BIONIC_SIGDEF(VTALRM,28,"Virtual timer expired") 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 93 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 78 __BIONIC_SIGDEF(VTALRM,28,"Virtual timer expired") 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 93 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|