/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
gson-1.7.2.jar | |
/external/ImageMagick/www/api/ |
cache-view.php | 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Cache Views</title> 15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, cache, views, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 55 <p class="text-center"><a href="cache-view.php#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> • <a href="cache-view.php#AcquireVirtualCacheView">AcquireVirtualCacheView</a> • <a href="cache-view.php#CloneCacheView">CloneCacheView</a> • <a href="cache-view.php#DestroyCacheView">DestroyCacheView</a> • <a href="cache-view.php#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="cache-view.php#GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a> • <a href="cache-view.php#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="cache-view.php#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="cache-view.php#GetCach (…) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_cp.py | 491 self.RunGsUtil(['-h', 'Cache-Control:public,max-age=12', 496 self.assertRegexpMatches(stdout, r'Cache-Control\s*:\s*public,max-age=12') 503 self.assertRegexpMatches(stdout, r'Cache-Control\s*:\s*public,max-age=12') [all...] |
/external/clang/lib/Analysis/ |
ThreadSafety.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 273 void reset(InterferenceCache &Cache, unsigned Reg) { 276 Intf.setPhysReg(Cache, Reg); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
CallTest.java | 97 private Cache cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem); field in class:CallTest 105 cache.delete(); [all...] |
URLConnectionTest.java | 109 private Cache cache; field in class:URLConnectionTest 125 if (cache != null) { 126 cache.delete(); [all...] |
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 637 "Cache-Control",
|
/prebuilts/go/darwin-x86/src/runtime/ |
heapdump.go | 92 // Cache of types that have been serialized already.
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 637 "Cache-Control",
|
/prebuilts/go/linux-x86/src/runtime/ |
heapdump.go | 92 // Cache of types that have been serialized already.
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | [all...] |
/external/robolectric/v3/ |
robolectric-3.1-SNAPSHOT.jar | |
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | 85 // Cache of already computed node sizes. 88 // Cache of most recently computed line position. 193 // not used frequently enough to cache entire token.Position [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer.go | 85 // Cache of already computed node sizes. 88 // Cache of most recently computed line position. 193 // not used frequently enough to cache entire token.Position [all...] |
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/ |
exoplayer_dev-hls_20150123.jar | |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 17 package com.google.common.cache; 21 import static com.google.common.cache.CacheBuilder.NULL_TICKER; 22 import static com.google.common.cache.CacheBuilder.UNSET_INT; 34 import com.google.common.cache.AbstractCache.SimpleStatsCounter; 35 import com.google.common.cache.AbstractCache.StatsCounter; 36 import com.google.common.cache.CacheBuilder.NullListener; 37 import com.google.common.cache.CacheBuilder.OneWeigher; 38 import com.google.common.cache.CacheLoader.InvalidCacheLoadException; 39 import com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException; 121 * the cache hit rate to be similar to that of a global LRU algorithm [all...] |
/external/clang/lib/AST/ |
ASTImporter.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntifs.h | [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |
/external/v8/src/js/ |
i18n.js | 290 // Cache these, they don't ever change per service. 428 // Cache these, they don't ever change per service. [all...] |
messages.js | 856 // Cache the formatted stack trace on the holder.
|
/frameworks/native/opengl/libagl/ |
array.cpp | 350 // make sure the size of vertex_t allows cache-line alignment 453 #pragma mark Vertex Cache 463 // we're just looking for an entry in the cache that is not locked. 538 // vertex cache size must be multiple of 1 575 // vertex cache size must be multiple of 1 623 // vertex cache size must be multiple of 2 665 // vertex cache size must be multiple of 2. This is extremely important 719 // vertex cache size must be multiple of 3 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
gen.go | 1107 // TODO(rsc): Cache zero register like we do for integers?
|