/libcore/ojluni/src/main/java/java/time/format/ |
DateTimeFormatterBuilder.java | 3762 Map<Locale, Entry<Integer, SoftReference<PrefixTree>>> cached = local 3842 Entry<Integer, PrefixTree> cached = context.isCaseSensitive() local [all...] |
/external/robolectric/v1/src/main/java/android/net/ |
Uri__FromAndroid.java | 59 cached result. As a result, we get thread safe caching with no concurrency 107 * Placeholder for strings which haven't been cached. This enables us 113 private static final String NOT_CACHED = new String("NOT CACHED"); 435 /** Cached scheme separator index. */ 445 /** Cached fragment separator index. */ 481 boolean cached = (scheme != NOT_CACHED); 482 return cached ? scheme : (scheme = parseScheme()); 887 boolean cached = cachedString != NOT_CACHED; 888 if (cached) { 1021 boolean cached = (host != NOT_CACHED) [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 72 cached result. As a result, we get thread safe caching with no concurrency 120 * Placeholder for strings which haven't been cached. This enables us 126 private static final String NOT_CACHED = new String("NOT CACHED"); 495 /** Cached scheme separator index. */ 505 /** Cached fragment separator index. */ 541 boolean cached = (scheme != NOT_CACHED); 542 return cached ? scheme : (scheme = parseScheme()); 947 boolean cached = cachedString != NOT_CACHED; 948 if (cached) { [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
Cache.java | 444 Map<K,V> cached = getCachedEntries(); local 446 visitor.visit(cached);
|
/prebuilts/go/darwin-x86/src/sync/ |
pool_test.go | 72 // Test that Pool does not hold pointers to previously cached resources.
|
/prebuilts/go/linux-x86/src/sync/ |
pool_test.go | 72 // Test that Pool does not hold pointers to previously cached resources.
|
/prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.1/ |
grpc-auth-1.0.1.jar | |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.3/ |
grpc-auth-1.0.3.jar | |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
GridLayoutManager.java | 469 final int cached = mPreLayoutSpanIndexCache.get(pos, -1); local 470 if (cached != -1) { 471 return cached; 477 + " not cached, not in the adapter. Pos:" + pos); 480 + " not cached, not in the adapter. Pos:" + pos); 490 final int cached = mPreLayoutSpanSizeCache.get(pos, -1); local 491 if (cached != -1) { 492 return cached; 498 + " not cached, not in the adapter. Pos:" + pos); 501 + " not cached, not in the adapter. Pos:" + pos) [all...] |
/hardware/intel/common/libwsbm/src/ |
wsbm_slabpool.c | 165 struct _WsbmListHead cached; member in struct:_WsbmSlabCache 296 WSBMLISTADD(&kbo->head, &cache->cached); 336 &cache->cached : &cache->unCached; 1058 WSBMINITLISTHEAD(&tmp->cached); 1077 assert(cache->cached.next == &cache->cached);
|
/external/icu/icu4c/source/i18n/ |
zonemeta.cpp | 245 // Checking the cached results 258 // Check if it was already cached 432 // Checking the cached results 439 // Check if it was already cached 440 UBool cached = FALSE; local 444 singleZone = cached = gSingleZoneCountries->contains((void*)region); 445 if (!cached) { 446 cached = gMultiZonesCountries->contains((void*)region); 451 if (!cached) {
|
/external/trappy/trappy/ |
ftrace.py | 202 trace_class.cached = True 207 if all([c.cached for c in self.trace_classes]): 218 # Recreate basic cache directories only if nothing cached 219 if not any([c.cached for c in self.trace_classes]): 222 # Write out only events that weren't cached before 224 if trace_class.cached: 366 if trace_class.cached:
|
base.py | 117 self.cached = False
|
/frameworks/support/compat/java/android/support/v4/provider/ |
FontsContractCompat.java | 208 Typeface cached = sTypefaceCache.get(id); local 209 if (cached != null) { 210 return cached; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 331 // get the cached info from the project persistent properties. 549 Boolean cached = sRecentUrlValidCache.get(androidApiURL); 550 if (cached != null) { 551 return cached.booleanValue(); 599 // this is really not supposed to happen. This would mean there are cached paths, 608 // now get the cached paths [all...] |
/external/libunwind/doc/ |
unw_set_caching_policy.tex | 39 changes in a way that could affect the validity of cached information.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
LockSettingsStorageTests.java | 186 String cached = mStorage.readKeyValue("key", "default", 0); local 189 assertEquals("Cached value didn't match stored value", storage, cached);
|
/prebuilts/go/darwin-x86/src/os/ |
getwd.go | 54 // Apply same kludge but to cached dir instead of $PWD.
|
/prebuilts/go/linux-x86/src/os/ |
getwd.go | 54 // Apply same kludge but to cached dir instead of $PWD.
|
/external/bison/ |
configure | [all...] |
/external/boringssl/src/ssl/ |
ssl_x509.cc | [all...] |
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 457 MemberResolver.Method cached = expr.getMethod(); local 461 if (inStaticMethod || (cached != null && cached.isStatic())) 524 aload0pos, cached); [all...] |
/external/libchrome/base/process/ |
process_metrics.h | 262 // except on Mac. Buffers/cached/active_anon/inactive_anon/active_file/ 290 int cached; member in struct:base::SystemMemoryInfoKB
|
process_metrics_linux.cc | 437 return meminfo.total - meminfo.free - meminfo.buffers - meminfo.cached; 541 cached = 0; 574 res->SetInteger("cached", cached); 604 // Cached: 4728232 kB 636 else if (tokens[0] == "Cached:") 637 target = &meminfo->cached;
|
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay_i.h | 90 Boolean cached; member in struct:ieee802_1x_mka_participant
|