HomeSort by relevance Sort by last modified time
    Searched refs:hasEntry (Results 1 - 19 of 19) sorted by null

  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsMapContainingTest.java 9 import static org.hamcrest.collection.IsMapContaining.hasEntry;
17 return IsMapContaining.hasEntry("irrelevant", "irrelevant");
25 assertMatches("matcherA", hasEntry(equalTo("a"), equalTo(1)), map);
26 assertMatches("matcherB", hasEntry(equalTo("b"), equalTo(2)), map);
27 assertMismatchDescription("map was [<a=1>, <b=2>]", hasEntry(equalTo("c"), equalTo(3)), map);
36 // assertMatches("matcherA", hasEntry(equalTo("a"), equalTo(1)), map);
37 // assertMatches("matcherB", hasEntry(equalTo("b"), equalTo(2)), map);
38 // assertDoesNotMatch("matcherC", hasEntry(equalTo("c"), equalTo(3)), map);
42 assertMismatchDescription("was null", hasEntry(anything(), anything()), null);
46 assertDescription("map containing [\"a\"-><2>]", hasEntry(equalTo("a"), (equalTo(2))))
    [all...]
  /frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp 33 if (!script.hasEntry())
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 42 bool LinkerScript::hasEntry() const {
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java 51 * <pre>assertThat(myMap, hasEntry(equalTo("bar"), equalTo("foo")))</pre>
58 public static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) {
67 * <pre>assertThat(myMap, hasEntry("bar", "foo"))</pre>
74 public static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(K key, V value) {
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 88 bool hasEntry() const;
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 235 bool hasEntry (Filter filter = Filter()) const;
275 bool VariableManager::hasEntry (Filter filter) const
rsgExpression.cpp 824 bool useRandomRange = !state.getVariableManager().hasEntry<IsWritableEntry>() || ((maxScalars > 0) && getWeightedBool(state.getRandom(), 0.1f));
841 DE_ASSERT(state.getVariableManager().hasEntry(IsWritableIntersectingEntry(m_valueRange.asAccess())));
889 !state.getVariableManager().hasEntry(IsWritableIntersectingEntry(valueRange)))
896 !state.getVariableManager().hasEntry<IsWritableEntry>() &&
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /frameworks/support/content/src/android/support/content/
ContentPager.java 327 if (mCursorCache.hasEntry(query.getUri())) {
598 boolean hasEntry(Uri uri) {
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 266 bool issue_warning = (pModule.getScript().hasEntry() &&
  /external/guice/lib/build/
felix-2.0.5.jar 
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/
kotlin-gradle-plugin-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.3/
kotlin-gradle-plugin-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 271 milliseconds