Searched refs:caching (Results 1 – 25 of 134) sorted by relevance
123456
/external/libunwind/doc/ |
D | unw_set_caching_policy.tex | 8 …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/ |
D | README.txt | 13 optionally, to use a basic caching mechanism to store generated object images. 28 caching facilities.
|
/external/dnsmasq/contrib/openvpn/ |
D | dnsmasq.patch | 5 # Startup script for the DNS caching server 9 # description: This script starts your DNS caching server
|
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/ |
D | control | 14 Test that 802.1x authentication is bypassed and uses PMKSA caching
|
/external/curl/tests/data/ |
D | test1515 | 45 caching of manual libcurl DNS entries after DNS cache timeout
|
D | test1516 | 45 caching of manual libcurl DNS entries after dead connection
|
D | test162 | 16 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
|
/external/v8/test/webkit/ |
D | webkit.status | 46 'reentrant-caching': [SKIP], 64 'reentrant-caching': [SKIP],
|
D | reentrant-caching-expected.txt | 24 Test caching with re-entrancy.
|
D | dictionary-prototype-caching-expected.txt | 24 Test to ensure correct behaviour of prototype caching with dictionary prototypes
|
D | dictionary-no-cache-expected.txt | 24 Test to ensure that we handle caching of prototype chains containing dictionaries.
|
/external/clang/docs/ |
D | PTHInternals.rst | 49 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/ |
D | README.txt | 25 caching facilities.
|
/external/jetty/src/config/etc/ |
D | jdbcRealm.properties | 16 # lookups in internal hash table. Set to 0 to disable caching.
|
/external/libunwind/src/ia64/ |
D | Gscript.c | 99 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/ |
D | slides_content2.lua | 55 - SkPicture for caching SVG
|
/external/libunwind/ |
D | TODO | 31 + 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/ |
D | ref.tex | 46 that handles caching, keep-alive, compression, redirects and
|
D | CHANGELOG | 84 #77 - Duplicated caching test 168 Added support for a pluggable caching system. Now supports
|
/external/dnsmasq/contrib/Suse/ |
D | dnsmasq-suse.spec | 21 Summary: A lightweight caching nameserver
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | value-ptr-bug.ll | 7 ; Because we were caching value pointers across a function call that could RAUW
|
/external/v8/test/intl/ |
D | intl.status | 31 'overrides/caching': [PASS, FAIL],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/ |
D | README.md | 8 [google-api-python-client] with the addition of automatically caching tokens
|
/external/libunwind/src/dwarf/ |
D | Gparser.c | 520 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/ |
D | complete-natural.m | 36 // Same tests as above, but with completion caching.
|
123456