Home
last modified time | relevance | path

Searched defs:keyMatcher (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsMapContaining.java14 private final Matcher<? super K> keyMatcher; field in IsMapContaining
17 public IsMapContaining(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) { in IsMapContaining()
58 …c static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(Matcher<? super K> keyMatcher, Match… in hasEntry()
87 public static <K> Matcher<Map<? extends K, ?>> hasKey(Matcher<? super K> keyMatcher) { in hasKey()
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java1058 …tcher<java.util.Map<? extends K,? extends V>> hasEntry(org.hamcrest.Matcher<? super K> keyMatcher,… in hasEntry()
1087 ….hamcrest.Matcher<java.util.Map<? extends K,?>> hasKey(org.hamcrest.Matcher<? super K> keyMatcher)… in hasKey()
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_intents_release_no_deps.jarandroid/support/test/espresso/intent/rule/IntentsTestRule.class IntentsTestRule.java package ...
HDespresso_core_release_no_deps.jarprotobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class WebDriverAtomScripts ...
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-library/hamcrest-library/linux_glibc_common/local-javac-header/
Dhamcrest-library.jarMETA-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/
Dhamcrest-library.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DProvisionListenerTest.java663 private static Matcher<Binding<?>> keyMatcher(final Class<?> clazz) { in keyMatcher() method in ProvisionListenerTest