Home
last modified time | relevance | path

Searched refs:HasKey (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp376 if (!image->HasKey("load_address") || in JSONImageInformationIntoImageInfo()
377 !image->HasKey("pathname") || in JSONImageInformationIntoImageInfo()
378 !image->HasKey("mod_date") || in JSONImageInformationIntoImageInfo()
379 !image->HasKey("mach_header") || in JSONImageInformationIntoImageInfo()
381 !image->HasKey("segments") || in JSONImageInformationIntoImageInfo()
383 !image->HasKey("uuid")) { in JSONImageInformationIntoImageInfo()
406 if (image->HasKey("min_version_os_name")) { in JSONImageInformationIntoImageInfo()
435 if (image->HasKey("min_version_os_sdk")) { in JSONImageInformationIntoImageInfo()
445 if (mh->HasKey("flags")) in JSONImageInformationIntoImageInfo()
451 if (mh->HasKey("ncmds")) in JSONImageInformationIntoImageInfo()
[all …]
DDynamicLoaderMacOS.cpp171 all_image_info_json_sp->GetAsDictionary()->HasKey("images") && in DoInitialImageFetch()
321 binaries_info_sp->GetAsDictionary()->HasKey("images") && in AddBinaries()
480 if (info_dict && info_dict->HasKey("shared_cache_uuid") && in GetSharedCacheInformation()
481 info_dict->HasKey("no_shared_cache") && in GetSharedCacheInformation()
482 info_dict->HasKey("shared_cache_base_address")) { in GetSharedCacheInformation()
DDynamicLoaderMacOSXDYLD.cpp544 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
/external/libchrome/components/policy/core/common/
Dschema.cc445 } else if (schema.HasKey(schema::kEnum)) { in DetermineStorageSizes()
457 if (schema.HasKey(schema::kMinimum) || schema.HasKey(schema::kMaximum)) in DetermineStorageSizes()
460 if (schema.HasKey(schema::kPattern)) { in DetermineStorageSizes()
508 } else if (schema.HasKey(schema::kEnum)) { in Parse()
511 } else if (schema.HasKey(schema::kPattern)) { in Parse()
514 } else if (schema.HasKey(schema::kMinimum) || in Parse()
515 schema.HasKey(schema::kMaximum)) { in Parse()
1047 if (dict->HasKey(schema::kAdditionalProperties) || in Parse()
1048 dict->HasKey(schema::kPatternProperties)) { in Parse()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp249 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
259 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
269 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
279 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
289 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
DBreakpointResolverAddress.cpp52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp84 result = propMap->HasKey(HStringReference(EGLNativeWindowTypeProperty).Get(), in IsEGLConfiguredPropertySet()
144 HRESULT result = propertyMap->HasKey(HStringReference(propertyName).Get(), hasKey); in GetOptionalPropertyValue()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp183 plist_sp->GetAsDictionary()->HasKey( in CreateInstance()
202 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance()
/external/libchrome/base/
Dvalues_unittest.cc965 EXPECT_TRUE(dict.HasKey(key)); in TEST()
971 EXPECT_FALSE(dict.HasKey(key)); in TEST()
980 EXPECT_TRUE(dict.HasKey(key)); in TEST()
982 EXPECT_FALSE(dict.HasKey(key)); in TEST()
991 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
992 EXPECT_TRUE(dict.HasKey("this")); in TEST()
1000 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
1015 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
1016 EXPECT_TRUE(dict.HasKey("this")); in TEST()
1024 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
[all …]
Dvalues.h396 bool HasKey(StringPiece key) const;
Dvalues.cc724 bool DictionaryValue::HasKey(StringPiece key) const { in HasKey() function in base::DictionaryValue
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc829 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
837 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
847 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
956 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
968 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
979 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
984 EXPECT_FALSE((item && item->HasKey("args.linked_id.scope"))); in ValidateAllTraceMacrosCreatedData()
1017 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
1022 EXPECT_FALSE((item && item->HasKey("args.linked_id.scope"))); in ValidateAllTraceMacrosCreatedData()
1034 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
[all …]
/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java183 interface HasKey { interface in OverridesTest.MoreTypesForInheritance
195 abstract static class BindingDeclaration implements HasKey {
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp549 EXPECT_TRUE(dict_sp->HasKey(string_key0)); in TEST_F()
550 EXPECT_TRUE(dict_sp->HasKey(string_key1)); in TEST_F()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h488 bool HasKey(llvm::StringRef key) const { in HasKey() function
/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc369 ASSERT_FALSE(root_dict->HasKey("query")); in TEST_P()
/external/libchrome/components/json_schema/
Djson_schema_validator.cc663 (properties && properties->HasKey(it.key()))) in ValidateObject()
Djson_schema_validator_unittest_base.cc294 ASSERT_TRUE(properties->HasKey("^.$")); in TestObject()