HomeSort by relevance Sort by last modified time
    Searched defs:hasEntry (Results 1 - 9 of 9) 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 49 bool LinkerScript::hasEntry() const
  /external/chromium_org/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/
DomDistillerService.java 30 public boolean hasEntry(String entryId) {
  /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
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 59 bool hasEntry(const std::string& folder, const std::string& key) const {
500 } else if (method_call->GetMember() == "hasEntry" ||
514 if (method_call->GetMember() == "hasEntry")
515 writer.AppendBool(wallet_.hasEntry(folder_name, key));
    [all...]
  /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 
  /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 140 milliseconds