Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 25 of 134) sorted by relevance

123456

/external/libunwind/doc/
Dunw_set_caching_policy.tex8 …ogramming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
28 that is shared by all threads. If global caching is unavailable or
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
32 thread-local caches. If a thread-local caching are unavailable or
37 If caching is enabled, an application must be prepared to make
45 caching is turned off by default. For the local address space
46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch5 # Startup script for the DNS caching server
9 # description: This script starts your DNS caching server
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dcontrol14 Test that 802.1x authentication is bypassed and uses PMKSA caching
/external/curl/tests/data/
Dtest151545 caching of manual libcurl DNS entries after DNS cache timeout
Dtest151645 caching of manual libcurl DNS entries after dead connection
Dtest16216 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
/external/v8/test/webkit/
Dwebkit.status46 'reentrant-caching': [SKIP],
64 'reentrant-caching': [SKIP],
Dreentrant-caching-expected.txt24 Test caching with re-entrancy.
Ddictionary-prototype-caching-expected.txt24 Test to ensure correct behaviour of prototype caching with dictionary prototypes
Ddictionary-no-cache-expected.txt24 Test to ensure that we handle caching of prototype chains containing dictionaries.
/external/clang/docs/
DPTHInternals.rst49 as well as to provide alternative means to use PTH-style caching.
148 header files by caching pre-lexed tokens, PTH also employs several other
151 - ``stat`` caching: PTH files cache information obtained via calls to
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/jetty/src/config/etc/
DjdbcRealm.properties16 # lookups in internal hash table. Set to 0 to disable caching.
/external/libunwind/src/ia64/
DGscript.c99 unw_caching_policy_t caching = as->caching_policy; in get_script_cache() local
101 if (caching == UNW_CACHE_NONE) in get_script_cache()
116 if (likely (caching == UNW_CACHE_GLOBAL)) in get_script_cache()
/external/skia/resources/
Dslides_content2.lua55 - SkPicture for caching SVG
/external/libunwind/
DTODO31 + caching is pretty fundamentally broken, what should happen is this:
42 safe caching; I proposed on 12/16/2003 that glibc maintain two
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dref.tex46 that handles caching, keep-alive, compression, redirects and
DCHANGELOG84 #77 - Duplicated caching test
168 Added support for a pluggable caching system. Now supports
/external/dnsmasq/contrib/Suse/
Ddnsmasq-suse.spec21 Summary: A lightweight caching nameserver
/external/llvm/test/Transforms/LoopVectorize/
Dvalue-ptr-bug.ll7 ; Because we were caching value pointers across a function call that could RAUW
/external/v8/test/intl/
Dintl.status31 'overrides/caching': [PASS, FAIL],
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/
DREADME.md8 [google-api-python-client] with the addition of automatically caching tokens
/external/libunwind/src/dwarf/
DGparser.c520 unw_caching_policy_t caching = as->caching_policy; in get_rs_cache() local
522 if (caching == UNW_CACHE_NONE) in get_rs_cache()
525 if (likely (caching == UNW_CACHE_GLOBAL)) in get_rs_cache()
/external/clang/test/Index/
Dcomplete-natural.m36 // Same tests as above, but with completion caching.

123456