Home
last modified time | relevance | path

Searched defs:hasSize (Results 1 – 24 of 24) 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/leakcanary2/shark-graph/src/test/java/shark/
DLongScatterSetAssertion.kt30 fun hasSize(expected: Int) = apply { in <lambda>() method
/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.h319 inline bool CommandQueue::hasSize() const in hasSize() function
/external/truth/core/src/test/java/com/google/common/truth/
DTableSubjectTest.java65 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.java56 public final void hasSize(int expectedSize) { in hasSize() method in TableSubject
DIntStreamSubject.java96 public void hasSize(int expectedSize) { in hasSize() method in IntStreamSubject
DLongStreamSubject.java96 public void hasSize(int expectedSize) { in hasSize() method in LongStreamSubject
DIterableSubject.java166 public final void hasSize(int expectedSize) { in hasSize() method in IterableSubject
DMultimapSubject.java95 public final void hasSize(int expectedSize) { in hasSize() method in MultimapSubject
DStreamSubject.java122 public void hasSize(int expectedSize) { in hasSize() method in StreamSubject
DMapSubject.java96 public final void hasSize(int expectedSize) { in hasSize() method in MapSubject
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DInstanceGroupOrBuilder.java410 boolean hasSize(); in hasSize() method
DNodeGroupOrBuilder.java479 boolean hasSize(); in hasSize() method
DNetworkEndpointGroupOrBuilder.java616 boolean hasSize(); in hasSize() method
DInstanceGroup.java727 public boolean hasSize() { in hasSize() method in InstanceGroup
3016 public boolean hasSize() { in hasSize() method in InstanceGroup.Builder
DNodeGroup.java1177 public boolean hasSize() { in hasSize() method in NodeGroup
3832 public boolean hasSize() { in hasSize() method in NodeGroup.Builder
DNetworkEndpointGroup.java1338 public boolean hasSize() { in hasSize() method in NetworkEndpointGroup
4563 public boolean hasSize() { in hasSize() method in NetworkEndpointGroup.Builder
/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