Home
last modified time | relevance | path

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

12345678

/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/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDeflateUncompressor.java56 private boolean caching = false; field in DeflateUncompressor
124 return caching; in isCaching()
134 public void setCaching(boolean caching) { in setCaching() argument
135 this.caching = caching; in setCaching()
147 if (caching) { in createOrResetInflater()
DDeflateCompressor.java66 private boolean caching = false; field in DeflateCompressor
180 return caching; in isCaching()
190 public void setCaching(boolean caching) { in setCaching() argument
191 this.caching = caching; in setCaching()
204 if (caching) { in createOrResetDeflater()
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dempty_module_with_cache.ll4 ; Verify that enabling caching is working, even if the module is empty
10 ; Verify that enabling caching is working with llvm-lto2
16 ; Same, but without hash, the index will be empty and caching should not happen
21 ; Verify that caching is disabled for module without hash
27 ; Verify that caching is disabled for module without hash, with llvm-lto2
Dcache.ll6 ; Verify that enabling caching is ignoring module without hash
12 ; Verify that enabling caching is ignoring module without hash with llvm-lto2
26 ; Verify that enabling caching is working, and that the pruner only removes
37 ; Verify that enabling caching is working with llvm-lto2
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/curl/docs/
DALTSVC.md45 - support `curl --alt-svc [file]` to enable caching, using that file
57 - using `Age:` value for caching age as per spec
/external/mesa3d/src/intel/vulkan/
Danv_gem.c127 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument
131 .caching = caching, in anv_gem_set_caching()
Danv_gem_stubs.c113 uint32_t caching) in anv_gem_set_caching() argument
/external/glide/
DMETADATA2 …agement framework for Android that wraps media decoding, memory and disk caching, and resource poo…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dcache.ll1 ; Verify that enabling caching is ignoring module when we emit them without hash.
15 ; Verify that enabling caching is working with module with hash.
/external/python/httplib2/doc/
Dindex.rst19 caching, keep-alive, compression, redirects and many kinds of authentication.
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dcontrol13 Test that 802.1x authentication is bypassed and uses PMKSA caching
/external/python/httplib2/doc/html/_sources/
Dindex.txt19 caching, keep-alive, compression, redirects and many kinds of authentication.
/external/llvm/test/ThinLTO/X86/
Dcache.ll4 ; Verify that enabling caching is working
/external/curl/tests/data/
Dtest151645 caching of manual libcurl DNS entries after dead connection
Dtest151549 caching of manual libcurl DNS entries after DNS cache timeout
Dtest16216 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/arm-neon-tests/
DInitCache.s35 ORR r0, r0, #(0x1 << 5) ;Enables caching NEON data within the L1 data cache
/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/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

12345678