Home
last modified time | relevance | path

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

123456

/external/igt-gpu-tools/tests/
Dprime_mmap_coherency.c56 int stale = 0; in test_read_flush() local
98 stale++; in test_read_flush()
106 return stale; in test_read_flush()
123 int stale = 0; in test_write_flush() local
166 stale++; in test_write_flush()
177 return stale; in test_write_flush()
297 int stale = test_read_flush(); variable
298 igt_fail_on_f(stale,
299 "num of stale cache lines %d\n", stale);
305 int stale = test_write_flush(); variable
[all …]
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Duse_after_realloc.cpp8 *stale = buffer; in main() local
11 stale[0] = 42; in main()
/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/
Dtest15347 # the request contained stale data. We want an update. Set swsbounce to
52 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
81 HTTP with Digest authorization with stale=true
144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
/external/rust/crates/grpcio/src/task/
Dmod.rs31 stale: bool, field
39 stale: false, in new()
88 if guard.stale { in poll()
93 guard.stale = true; in poll()
/external/autotest/test_suites/
Dcontrol.cellular_modem_repair13 Run stale modem reboot test to repair the stale modem.
/external/llvm-project/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/llvm/test/Transforms/SampleProfile/Inputs/
Dcoverage-warning.prof4 # This profile is stale. Function foo() does not have a line 8 anymore.
/external/llvm-project/llvm/test/Transforms/SampleProfile/Inputs/
Dcoverage-warning.prof4 # This profile is stale. Function foo() does not have a line 8 anymore.
/external/nist-sip/java/javax/sip/header/
DAuthorizationHeader.java37 void setStale(boolean stale); in setStale() argument
/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll6 ; inline to disturb the domtree (easy) and detect any stale cached entries in
88 ; to become stale if the splitting doesn't properly invalidate things. Also, as
/external/curl/lib/vauth/
Ddigest_sspi.c350 bool stale = false; in Curl_auth_decode_digest_http_message() local
366 stale = true; in Curl_auth_decode_digest_http_message()
377 if(stale) in Curl_auth_decode_digest_http_message()
Ddigest.c556 digest->stale = TRUE; in Curl_auth_decode_digest_http_message()
652 if(before && !digest->stale) in Curl_auth_decode_digest_http_message()
992 digest->stale = FALSE; /* default means normal, not stale */ in Curl_auth_digest_cleanup()
/external/llvm-project/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.
/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/llvm-project/llvm/unittests/Passes/
DCMakeLists.txt5 # reconfiguring with plugins disabled will leave behind a stale executable.
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Passes/
DBUILD.gn38 # Otherwise, reconfiguring with plugins disabled will leave behind a stale
/external/pigweed/pw_kvs/
Ddocs.rst44 transaction ID are considered old or “stale”.
50 garbage collection reclaims the “stale” entries.
127 remains unaltered “on-disk” but is considered “stale”. It is garbage collected
144 Storage space occupied by stale KV entries is reclaimed and made available
/external/oss-fuzz/infra/
DREADME.md12 * [`docker-cleanup`](docker-cleanup/) - jenkins pipeline to clean stale docker images & processes.
/external/llvm-project/llvm/utils/lit/
DCMakeLists.txt15 # configure time (i.e. `file(COPY ...)`) because this could lead to stale
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcert-dcl21-cpp.rst18 stale object.
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties47 with the version of this class in the metadata, possibly because 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/llvm-project/llvm/utils/gn/secondary/llvm/unittests/
DBUILD.gn54 # setup leaves behind stale executables.

123456