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

  /external/hamcrest/library/src/org/hamcrest/collection/
IsMapContaining.java 42 public static <K,V> Matcher<Map<K,V>> hasEntry(Matcher<K> keyMatcher, Matcher<V> valueMatcher) {
47 public static <K,V> Matcher<Map<K,V>> hasEntry(K key, V value) {
48 return hasEntry(equalTo(key), equalTo(value));
53 return hasEntry(keyMatcher, IsAnything.<V>anything());
63 return hasEntry(IsAnything.<K>anything(), valueMatcher);
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 42 bool LinkerScript::hasEntry() const {
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 189 public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasEntry(org.hamcrest.Matcher<K> keyMatcher, org.hamcrest.Matcher<V> valueMatcher) {
190 return org.hamcrest.collection.IsMapContaining.hasEntry(keyMatcher, valueMatcher);
193 public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasEntry(K key, V value) {
194 return org.hamcrest.collection.IsMapContaining.hasEntry(key, value);
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 235 bool hasEntry (Filter filter = Filter()) const;
275 bool VariableManager::hasEntry (Filter filter) const
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.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-2.2.2-release-no-dep.jar 
espresso-intents-2.2.2-release.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 80 milliseconds