Home
last modified time | relevance | path

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

12345

/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/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/mesa3d/src/intel/vulkan/
Danv_gem.c126 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument
130 .caching = caching, in anv_gem_set_caching()
Danv_gem_stubs.c105 uint32_t caching) in anv_gem_set_caching() argument
/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch5 # Startup script for the DNS caching server
9 # description: This script starts your DNS caching server
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/llvm/test/ThinLTO/X86/
Dcache.ll4 ; Verify that enabling caching is working
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dcontrol14 Test that 802.1x authentication is bypassed and uses PMKSA caching
/external/curl/tests/data/
Dtest151549 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/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/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/arm-neon-tests/
DInitCache.s35 ORR r0, r0, #(0x1 << 5) ;Enables caching NEON data within the L1 data cache
/external/skia/resources/
Dslides_content2.lua55 - SkPicture for caching SVG
/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
/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/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.
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME60 v0.30 Added fast run option which bypasses caching, warmup and tree
/external/libunwind/include/
Dlibunwind-common.h.in83 UNW_CACHE_NONE, /* no caching */
85 UNW_CACHE_PER_THREAD /* per-thread caching */
/external/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll12 ; multiple times and rely on the caching in SCEV expansion to avoid any

12345