Home
last modified time | relevance | path

Searched refs:getAll (Results 1 – 25 of 29) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java175 getAll(cache, asList(0, 1, 2)); in testEviction_lru()
180 getAll(cache, asList(10, 11, 12)); in testEviction_lru()
185 getAll(cache, asList(6, 7, 8)); in testEviction_lru()
190 getAll(cache, asList(13, 14, 15)); in testEviction_lru()
208 getAll(cache, asList(0, 1, 2)); in testEviction_weightedLru()
213 getAll(cache, asList(10)); in testEviction_weightedLru()
218 getAll(cache, asList(6, 7, 8)); in testEviction_weightedLru()
223 getAll(cache, asList(15)); in testEviction_weightedLru()
228 getAll(cache, asList(9)); in testEviction_weightedLru()
233 getAll(cache, asList(1)); in testEviction_weightedLru()
[all …]
DCacheExpirationTest.java270 getAll(cache, asList(0, 1, 2)); in testExpirationOrder_access()
280 getAll(cache, asList(5, 7, 9)); in testExpirationOrder_access()
322 getAll(cache, asList(0, 1, 2)); in testExpirationOrder_write()
371 getAll(cache, asList(1, 3)); in testExpirationOrder_writeAccess()
377 getAll(cache, asList(6, 8)); in testExpirationOrder_writeAccess()
384 getAll(cache, asList(1)); in testExpirationOrder_writeAccess()
443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { in getAll() method in CacheExpirationTest
DCacheLoadingTest.java331 assertEquals(ImmutableMap.of(), cache.getAll(ImmutableList.<Integer>of())); in testBulkLoad_default()
337 assertEquals(ImmutableMap.of(1, 1), cache.getAll(asList(1))); in testBulkLoad_default()
344 assertEquals(ImmutableMap.of(1, 1, 2, 2, 3, 3, 4, 4), cache.getAll(asList(1, 2, 3, 4))); in testBulkLoad_default()
351 assertEquals(ImmutableMap.of(2, 2, 3, 3), cache.getAll(asList(2, 3))); in testBulkLoad_default()
359 assertEquals(ImmutableMap.of(4, 4, 5, 5), cache.getAll(asList(4, 5))); in testBulkLoad_default()
377 assertEquals(ImmutableMap.of(), cache.getAll(ImmutableList.<Integer>of())); in testBulkLoad_loadAll()
383 assertEquals(ImmutableMap.of(1, 1), cache.getAll(asList(1))); in testBulkLoad_loadAll()
390 assertEquals(ImmutableMap.of(1, 1, 2, 2, 3, 3, 4, 4), cache.getAll(asList(1, 2, 3, 4))); in testBulkLoad_loadAll()
397 assertEquals(ImmutableMap.of(2, 2, 3, 3), cache.getAll(asList(2, 3))); in testBulkLoad_loadAll()
405 assertEquals(ImmutableMap.of(4, 4, 5, 5), cache.getAll(asList(4, 5))); in testBulkLoad_loadAll()
[all …]
DForwardingLoadingCacheTest.java71 expect(mock.getAll(ImmutableList.of("key"))).andReturn(ImmutableMap.of("key", Boolean.TRUE)); in testGetAll()
73 assertEquals(ImmutableMap.of("key", Boolean.TRUE), forward.getAll(ImmutableList.of("key"))); in testGetAll()
/external/clang/lib/Tooling/
DFileMatchTrie.cpp118 getAll(AllChildren, MatchingChild); in findEquivalent()
135 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode
148 It->getValue().getAll(Results, Children.end()); in getAll()
/external/guava/guava/src/com/google/common/cache/
DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in ForwardingLoadingCache
58 return delegate().getAll(keys); in getAll()
DLoadingCache.java119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; in getAll() method
DAbstractLoadingCache.java59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in AbstractLoadingCache
DLocalCache.java3991 ImmutableMap<K, V> getAll(Iterable<? extends K> keys)
4722 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException {
4723 return autoDelegate.getAll(keys);
4864 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException {
4865 return localCache.getAll(keys);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java120 public ASN1EncodableVector getAll(DERObjectIdentifier oid) in getAll() method in AttributeTable
122 return getAll(new ASN1ObjectIdentifier(oid.getId())); in getAll()
132 public ASN1EncodableVector getAll( in getAll() method in AttributeTable
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java264 … ASN1EncodableVector allCSAttrs = unsignedAttributeTable.getAll(CMSAttributes.counterSignature); in getCounterSignatures()
508 && signedAttrTable.getAll(CMSAttributes.counterSignature).size() > 0) in doVerify()
516 … ASN1EncodableVector csAttrs = unsignedAttrTable.getAll(CMSAttributes.counterSignature); in doVerify()
683 && unsignedAttrTable.getAll(attrOID).size() > 0) in getSingleValuedSignedAttribute()
695 ASN1EncodableVector v = signedAttrTable.getAll(attrOID); in getSingleValuedSignedAttribute()
/external/mockito/src/org/mockito/internal/verification/
DSingleRegisteredInvocation.java26 public List<Invocation> getAll() { in getAll() method in SingleRegisteredInvocation
DRegisteredInvocations.java22 List<Invocation> getAll(); in getAll() method
DDefaultRegisteredInvocations.java38 public List<Invocation> getAll() { in getAll() method in DefaultRegisteredInvocations
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DLRUCache.java119 public synchronized Collection<Map.Entry<K, V>> getAll() { in getAll() method in LRUCache
/external/icu4c/common/unicode/
Denumset.h48 inline uint32_t getAll() const { in getAll() function
/external/mockito/src/org/mockito/internal/stubbing/
DInvocationContainerImpl.java121 return registeredInvocations.getAll(); in getInvocations()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/
DTestSharedPreferencesTest.java55 Map<String, ?> all = sharedPreferences.getAll(); in getAll_shouldReturnAllValues()
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.js120 chrome.management.getAll(function(info) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
DTestSharedPreferences.java28 public Map<String, ?> getAll() { in getAll() method in TestSharedPreferences
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpResponseCache.java172 httpEngine.getRequestHeaders().getHeaders().getAll(response.getVaryFields()); in put()
200 httpEngine.getRequestHeaders().getHeaders().getAll(response.getVaryFields()); in update()
DRawHeaders.java270 public RawHeaders getAll(Set<String> fieldNames) { in getAll() method in RawHeaders
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java193 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in CacheBuilder.LocalLoadingCache
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js383 SectionLayoutInfo.getAll = function() { function in SectionLayoutInfo
473 var sections = SectionLayoutInfo.getAll();
/external/icu4c/test/intltest/
Dnumfmtst.cpp6707 logln("Value now: %d\n", flags.getAll()); in TestEnumSet()
6709 logln("clear -Value now: %d\n", flags.getAll()); in TestEnumSet()
6712 logln("set THING1 -Value now: %d\n", flags.getAll()); in TestEnumSet()
6715 logln("set THING3 -Value now: %d\n", flags.getAll()); in TestEnumSet()
6718 logln("remove THING2 -Value now: %d\n", flags.getAll()); in TestEnumSet()
6721 logln("remove THING1 -Value now: %d\n", flags.getAll()); in TestEnumSet()

12