HomeSort by relevance Sort by last modified time
    Searched refs:hasKey (Results 1 - 25 of 44) sorted by null

1 2

  /external/hamcrest/library/src/org/hamcrest/collection/
IsMapContaining.java 52 public static <K,V> Matcher<Map<K,V>> hasKey(Matcher<K> keyMatcher) {
57 public static <K,V> Matcher<Map<K,V>> hasKey(K key) {
58 return hasKey(equalTo(key));
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 197 public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasKey(org.hamcrest.Matcher<K> keyMatcher) {
198 return org.hamcrest.collection.IsMapContaining.hasKey(keyMatcher);
201 public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasKey(K key) {
202 return org.hamcrest.collection.IsMapContaining.hasKey(key);
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 207 String hasKey = PREFIX_HAS_PHOTO_EDITOR + mimeType;
215 .putBoolean(hasKey, !infos.isEmpty())
219 return prefs.getBoolean(hasKey, true);
  /frameworks/base/core/java/android/preference/
Preference.java 846 if (mRequiresKey && !hasKey()) {
881 public boolean hasKey() {
905 return mPreferenceManager != null && isPersistent() && hasKey();
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceTest.java 107 assertTrue(mPreference.hasKey());
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.h 271 bool hasKey(const GrResourceKey& key) const { return NULL != fCache.find(key); }
GrContext.cpp 254 return fResourceCache->hasKey(resourceKey);
    [all...]
  /external/skia/src/gpu/
GrResourceCache.h 271 bool hasKey(const GrResourceKey& key) const { return NULL != fCache.find(key); }
GrContext.cpp 254 return fResourceCache->hasKey(resourceKey);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 189 public boolean hasKey(final Key aKey) {
KeyboardView.java 283 if (mKeyboard.hasKey(key)) {
310 if (mKeyboard.hasKey(key)) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 191 cvox.KeyMap.prototype.hasKey = function(key) {
260 !this.hasKey(key) && !this.hasCommand(command)) {
278 if (this.hasCommand(command) && !this.hasKey(newKey)) {
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 235 if (!decoder_item->hasKey) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 486 callback(cvox.ChromeVoxKbHandler.handlerKeyMap.hasKey(keySeq));
api_implementation.js 399 'isHandled': cvox.ChromeVoxKbHandler.handlerKeyMap.hasKey(keySeq)
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 587 bool hasKey(int32_t code) {
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 89 bool hasKey(const char* key) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 1826 milliseconds

1 2