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

1 2 3 4

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java 82 * <pre>assertThat(myMap, hasKey(equalTo("bar")))</pre>
87 public static <K> Matcher<Map<? extends K, ?>> hasKey(Matcher<? super K> keyMatcher) {
95 * <pre>assertThat(myMap, hasKey("bar"))</pre>
100 public static <K> Matcher<Map<? extends K, ?>> hasKey(K key) {
  /hardware/nxp/secure_element/libese-spi/p73/utils/
ese_config.cpp 59 bool EseConfig::hasKey(const std::string& key) {
60 return getInstance().config_.hasKey(key);
69 if (hasKey(key)) return getString(key);
79 if (hasKey(key)) return getUnsigned(key);
config.cpp 111 CHECK(!hasKey(key));
118 bool ConfigFile::hasKey(const std::string& key) {
  /system/nfc/src/adaptation/
nfc_config.cc 70 bool NfcConfig::hasKey(const std::string& key) {
71 return getInstance().config_.hasKey(key);
80 if (hasKey(key)) return getString(key);
90 if (hasKey(key)) return getUnsigned(key);
  /system/nfc/utils/
config.cc 106 CHECK(!hasKey(key));
142 bool ConfigFile::hasKey(const std::string& key) {
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 91 virtual bool hasKey(int32_t key) const override;
259 bool EvdevDeviceNode::hasKey(int32_t key) const {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 211 public boolean hasKey(@Nonnull final Key aKey) {
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMap.java 310 public IRubyObject hasKey(ThreadContext context, IRubyObject key) {
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceTest.java 112 assertTrue(mPreference.hasKey());
  /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);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 88 bool hasKey(const char* key) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /frameworks/base/core/java/android/preference/
Preference.java     [all...]
  /frameworks/support/preference/src/main/java/androidx/preference/
Preference.java     [all...]
  /frameworks/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/
testPreference.class 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /frameworks/native/services/inputflinger/
InputReader.h 601 bool hasKey(int32_t code) {
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.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 

Completed in 239 milliseconds

1 2 3 4