/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-library/hamcrest-library/linux_glibc_common/local-javac-header/ |
D | hamcrest-library.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-library/hamcrest-library/linux_glibc_common/javac/ |
D | hamcrest-library.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/hamcrest/ |
H A D | MatcherGenericTypeExtractorTest.java | 59 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() 68 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() 78 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() 89 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
H A D | TypeSafeDiagnosingMatcher.java | 25 protected abstract boolean matchesSafely(T item, Description mismatchDescription); in matchesSafely() 62 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch() 66 matchesSafely((T) item, mismatchDescription); in describeMismatch() local
|
H A D | DiagnosingMatcher.java | 16 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch() 20 protected abstract boolean matches(Object item, Description mismatchDescription); in matches()
|
H A D | Matcher.java | 48 void describeMismatch(Object item, Description mismatchDescription); in describeMismatch()
|
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
H A D | IsIterableContainingInRelativeOrder.java | 21 … protected boolean matchesSafely(Iterable<? extends E> iterable, Description mismatchDescription) { in matchesSafely() 33 private final Description mismatchDescription; field in IsIterableContainingInRelativeOrder.MatchSeriesInRelativeOrder 37 …ic MatchSeriesInRelativeOrder(List<Matcher<? super F>> matchers, Description mismatchDescription) { in MatchSeriesInRelativeOrder()
|
H A D | IsIterableContainingInAnyOrder.java | 22 protected boolean matchesSafely(Iterable<? extends T> items, Description mismatchDescription) { in matchesSafely() 42 private final Description mismatchDescription; field in IsIterableContainingInAnyOrder.Matching 44 public Matching(Collection<Matcher<? super S>> matchers, Description mismatchDescription) { in Matching()
|
H A D | IsIterableContainingInOrder.java | 22 … protected boolean matchesSafely(Iterable<? extends E> iterable, Description mismatchDescription) { in matchesSafely() 40 private final Description mismatchDescription; field in IsIterableContainingInOrder.MatchSeries 43 public MatchSeries(List<Matcher<? super F>> matchers, Description mismatchDescription) { in MatchSeries()
|
H A D | IsArrayContaining.java | 32 public void describeMismatchSafely(T[] item, Description mismatchDescription) { in describeMismatchSafely() 33 super.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
|
H A D | IsArrayContainingInAnyOrder.java | 29 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely() 30 iterableMatcher.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
|
H A D | IsArrayContainingInOrder.java | 30 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely() 31 iterableMatcher.describeMismatch(asList(item), mismatchDescription); in describeMismatchSafely() local
|
H A D | IsEmptyIterable.java | 17 … public void describeMismatchSafely(Iterable<? extends E> iter, Description mismatchDescription) { in describeMismatchSafely()
|
H A D | IsEmptyCollection.java | 20 …public void describeMismatchSafely(Collection<? extends E> item, Description mismatchDescription) { in describeMismatchSafely()
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/matcher/ |
H A D | ElementMatchers.java | 195 protected boolean matchesSafely(ViewHierarchyElement element, Description mismatchDescription) { in matchesSafely() 214 childMatcher.describeMismatch(element.getChildView(i), mismatchDescription); in matchesSafely() local
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/util/ |
H A D | TestUtils.java | 229 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local 262 String mismatchDescription = failMessagePrefix in assertCenterPixelOfColor() local
|
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/javac/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/android_common/javac/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/local-javac-header/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | hamcrest-core-1.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/ |
H A D | IsNaN.java | 21 public void describeMismatchSafely(Double item, Description mismatchDescription) { in describeMismatchSafely()
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | Every.java | 15 … public boolean matchesSafely(Iterable<? extends T> collection, Description mismatchDescription) { in matchesSafely()
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/ |
H A D | TypeSafeMatcherTest.java | 18 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
|
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/ |
H A D | IsCompatibleType.java | 20 public void describeMismatchSafely(Class<?> cls, Description mismatchDescription) { in describeMismatchSafely()
|
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/ |
H A D | IsEqualIgnoringCase.java | 30 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
|