/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 759 * stale list elements. 769 * callbacks that help remove stale iterators from the list. 777 * all stale iterators are discovered by the GC. But even in this 804 /** Used to expunge stale iterators */ 815 * Sweeps itrs, looking for and expunging stale iterators. 886 * Notifies all iterators, and expunges any that are now stale. 915 * Notifies all iterators, and expunges any that are now stale. [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 648 log("onSetupConnectionCompleted stale cp.tag=" + cp.mTag + ", mtag=" + mTag); [all...] |
/art/runtime/ |
indirect_reference_table.h | 86 * The remaining 14 bits can be used to detect stale indirect references. 181 * stale references aren't possible (though we may be able to get similar
|
/dalvik/vm/ |
IndirectRefTable.h | 72 * The remaining 14 bits can be used to detect stale indirect references. 176 * stale references aren't possible (though we may be able to get similar
|
RawDexFile.cpp | 173 * version, or the cached version was stale), generate the
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 40 * throw exceptions or return stale data; safer behavior would have 424 * been used) may return stale data.
|
/external/chromium/base/ |
stl_util-inl.h | 59 // stale pointer. 75 // which could result in the hash function trying to dereference a stale
|
/external/chromium/net/http/ |
http_auth_controller.cc | 269 // challenge appeared to be rejected, or is using a stale nonce in the Digest 292 // It's possible that a server could incorrectly issue a stale
|
http_auth_handler_digest_unittest.cc | 545 std::string stale_challenge = default_challenge + ", stale=true"; 551 std::string stale_false_challenge = default_challenge + ", stale=false";
|
/external/chromium/net/tools/testserver/ |
testserver.py | 945 "stale" response. 957 A stale response is sent iff "stale" is present in the request path. 962 stale = 'stale' in self.path 963 nonce = self.GetNonce(force_reset=stale) [all...] |
/external/chromium_org/net/http/ |
http_auth_controller.cc | 262 // challenge appeared to be rejected, or is using a stale nonce in the Digest 289 // It's possible that a server could incorrectly issue a stale
|
http_auth_handler_digest_unittest.cc | 559 std::string stale_challenge = default_challenge + ", stale=true"; 565 std::string stale_false_challenge = default_challenge + ", stale=false";
|
/external/chromium_org/sql/ |
recovery_unittest.cc | 302 // Put the stale index page back. 374 // Put the stale table page back.
|
/external/iproute2/misc/ |
nstat.c | 589 fprintf(stderr, "nstat: history is stale, ignoring it.\n"); 597 fprintf(stderr, "nstat: history is stale, ignoring it.\n");
|
rtacct.c | 607 fprintf(stderr, "rtacct: history is stale, ignoring it.\n"); 617 fprintf(stderr, "rtacct: history is stale, ignoring it.\n");
|
/bionic/libc/include/sys/ |
_errdefs.h | 153 __BIONIC_ERRDEF( ESTALE , 116, "Stale NFS file handle" )
|
/dalvik/vm/compiler/ |
Compiler.h | 90 int cacheVersion; // Used to identify stale trace requests
|
/development/ndk/platforms/android-3/include/sys/ |
_errdefs.h | 152 __BIONIC_ERRDEF( ESTALE , 116, "Stale NFS file handle" )
|
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 94 // do NOT check for stale connection, that is an expensive operation
|
/external/bison/lib/ |
sigprocmask.c | 315 stale information if it calls signal(B). Oh well -
|
/external/chromium/chrome/browser/extensions/ |
extensions_quota_service.h | 100 // come in). So, a bucket has an expiration to denote it has becomes stale.
|
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 156 // Deletes stale prerendered PrerenderContents.
|
/external/chromium_org/chrome/browser/android/ |
foreign_session_helper.cc | 167 // To prevent the pref from accumulating stale sessions, clear it each time
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
omnibox_ui_handler.cc | 190 // important logic and return stale results. In short, we want the
|