Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/cts/tests/media/jni/
H A DNativeExtractorTest.cpp31 #define CHECK_KEY(hasKey, format, isPass) \ argument
75 bool hasKey = AMediaFormat_getString(refFormat, AMEDIAFORMAT_KEY_MIME, &refMediaType); in isMediaSimilar() local
281 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in getSeekablePoints() local
329 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in generateSeekTestArgs() local
426 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in checkSeekPoints() local
745 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in nativeTestSeekToZero() local
797 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &mediaType); in nativeTestFileFormat() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.cpp132 boolean *hasKey, in GetOptionalPropertyValue()
181 boolean hasKey = false; in GetOptionalSizePropertyValue() local
247 boolean hasKey = false; in GetOptionalSinglePropertyValue() local
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubject.java46 public final void hasKey(RbPath path) { in hasKey() method in ResultSubject
50 public final void hasKey(String path) { in hasKey() method in ResultSubject
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A 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
/aosp_15_r20/frameworks/libs/systemui/mechanics/tests/src/com/android/mechanics/testing/
DMotionSpecSubject.kt126 fun hasKey(key: BreakpointKey) = key().isEqualTo(key) in isAt() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java247 private boolean hasKey; field in MapEntry.Builder
254 private Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) { in Builder()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java247 private boolean hasKey; field in MapEntry.Builder
254 private Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) { in Builder()
/aosp_15_r20/external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/
H A DUpdateKeyRequest.java84 public boolean hasKey() { in hasKey() method in UpdateKeyRequest
582 public boolean hasKey() { in hasKey() method in UpdateKeyRequest.Builder
H A DCreateKeyRequest.java142 public boolean hasKey() { in hasKey() method in CreateKeyRequest
772 public boolean hasKey() { in hasKey() method in CreateKeyRequest.Builder
H A DUpdateKeyRequestOrBuilder.java39 boolean hasKey(); in hasKey() method
H A DCreateKeyRequestOrBuilder.java68 boolean hasKey(); in hasKey() method
/aosp_15_r20/external/google-cloud-java/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/
H A DUpdateKeyRequest.java84 public boolean hasKey() { in hasKey() method in UpdateKeyRequest
571 public boolean hasKey() { in hasKey() method in UpdateKeyRequest.Builder
H A DCreateKeyRequest.java143 public boolean hasKey() { in hasKey() method in CreateKeyRequest
692 public boolean hasKey() { in hasKey() method in CreateKeyRequest.Builder
H A DCreateKeyRequestOrBuilder.java70 boolean hasKey(); in hasKey() method
H A DUpdateKeyRequestOrBuilder.java39 boolean hasKey(); in hasKey() method
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DItems.java88 public boolean hasKey() { in hasKey() method in Items
592 public boolean hasKey() { in hasKey() method in Items.Builder
H A DRouterMd5AuthenticationKey.java87 public boolean hasKey() { in hasKey() method in RouterMd5AuthenticationKey
595 public boolean hasKey() { in hasKey() method in RouterMd5AuthenticationKey.Builder
H A DData.java86 public boolean hasKey() { in hasKey() method in Data
589 public boolean hasKey() { in hasKey() method in Data.Builder
H A DGuestAttributesEntry.java89 public boolean hasKey() { in hasKey() method in GuestAttributesEntry
693 public boolean hasKey() { in hasKey() method in GuestAttributesEntry.Builder
H A DItemsOrBuilder.java37 boolean hasKey(); in hasKey() method
H A DRouterMd5AuthenticationKeyOrBuilder.java37 boolean hasKey(); in hasKey() method
H A DDataOrBuilder.java37 boolean hasKey(); in hasKey() method
H A DGuestAttributesEntryOrBuilder.java37 boolean hasKey(); in hasKey() method
H A DSchedulingNodeAffinityOrBuilder.java37 boolean hasKey(); in hasKey() method
/aosp_15_r20/system/nfc/src/fuzzers/integration/fakes/
H A Dnfc_config_fakes.cc7 bool NfcConfig::hasKey(const std::string&) { in hasKey() function in NfcConfig

12345678910>>...20