Home
last modified time | relevance | path

Searched defs:hasKey (Results 1 – 6 of 6) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsMapContaining.java87 public static <K> Matcher<Map<? extends K, ?>> hasKey(Matcher<? super K> keyMatcher) { in hasKey() method in IsMapContaining
100 public static <K> Matcher<Map<? extends K, ?>> hasKey(K key) { in hasKey() method in IsMapContaining
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java310 public IRubyObject hasKey(ThreadContext context, IRubyObject key) { in hasKey() method in RubyMap
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1087 …public static <K> org.hamcrest.Matcher<java.util.Map<? extends K,?>> hasKey(org.hamcrest.Matcher<?… in hasKey() method in Matchers
1100 public static <K> org.hamcrest.Matcher<java.util.Map<? extends K,?>> hasKey(K key) { in hasKey() method in Matchers
/external/skqp/src/gpu/
DGrResourceCache.cpp430 bool hasKey = resource->resourcePriv().getScratchKey().isValid() || hasUniqueKey; in notifyCntReachedZero() local
/external/skia/src/gpu/
DGrResourceCache.cpp464 bool hasKey = resource->resourcePriv().getScratchKey().isValid() || hasUniqueKey; in notifyCntReachedZero() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java114 public boolean hasKey = true; field in ICUResourceWriter.Resource