Home
last modified time | relevance | path

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

12

/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.java39 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.java54 static Object[] getAll(InternalContext context, SingleParameterInjector<?>[] parameterInjectors) in getAll() method in SingleParameterInjector
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/
DConcurrentIntrusiveList.java135 public synchronized Collection<T> getAll() { in getAll() method in ConcurrentIntrusiveList
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java73 public List<Comment> getAll(){ in getAll() method in CommentsCollection
/external/icu/icu4c/source/common/unicode/
Denumset.h53 inline uint32_t getAll() const { in getAll() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DLaneBitmask.h84 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() function
/external/clang/lib/Tooling/
DFileMatchTrie.cpp137 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode
/external/libchrome/base/android/java/src/org/chromium/base/
DBuildInfo.java56 private static String[] getAll() { in getAll() method in BuildInfo
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcHttp2HeadersUtils.java133 public List<CharSequence> getAll(CharSequence csName) { in getAll() method in GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
348 public List<CharSequence> getAll(CharSequence csName) { in getAll() method in GrpcHttp2HeadersUtils.GrpcHttp2RequestHeaders
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetFeatureInfo.cpp27 SubtargetFeatureInfo::getAll(const RecordKeeper &Records) { in getAll() function in SubtargetFeatureInfo
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttributeTable.java120 public ASN1EncodableVector getAll( in getAll() method in AttributeTable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java118 public ASN1EncodableVector getAll( in getAll() method in AttributeTable
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java217 …List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInf… in getAll() method
259 …public List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> f… in getAll() method in RegexLookup.RegexTree
588 …public List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> f… in getAll() method in RegexLookup.StarPatternMap
838 …public List<T> getAll(String source, Object context, List<Finder> matcherList, List<String> failur… in getAll() method in RegexLookup
/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/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralList.java90 public Set<String> getAll() { in getAll() method in GeneratePluralList.ExampleManager
/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/grpc-grpc-java/core/src/main/java/io/grpc/
DMetadata.java251 public <T> Iterable<T> getAll(final Key<T> key) { in getAll() method
/external/llvm/lib/IR/
DMetadata.cpp1119 void MDAttachmentMap::getAll( in getAll() function in MDAttachmentMap
1152 void MDGlobalAttachmentMap::getAll( in getAll() function in MDGlobalAttachmentMap

12