Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A 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
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/
H A DLongScatterSetAssertion.kt30 fun hasSize(expected: Int) = apply { in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/audio_policy_engine_configurable_configuration_V1_0/gen/cpp/
Daudio_policy_configurable_V1_0.cpp196 bool IntegerParameterType::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::IntegerParameterType
366 bool EnumParameterType::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::EnumParameterType
1720 bool FixedPointParameterType::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::FixedPointParameterType
1802 bool FloatingPointParameterType::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::FloatingPointParameterType
1902 bool BitParameterType::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::BitParameterType
2589 bool BooleanParameter::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::BooleanParameter
2668 bool BitParameterBlock::hasSize() const { in hasSize() function in audio::policy::configurable::V1_0::BitParameterBlock
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DRbValueSubject.java35 public final void hasSize(int n) { in hasSize() method in RbValueSubject
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLCommandQueue.h319 inline bool CommandQueue::hasSize() const in hasSize() function
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/
H A DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java102 private boolean hasSize(Class<?> cls) { in hasSize() method in AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DTableSubjectTest.java65 public void hasSize() { in hasSize() method in TableSubjectTest
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DTableSubject.java56 public final void hasSize(int expectedSize) { in hasSize() method in TableSubject
H A DLongStreamSubject.java96 public void hasSize(int expectedSize) { in hasSize() method in LongStreamSubject
H A DIterableSubject.java166 public final void hasSize(int expectedSize) { in hasSize() method in IterableSubject
H A DIntStreamSubject.java96 public void hasSize(int expectedSize) { in hasSize() method in IntStreamSubject
H A DStreamSubject.java122 public void hasSize(int expectedSize) { in hasSize() method in StreamSubject
H A DMultimapSubject.java95 public final void hasSize(int expectedSize) { in hasSize() method in MultimapSubject
H A DMapSubject.java96 public final void hasSize(int expectedSize) { in hasSize() method in MapSubject
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DInstanceGroupOrBuilder.java410 boolean hasSize(); in hasSize() method
H A DNodeGroupOrBuilder.java479 boolean hasSize(); in hasSize() method
H A DNetworkEndpointGroupOrBuilder.java616 boolean hasSize(); in hasSize() method
H A DInstanceGroup.java727 public boolean hasSize() { in hasSize() method in InstanceGroup
3016 public boolean hasSize() { in hasSize() method in InstanceGroup.Builder
H A DNodeGroup.java1177 public boolean hasSize() { in hasSize() method in NodeGroup
3832 public boolean hasSize() { in hasSize() method in NodeGroup.Builder
H A DNetworkEndpointGroup.java1338 public boolean hasSize() { in hasSize() method in NetworkEndpointGroup
4563 public boolean hasSize() { in hasSize() method in NetworkEndpointGroup.Builder
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A 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
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.ext.truth-nodeps/android_common/aar/
Dandroidx.test.ext.truth-nodeps.jarandroidx/ androidx/test/ androidx/test/ext/ androidx/test/ext/truth ...
Dclasses.jarandroidx/ androidx/test/ androidx/test/ext/ androidx/test/ext/truth ...
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DPathSubject.java290 public PathSubject hasSize(long size) throws IOException { in hasSize() method in PathSubject
/aosp_15_r20/out/soong/.intermediates/external/truth/truth/android_common/turbine/
Dtruth.jarcom/google/common/truth/AbstractArraySubject.class <Unknown> package com.google. ...

1234