/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/kernel-headers/original/asm-mips/ |
war.h | 169 * for that line can get stale data from the fill buffer instead of
|
/external/llvm/include/llvm/CodeGen/ |
LiveRegMatrix.h | 78 /// live ranges. Interference checks may return stale information unless
|
/external/llvm/lib/Support/ |
Allocator.cpp | 67 // Poison the memory so stale pointers crash sooner. Note we must
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ProxyAuthenticateParser.java | 75 "opaque=\"\", stale=FALSE, algorithm=MD5\n",
|
ProxyAuthorizationParser.java | 77 "opaque=\"\",stale=FALSE,algorithm=MD5\n",
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RequestHeaders.java | 72 } else if ("max-stale".equalsIgnoreCase(directive)) {
|
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.h | 206 // more resources than the cached resource map, since it can also hold "stale" multiple versions of objects that are
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugDelegate.mm | 235 // Dashcode is attempting to execute JS in the evaluator using a stale
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_linux.py | 232 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 102 * is to provide a guarantee that no stale data exists in the restore set when the
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 79 // Leave stale rather than receive a null value.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 293 log("Removing stale SIMRecords object.");
|
/hardware/qcom/display/liboverlay/ |
overlayMdssRot.cpp | 96 // reset rotation flags to avoid stale orientation values
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/ |
IFmConstants.java | 104 // must be a long time to account for turning off stale btipsd + turning on
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinWorkerThread.java | 108 * stale/wrong) of where to locate them. This isolates cost to 738 * encountering chains that are stale, unknown, or of length 777 break outer; // stale 797 break; // max levels, stale, dead-end, or cyclic [all...] |
/libcore/luni/src/main/java/libcore/net/http/ |
RequestHeaders.java | 74 } else if (directive.equalsIgnoreCase("max-stale")) {
|
/libcore/luni/src/test/java/libcore/net/http/ |
ParsedHeadersTest.java | 127 headers.add("Cache-Control", "MAX-STALE=70");
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmReceiver.java | 123 Log.v("Ignoring stale alarm");
|
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 182 // stale so the next time we're asked for a particular contact, we'll return that 183 // stale contact and at the same time, fire off an asyncUpdateContact to update 571 // If we're stale and we haven't already kicked off a query then kick [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 76 NFSERR_STALE=70, /* Stale NFS file handle */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 76 NFSERR_STALE=70, /* Stale NFS file handle */
|