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

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_set_caching_policy.man 16 \-\- set unwind caching policy
35 routine sets the caching policy
44 Turns off caching completely. This
50 Enables caching using a global cache
51 that is shared by all threads. If global caching is unavailable or
58 Enables caching using
59 thread\-local caches. If a thread\-local caching are unavailable or
65 If caching is enabled, an application must be prepared to make
75 caching is turned off by default. For the local address space
77 caching is turned on by default.
    [all...]
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...]
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 11 # Description: Starts internet name service masq caching server (DNS)
28 echo -n "Starting name service masq caching server "
39 echo -n "Shutting name service masq caching server "
59 echo -n "Reloading name service masq caching server "
66 echo -n "Checking for name service masq caching server "
  /external/objenesis/main/test/org/objenesis/
ObjenesisTest.java 31 "org.objenesis.ObjenesisStd using org.objenesis.strategy.StdInstantiatorStrategy with caching",
38 "org.objenesis.ObjenesisStd using org.objenesis.strategy.StdInstantiatorStrategy without caching",
55 // Test caching
63 "org.objenesis.ObjenesisTest$1 using org.objenesis.strategy.StdInstantiatorStrategy with caching",
  /external/v8/test/mjsunit/regress/
regress-52801.js 36 // RegExp caching doesn't set lastIndex correctly.
50 assertEquals(5, re.lastIndex); // Fails if caching.
54 assertEquals(5, re.lastIndex); // Fails if caching.
65 assertEquals(5, re.lastIndex); // Fails if caching.
69 assertEquals(5, re.lastIndex); // Fails if caching.
  /development/samples/browseable/DisplayingBitmaps/
_index.jd 12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
  /external/kernel-headers/original/uapi/asm-mips/asm/
cachectl.h 19 * Caching modes for the cachectl(2) call
  /developers/samples/android/ui/graphics/DisplayingBitmaps/
template-params.xml 33 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
66 caching bitmaps (both in memory and on disk), managing bitmap memory and displaying
74 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
  /external/chromium-trace/trace-viewer/tracing/tracing/base/
category_util.html 24 * This function returns the category split by string, caching the
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DiskCacheStrategy.java 4 * Set of available caching strategies for media.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/
SimpleResource.java 11 // TODO: there isn't much point in caching these...
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 14 * to create proxy classes which set their own handler. it checks that caching is
16 * api, ensuring that caching works correctly with this model.
45 // create a factory which, by default, uses caching
68 // create a factory which, by default, uses caching then set the handler so it creates
  /frameworks/base/libs/hwui/
TessellationCache.h 112 * Trimming is used for caches that support pre-caching from a worker
113 * thread. During pre-caching the maximum limit of the cache can be
164 // General tessellation caching
174 // Shadow tessellation caching
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
VersionProvider.java 21 * This number is used when caching values in code generation. (like flags)
  /frameworks/volley/src/main/java/com/android/volley/
Network.java 26 * @return A {@link NetworkResponse} with data and caching metadata; will never be null
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
NamingPolicy.java 28 * @param key A key object representing the state of the parameters; for caching to work properly, equal keys should result
37 * in the future, affect the caching of classes generated by {@link
  /frameworks/av/include/cpustats/
CentralTendencyStatistics.h 65 // cached variance, and n at time of caching
69 // cached standard deviation, and n at time of caching
  /external/libunwind/tests/
Gtest-concurrent.c 113 printf ("Caching: none\n");
118 printf ("Caching: global\n");
123 printf ("Caching: per-thread\n");
  /libcore/luni/src/main/java/java/net/
AddressCache.java 22 * Implements caching for {@code InetAddress}. We use a unified cache for both positive and negative
26 * the C library level caching. The main thing caching at this level buys us is avoiding repeated
  /external/dnsmasq/contrib/openvpn/
dnsmasq.patch 5 # Startup script for the DNS caching server
9 # description: This script starts your DNS caching server
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 81 /* Memory types - these define the source and caching policies
102 /* Caching controls */
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
README.txt 13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities
  /external/objenesis/main/src/org/objenesis/
ObjenesisBase.java 48 * Flexible constructor allowing to pick the strategy and if caching should be used
63 + (cache == null ? " without" : " with") + " caching";
  /developers/build/prebuilts/gradle/DisplayingBitmaps/
ABOUT.txt 21 caching bitmaps (both in memory and on disk), managing bitmap memory and
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/res/values/
base-strings.xml 28 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching

Completed in 171 milliseconds

1 2 3 4 5 6 7 8 91011>>