Home
last modified time | relevance | path

Searched defs:getAll (Results 1 – 19 of 19) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/verification/
DRegisteredInvocations.java19 List<Invocation> getAll(); in getAll() method
DSingleRegisteredInvocation.java26 public List<Invocation> getAll() { in getAll() method in SingleRegisteredInvocation
DDefaultRegisteredInvocations.java40 public List<Invocation> getAll() { in getAll() method in DefaultRegisteredInvocations
/external/guava/guava/src/com/google/common/cache/
DAbstractLoadingCache.java60 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in AbstractLoadingCache
DLoadingCache.java128 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; in getAll() method
DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in ForwardingLoadingCache
/external/guice/core/src/com/google/inject/internal/
DSingleParameterInjector.java47 static Object[] getAll(Errors errors, InternalContext context, in getAll() method in SingleParameterInjector
/external/icu/icu4c/source/common/unicode/
Denumset.h52 inline uint32_t getAll() const { in getAll() function
/external/clang/lib/Tooling/
DFileMatchTrie.cpp137 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java118 public ASN1EncodableVector getAll( in getAll() method in AttributeTable
/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java303 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { in getAll() method in CacheEvictionTest
DCacheExpirationTest.java443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { in getAll() method in CacheExpirationTest
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/
DTestSharedPreferences.java28 public Map<String, ?> getAll() { in getAll() method in TestSharedPreferences
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java119 public Set<V> getAll(Object key) { in getAll() method in Relation
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelation.java121 public Set<V> getAll(Object key) { in getAll() method in Relation
/external/llvm/lib/IR/
DMetadata.cpp1119 void MDAttachmentMap::getAll( in getAll() function in MDAttachmentMap
1152 void MDGlobalAttachmentMap::getAll( in getAll() function in MDGlobalAttachmentMap
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java446 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in LocalCache.LocalLoadingCache
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp541 void ObjectManager<T>::getAll (typename std::vector<T*>& objects) const in getAll() function in sglr::rc::ObjectManager
/external/llvm/unittests/IR/
DMetadataTest.cpp2236 TEST_F(FunctionAttachmentTest, getAll) { in TEST_F() argument