HomeSort by relevance Sort by last modified time
    Searched refs:caching (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateUncompressor.java 56 private boolean caching = false; field in class:DeflateUncompressor
119 * Returns if caching is enabled.
124 return caching;
130 * called. Instances of {@link Inflater} can be surprisingly expensive, so caching is advised in
132 * @param caching whether to enable caching
134 public void setCaching(boolean caching) {
135 this.caching = caching;
139 * Returns the {@link Inflater} to be used, creating a new one if necessary and caching it fo
    [all...]
DeflateCompressor.java 66 private boolean caching = false; field in class:DeflateCompressor
175 * Returns if caching is enabled.
180 return caching;
186 * called. Instances of {@link Deflater} can be surprisingly expensive, so caching is advised in
188 * @param caching whether to enable caching
190 public void setCaching(boolean caching) {
191 this.caching = caching;
195 * Returns the {@link Deflater} to be used, creating a new one if necessary and caching it fo
    [all...]
  /external/libunwind/doc/
unw_set_caching_policy.tex 8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming 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...]
libunwind.tex 276 \section{Caching of Unwind Info}
291 select the exact caching policy in use for a given address-space
293 \Const{UNW\_CACHE\_NONE}, it is possible to turn off caching
295 (at the cost of slower execution). By default, caching is enabled for
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.s 5 # side, the stub caching doesn't get confused and incorrectly use a stub
  /prebuilts/go/darwin-x86/test/bench/go1/
fannkuch_test.go 48 // Now exchange k (caching perm[0]) and perm[k]... with care!
  /prebuilts/go/linux-x86/test/bench/go1/
fannkuch_test.go 48 // Now exchange k (caching perm[0]) and perm[k]... with care!
  /external/arm-neon-tests/
InitCache.s 15 ; Global Enable for Cortex-A8 Instruction and Data Caching
35 ORR r0, r0, #(0x1 << 5) ;Enables caching NEON data within the L1 data cache
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 21 Summary: A lightweight caching nameserver
  /external/libunwind/src/ia64/
Gscript.c 99 unw_caching_policy_t caching = as->caching_policy; local
101 if (caching == UNW_CACHE_NONE)
116 if (likely (caching == UNW_CACHE_GLOBAL))
Gparser.c 1122 int ret, caching = c->as->caching_policy != UNW_CACHE_NONE;
1124 if (!caching || ia64_get_cached_proc_info (c) < 0)
1129 if (caching)
1120 int ret, caching = c->as->caching_policy != UNW_CACHE_NONE; local
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 19 // only walks the tree once, caching the data it finds.
  /prebuilts/go/darwin-x86/src/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 19 // only walks the tree once, caching the data it finds.
  /prebuilts/go/linux-x86/src/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 18 // so they are grouped here for better caching.
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 18 // so they are grouped here for better caching.
  /external/libunwind/src/dwarf/
Gparser.c 520 unw_caching_policy_t caching = as->caching_policy; local
522 if (caching == UNW_CACHE_NONE)
525 if (likely (caching == UNW_CACHE_GLOBAL))
  /build/blueprint/proptools/
clone.go 261 // Stores an atomic pointer to map caching Type to its StructField
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 602 __u32 caching; member in struct:drm_i915_gem_caching
    [all...]
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 923 * Special GPU caching mode which is coherent with the scanout engines.
934 * Handle of the buffer to set/get the caching level of. */
940 * bits0-15 are for generic caching control (i.e. the above defined
943 __u32 caching; member in struct:drm_i915_gem_caching
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 841 * Special GPU caching mode which is coherent with the scanout engines.
852 * Handle of the buffer to set/get the caching level of. */
858 * bits0-15 are for generic caching control (i.e. the above defined
860 * (e.g. l3$ caching on gen7). */
861 __u32 caching; member in struct:drm_i915_gem_caching
    [all...]
  /frameworks/rs/script_api/
rs_for_each.spec 41 This specification can help the caching behavior of the running kernel, e.g. the cache
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 192 // blockUses computes "uses" for each block, caching the result.
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 192 // blockUses computes "uses" for each block, caching the result.

Completed in 2365 milliseconds

1 2 3 4 5 6 7 8