/external/tensorflow/tensorflow/core/platform/cloud/ |
expiring_lru_cache_test.cc | 59 ExpiringLRUCache<int> cache1(0, 4); 60 cache1.Insert("a", 1); 62 EXPECT_FALSE(cache1.Lookup("a", &value)); 100 ExpiringLRUCache<int> cache1(0, 4); 103 TF_EXPECT_OK(cache1.LookupOrCompute("a", &value, compute_func)); 107 TF_EXPECT_OK(cache1.LookupOrCompute("a", &value, compute_func));
|
file_block_cache_test.cc | 57 FileBlockCache cache1(1, 0, 0, fetcher); 61 TF_EXPECT_OK(ReadCache(&cache1, want_filename, want_offset, want_n, &out)); 281 FileBlockCache cache1(8, 16, 2 /* max staleness */, fetcher, env.get()); 283 TF_EXPECT_OK(ReadCache(&cache1, "", 0, 1, &out)); 290 TF_EXPECT_OK(ReadCache(&cache1, "", 0, 1, &out));
|
/external/syslinux/com32/gplinclude/dmi/ |
dmi_processor.h | 93 char cache1[PROCESSOR_CACHE_SIZE]; member in struct:__anon36979
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
Charset.java | 328 // cache1/2 usage is explained in the lookup method 330 private static volatile Map.Entry<String, Charset> cache1 = null; // "Level 1" cache field in class:Charset 351 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs); 494 final Map.Entry<String, Charset> cached = cache1; 504 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs); [all...] |
/system/extras/simpleperf/ |
CallChainJoiner_test.cpp | 73 LRUCache cache1(sizeof(CacheNode) * 4, 1); 74 ASSERT_TRUE(JoinCallChain(cache1, 0, {0xb, 0xc}, {0xb, 0xc}, {0xb, 0xc}, {0xb, 0xc})); 75 ASSERT_TRUE(JoinCallChain(cache1, 0, {0xa, 0xb}, {0xa, 0xb}, {0xa, 0xb, 0xc}, {0xa, 0xb, 0xc})); 76 ASSERT_EQ(cache1.Stat().used_node_count, 3u);
|
/external/syslinux/com32/modules/ |
dmitest.c | 163 moreprintf("\tCache L1 Handle %s\n", dmi->processor.cache1);
|
/external/syslinux/com32/hdt/ |
hdt-dump-dmi.c | 203 add_hs(dmi.processor.cache1);
|
hdt-cli-dmi.c | 347 more_printf(" Cache L1 Handle : %s\n", hardware->dmi.processor.cache1);
|
/external/syslinux/com32/lua/src/ |
dmi.c | 260 LUA_ADD_STR_P(L, processor, cache1)
|
/external/syslinux/com32/gpllib/dmi/ |
dmi.c | 761 dmi->processor.cache1);
|