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

<<11121314151617181920>>

  /external/llvm/docs/
AliasAnalysis.rst 441 feeds into a load, for example. It uses caching and other techniques to be
709 caching layer on top of alias analysis that is able to answer the question of
711 intra- or inter-block level. Because of its laziness and caching policy, using
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 150 * like compression and caching.
156 * for this request. Conditional caching means this may be non-null even when
164 * features like compression and caching.
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 138 * garbage collected, and would cause us to leak activities due to the caching mechanism for
619 // as whether it was directly requested vs. whether it was preloaded by our caching
752 // of items that are loaded as a result of the caching mechanism
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 78 // determines how much memory we're dedicating to memory caching
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 73 // determines how much memory we're dedicating to memory caching
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 380 * results in a larger bitmap which isn't as useful for caching purposes.
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 380 * @param cacheFlag Determines if caching should be used
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 112 * up the tree for every hashCode(). Note that this caching works
  /external/bison/lib/
abitset.c 817 There is probably little merit if using caching since
  /external/clang/include/clang/Sema/
Scope.h 469 /// Init - This is used by the parser to implement scope caching.
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 189 * can be used to avoid shader caching by the GL, by e.g. suffixing each
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 307 ; instruction caching
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 309 # instruction caching
  /external/guava/guava/src/com/google/common/collect/
ImmutableMap.java 513 // not caching hash code since it could change if map values are mutable
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderSpecTest.java 522 // disables caching. It's irrelevant how it does so.
  /external/jetty/src/java/org/eclipse/jetty/security/
JDBCLoginService.java 46 * internal hashes are cleared. Caching can be disabled by setting cache refresh
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 94 * If caching enabled, the cached wrapper (otherwise null). Kept here so we can call clearCache()
  /external/libunwind/doc/
unw_create_addr_space.man 247 if caching is
unw_create_addr_space.tex 124 value returned by \Func{get\_dyn\_info\_list\_addr}() if caching is
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 394 // the ARF MC search backwards, to get optimal results for MV caching
  /external/lldb/scripts/Python/
python-wrapper.swig 358 printf("caching works!!!!\n");*/
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 63 log->Printf ("Caching: class 0x%" PRIx64 " selector 0x%" PRIx64 " implementation 0x%" PRIx64 ".", class_addr, selector, impl_addr);
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 75 /** Test caching with {@link OkUrlFactory}. */
114 * Test that response caching is consistent with the RI and the spec.
151 // the HTTP spec permits caching 410s, but the RI doesn't.
361 * We've had bugs where caching and cross-protocol redirects yield class
    [all...]
  /external/selinux/libsemanage/src/
conf-parse.y 134 yyerror("disable-caching can only be 'true' or 'false'");
  /external/skia/include/core/
SkClipStack.h 347 //!< SkClipStack. Useful when caching clips

Completed in 342 milliseconds

<<11121314151617181920>>