Home
last modified time | relevance | path

Searched refs:stale (Results 1 – 25 of 106) sorted by relevance

12345

/external/compiler-rt/test/asan/TestCases/Windows/
Duse_after_realloc.cc8 *stale = buffer; in main() local
11 stale[0] = 42; in main()
/external/curl/tests/data/
Dtest15336 # the request contained stale data. We want an update. Set swsbounce to
41 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
70 HTTP with Digest authorization with stale=true
122 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
/external/autotest/test_suites/
Dcontrol.cellular_modem_repair13 Run stale modem reboot test to repair the stale modem.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dunreachable-regression.ll10 ; This resulted in stale pointers to the collected but removed
11 ; callsites. Such stale pointers caused crash when accessed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/Inputs/
Dcoverage-warning.prof4 # This profile is stale. Function foo() does not have a line 8 anymore.
/external/llvm/test/Transforms/SampleProfile/Inputs/
Dcoverage-warning.prof4 # This profile is stale. Function foo() does not have a line 8 anymore.
/external/syzkaller/dashboard/app/
Djobs.go226 stale := false
228 stale = false
235 stale = true
248 if stale {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll6 ; inline to disturb the domtree (easy) and detect any stale cached entries in
69 ; to become stale if the splitting doesn't properly invalidate things. Also, as
Dcgscc-incremental-invalidate.ll69 ; reducing an SCC in the inliner cannot accidentially leave stale function
134 ; Without proper handling when updating the call graph this will find a stale
/external/curl/lib/vauth/
Ddigest_sspi.c341 bool stale = false; in Curl_auth_decode_digest_http_message() local
357 stale = true; in Curl_auth_decode_digest_http_message()
368 if(stale) in Curl_auth_decode_digest_http_message()
Ddigest.c555 digest->stale = TRUE; in Curl_auth_decode_digest_http_message()
651 if(before && !digest->stale) in Curl_auth_decode_digest_http_message()
1000 digest->stale = FALSE; /* default means normal, not stale */ in Curl_auth_digest_cleanup()
/external/nist-sip/java/javax/sip/header/
DAuthorizationHeader.java37 void setStale(boolean stale); in setStale() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Passes/
DCMakeLists.txt5 # reconfiguring with plugins disabled will leave behind a stale executable.
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java402 public void setStale(boolean stale) { in setStale() argument
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale))); in setStale()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr33396.ll1 ; Make sure we don't crash because we have stale loop infos.
Dselectiondag-dominator.ll1 ; Make sure we don't crash because we have a stale dominator tree.
Daddr-mode-matcher.ll43 ; references in MatchScope and RecordedNodes stale.
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
DCMakeLists.txt15 # configure time (i.e. `file(COPY ...)`) because this could lead to stale
/external/python/cpython2/Demo/rpc/
DREADME29 1) Wim Lewis rpcgen.py found on http://www.omnigroup.com/~wiml/soft/stale-index.html#python.
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties47 with the version of this class in the metadata, possibly because stale \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dphi-values-usage.ll22 ; usage of basicaa in instcombine would cause a segfault due to stale phi-values
/external/llvm/test/CodeGen/X86/
Daddr-mode-matcher.ll43 ; references in MatchScope and RecordedNodes stale.
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dcache-icall.ll4 ; This affects code generated for any users of f(). Make sure that we don't pull a stale object
/external/google-styleguide/docguide/
Dphilosophy.md51 on the features of any one server. However, **fresh is better than stale**. We
/external/llvm/test/Transforms/LoopSimplify/
Dashr-crash.ll6 ; After a series of loop optimizations, SCEV's LoopDispositions grow stale.

12345