/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 643 "Cache-Control",
|
/prebuilts/go/darwin-x86/src/runtime/ |
heapdump.go | 95 // Cache of types that have been serialized already.
|
runtime2.go | 485 // Cache of goroutine ids, amortizes accesses to runtime·sched.goidgen. 520 // gcw is this P's GC work buffer cache. The work buffer is 560 // Global cache of dead G's. 566 // Central cache of sudog structs.
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 643 "Cache-Control",
|
/prebuilts/go/linux-x86/src/runtime/ |
heapdump.go | 95 // Cache of types that have been serialized already.
|
runtime2.go | 485 // Cache of goroutine ids, amortizes accesses to runtime·sched.goidgen. 520 // gcw is this P's GC work buffer cache. The work buffer is 560 // Global cache of dead G's. 566 // Central cache of sudog structs.
|
/external/pdfium/xfa/fxfa/parser/ |
xfa_basic_data.cpp | 85 {0xc9bae94, L"cache", XFA_Element::Cache, XFA_XDPPACKET_Config, [all...] |
/external/robolectric/v3/ |
robolectric-3.1-SNAPSHOT.jar | |
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | 86 // Cache of already computed node sizes. 89 // Cache of most recently computed line position. 194 // not used frequently enough to cache entire token.Position [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer.go | 86 // Cache of already computed node sizes. 89 // Cache of most recently computed line position. 194 // not used frequently enough to cache entire token.Position [all...] |
/prebuilts/misc/common/robolectric/lib/ |
robolectric-3.1.1.jar | |
/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...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |
preloaded-classes | [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...] |
/external/v8/src/js/ |
i18n.js | 271 // Cache these, they don't ever change per service. 410 // Cache these, they don't ever change per service. [all...] |
/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 | |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | 111 private Cache cache; field in class:URLConnectionTest 127 if (cache != null) { 128 cache.delete(); [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 299 // The $GOROOT/VERSION.cache file is a cache to avoid invoking 302 path = pathf("%s/VERSION.cache", goroot) 331 // Cache version. 942 xremove(pathf("%s/VERSION.cache", goroot))
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 764 // Cache of Progs
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 299 // The $GOROOT/VERSION.cache file is a cache to avoid invoking 302 path = pathf("%s/VERSION.cache", goroot) 331 // Cache version. 942 xremove(pathf("%s/VERSION.cache", goroot))
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
link.go | 764 // Cache of Progs
|