/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/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | DeflateUncompressor.java | 56 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()
|
D | DeflateCompressor.java | 66 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/ |
D | empty_module_with_cache.ll | 4 ; 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
|
D | cache.ll | 6 ; 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/ |
D | README.txt | 13 optionally, to use a basic caching mechanism to store generated object images. 28 caching facilities.
|
/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/curl/docs/ |
D | ALTSVC.md | 45 - 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/ |
D | anv_gem.c | 127 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument 131 .caching = caching, in anv_gem_set_caching()
|
D | anv_gem_stubs.c | 113 uint32_t caching) in anv_gem_set_caching() argument
|
/external/glide/ |
D | METADATA | 2 …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/ |
D | cache.ll | 1 ; 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/ |
D | index.rst | 19 caching, keep-alive, compression, redirects and many kinds of authentication.
|
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/ |
D | control | 13 Test that 802.1x authentication is bypassed and uses PMKSA caching
|
/external/python/httplib2/doc/html/_sources/ |
D | index.txt | 19 caching, keep-alive, compression, redirects and many kinds of authentication.
|
/external/llvm/test/ThinLTO/X86/ |
D | cache.ll | 4 ; Verify that enabling caching is working
|
/external/curl/tests/data/ |
D | test1516 | 45 caching of manual libcurl DNS entries after dead connection
|
D | test1515 | 49 caching of manual libcurl DNS entries after DNS cache timeout
|
D | test162 | 16 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
|
/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|
/external/arm-neon-tests/ |
D | InitCache.s | 35 ORR r0, r0, #(0x1 << 5) ;Enables caching NEON data within the L1 data cache
|
/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/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
|