/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 376 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 …]
|
D | DynamicLoaderMacOS.cpp | 171 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()
|
D | DynamicLoaderMacOSXDYLD.cpp | 544 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
|
/external/libchrome/components/policy/core/common/ |
D | schema.cc | 445 } 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/ |
D | BreakpointOptions.cpp | 249 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()
|
D | BreakpointResolverAddress.cpp | 52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 84 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/ |
D | SymbolVendorMacOSX.cpp | 183 plist_sp->GetAsDictionary()->HasKey( in CreateInstance() 202 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance()
|
/external/libchrome/base/ |
D | values_unittest.cc | 965 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 …]
|
D | values.h | 396 bool HasKey(StringPiece key) const;
|
D | values.cc | 724 bool DictionaryValue::HasKey(StringPiece key) const { in HasKey() function in base::DictionaryValue
|
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 829 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/ |
D | OverridesTest.java | 183 interface HasKey { interface in OverridesTest.MoreTypesForInheritance 195 abstract static class BindingDeclaration implements HasKey {
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 549 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/ |
D | StructuredData.h | 488 bool HasKey(llvm::StringRef key) const { in HasKey() function
|
/external/libchrome/base/metrics/ |
D | statistics_recorder_unittest.cc | 369 ASSERT_FALSE(root_dict->HasKey("query")); in TEST_P()
|
/external/libchrome/components/json_schema/ |
D | json_schema_validator.cc | 663 (properties && properties->HasKey(it.key()))) in ValidateObject()
|
D | json_schema_validator_unittest_base.cc | 294 ASSERT_TRUE(properties->HasKey("^.$")); in TestObject()
|