Searched defs:getAll (Results 1 - 25 of 47) sorted by relevance

12

/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java34 * {@link #getUnchecked}, {@link #get(Object, Callable)}, and {@link #getAll} are implemented in
60 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:AbstractLoadingCache
H A DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:ForwardingLoadingCache
58 return delegate().getAll(keys);
H A DLoadingCache.java128 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; method in interface:LoadingCache
H A DLocalCache.java3966 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache
4698 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache.LoadingSerializationProxy
4699 return autoDelegate.getAll(keys);
4837 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache.LocalLoadingCache
4838 return localCache.getAll(keys);
/external/guice/core/src/com/google/inject/internal/
H A DSingleParameterInjector.java47 static Object[] getAll(Errors errors, InternalContext context, method in class:SingleParameterInjector
H A DInjectorImpl.java148 return bindingsMultimap.getAll(type);
928 <T> List<Binding<T>> getAll(TypeLiteral<T> type) { method in class:InjectorImpl.BindingsMultimap
/external/mockito/src/main/java/org/mockito/internal/verification/
H A DDefaultRegisteredInvocations.java40 public List<Invocation> getAll() { method in class:DefaultRegisteredInvocations
H A DRegisteredInvocations.java19 List<Invocation> getAll(); method in interface:RegisteredInvocations
H A DSingleRegisteredInvocation.java26 public List<Invocation> getAll() { method in class:SingleRegisteredInvocation
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java118 public ASN1EncodableVector getAll( method in class:AttributeTable
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp120 getAll(AllChildren, MatchingChild);
137 void getAll(std::vector<StringRef> &Results, function in class:clang::tooling::FileMatchTrieNode
150 It->getValue().getAll(Results, Children.end());
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheEvictionTest.java190 getAll(cache, asList(0, 1, 2));
195 getAll(cache, asList(10, 11, 12));
200 getAll(cache, asList(6, 7, 8));
205 getAll(cache, asList(13, 14, 15));
223 getAll(cache, asList(0, 1, 2));
228 getAll(cache, asList(10));
233 getAll(cache, asList(6, 7, 8));
238 getAll(cache, asList(15));
243 getAll(cache, asList(9));
248 getAll(cach
303 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { method in class:CacheEvictionTest
[all...]
H A DCacheExpirationTest.java270 getAll(cache, asList(0, 1, 2));
280 getAll(cache, asList(5, 7, 9));
322 getAll(cache, asList(0, 1, 2));
371 getAll(cache, asList(1, 3));
377 getAll(cache, asList(6, 8));
384 getAll(cache, asList(1));
443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { method in class:CacheExpirationTest
/external/icu/icu4c/source/common/unicode/
H A Denumset.h52 inline uint32_t getAll() const { function in class:EnumSet
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelation.java121 public Set<V> getAll(Object key) { method in class:Relation
184 for (V value : t.getAll(key)) {
314 Set<V> values = toBeRemoved.getAll(key);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelation.java119 public Set<V> getAll(Object key) { method in class:Relation
182 for (V value : t.getAll(key)) {
312 Set<V> values = toBeRemoved.getAll(key);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java28 public Map<String, ?> getAll() { method in class:TestSharedPreferences
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java446 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache.LocalLoadingCache
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp469 void getAll (typename std::vector<T*>& objects) const;
541 void ObjectManager<T>::getAll (typename std::vector<T*>& objects) const function in class:sglr::rc::ObjectManager
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 605 milliseconds

12