Home
last modified time | relevance | path

Searched defs:hasSize (Results 1 – 17 of 17) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsCollectionWithSize.java32 … public static <E> Matcher<Collection<? extends E>> hasSize(Matcher<? super Integer> sizeMatcher) { in hasSize() method in IsCollectionWithSize
46 public static <E> Matcher<Collection<? extends E>> hasSize(int size) { in hasSize() method in IsCollectionWithSize
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DRbValueSubject.java35 public final void hasSize(int n) { in hasSize() method in RbValueSubject
/external/angle/src/libANGLE/
DCLCommandQueue.h323 inline bool CommandQueue::hasSize() const in hasSize() function
/external/truth/core/src/test/java/com/google/common/truth/
DTableSubjectTest.java64 public void hasSize() { in hasSize() method in TableSubjectTest
DIterableSubjectTest.java46 public void hasSize() { in hasSize() method in IterableSubjectTest
DMultimapSubjectTest.java176 public void hasSize() { in hasSize() method in MultimapSubjectTest
DMapSubjectTest.java847 public void hasSize() { in hasSize() method in MapSubjectTest
/external/truth/core/src/main/java/com/google/common/truth/
DTableSubject.java55 public final void hasSize(int expectedSize) { in hasSize() method in TableSubject
DIterableSubject.java156 public final void hasSize(int expectedSize) { in hasSize() method in IterableSubject
DMultimapSubject.java99 public final void hasSize(int expectedSize) { in hasSize() method in MultimapSubject
DMapSubject.java96 public final void hasSize(int expectedSize) { in hasSize() method in MapSubject
/external/truth/extensions/java8/src/main/java/com/google/common/truth/
DStreamSubject.java76 public void hasSize(int expectedSize) { in hasSize() method in StreamSubject
DLongStreamSubject.java78 public void hasSize(int expectedSize) { in hasSize() method in LongStreamSubject
DIntStreamSubject.java78 public void hasSize(int expectedSize) { in hasSize() method in IntStreamSubject
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathSubject.java290 public PathSubject hasSize(long size) throws IOException { in hasSize() method in PathSubject
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java783 …public static <E> org.hamcrest.Matcher<java.util.Collection<? extends E>> hasSize(org.hamcrest.Mat… in hasSize() method in Matchers
796 public static <E> org.hamcrest.Matcher<java.util.Collection<? extends E>> hasSize(int size) { in hasSize() method in Matchers
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4466 AST_POLYMORPHIC_MATCHER_P(hasSize, in AST_POLYMORPHIC_MATCHER_P() argument