/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 34 return MergeStatus(false, builtin_it->second.GetSelfType()); in MergeBuiltinType() 40 module_->type_graph_.emplace(type_id, &p.first->second); in MergeBuiltinType() 70 for (auto &definition : it->second) { in LookupUserDefinedType() 85 return MergeStatus(true, it->second.begin()->type_ir_->GetSelfType()); in LookupUserDefinedType() 133 references_type->SetReferencedType(local_to_global_it->second.type_id_); in MergeReferencingTypeInternal() 134 return local_to_global_it->second; in MergeReferencingTypeInternal() 144 MergeType(local_type_it->second, addend, local_to_global_type_id_map); in MergeReferencingTypeInternal() 222 const std::string &key = GetODRListMapKey(&(it->second)); in UpdateUDTypeAccounting() 224 module_->AddToODRListMap(key, &(it->second), addend_compilation_unit_path); in UpdateUDTypeAccounting() 239 MergeRecordDependencies(addend, &p.second->second, in MergeRecordAndDependencies() [all …]
|
D | header_abi_linker.cpp | 301 std::string source_file = element.second.GetSourceFile(); in LinkDecl() 311 if (!dst->AddLinkableMessage(element.second)) { in LinkDecl() 366 if (!dst->AddElfSymbol(symbol.second)) { in LinkExportedSymbols()
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 111 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() 112 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddRecordType() 122 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() 123 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddFunctionType() 133 const std::string &key = GetODRListMapKey(&(it->second)); in AddEnumType() 134 AddToODRListMap(key, (&it->second), compilation_unit_path_); in AddEnumType() 219 for (const auto &definition : it->second) { in GetCompilationUnitPath()
|
D | ir_dumper.cpp | 54 xs.push_back(&item.second); in SortAbiElements() 101 AddElfSymbolMessageIR(&item.second); in DumpModule() 104 AddElfSymbolMessageIR(&item.second); in DumpModule()
|
D | abi_diff_helpers.cpp | 77 return it->second->GetName(); in ConvertTypeIdToString() 189 if (common_fields.first->GetValue() != common_fields.second->GetValue()) { in CompareEnumFields() 191 common_fields.second); in CompareEnumFields() 366 removed_field, corresponding_field_at_same_offset->second, in CompareRecordFields() 369 return (comparison_result.second == nullptr); in CompareRecordFields() 392 common_fields.first, common_fields.second, type_queue, diff_kind); in CompareRecordFields() 398 if (diffed_field_ptr.second != nullptr) { in CompareRecordFields() 400 std::move(*(diffed_field_ptr.second.release()))); in CompareRecordFields() 470 cptr_vec.emplace_back(&e.first, &e.second); in ConvertToDiffContainerVector() 508 RecordFieldIR &new_field = it.second; in FixupDiffedFieldTypeIds() [all …]
|
D | ir_representation_internal.h | 77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
|
/development/vndk/tools/header-checker/src/utils/ |
D | command_line_utils.cpp | 40 if (IsOptionInCategory(*p.second, category)) { in HideIrrelevantCommandLineOptions() 46 p.second->setHiddenFlag(llvm::cl::Hidden); in HideIrrelevantCommandLineOptions()
|
D | config_file.h | 51 return it->second; in GetProperty() 97 return it->second; in GetSection() 110 return it->second.HasProperty(property_name); in HasProperty() 119 return it->second.GetProperty(property_name); in GetProperty()
|
D | header_abi_util.h | 57 removed_elements.emplace_back(map_element.second); in FindRemovedElements() 92 old_element->second, new_element->second)); in FindCommonElements()
|
/development/host/windows/usb/api/ |
D | adb_object_handle.cpp | 114 ATLASSERT((found != the_map.end()) && (this == found->second)); in CloseHandle() 116 if ((found != the_map.end()) && (this == found->second)) { in CloseHandle() 157 ret = found->second; in Lookup()
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ElizaResponder.java | 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; in elzTalk() local 146 parts[j] = second; in elzTalk() 147 } else if (parts[j].equals(second)) { in elzTalk()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 112 auto &odr_list = it.second; in ExtractUserDefinedTypes() 152 old_enums_and_records_extracted.second, in CollectUserDefinedTypes() 153 new_enums_and_records_extracted.second, old_types_map, in CollectUserDefinedTypes() 192 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 195 [](auto e) { return &(e->second);}); in CollectDynsymExportables() 199 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 202 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 351 elem_it->second->GetBinding() == repr::ElfSymbolIR::Weak) { in DumpLoneElements() 381 const T *new_element = pair.second; in DumpDiffElements()
|
D | abi_diff_wrappers.cpp | 40 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff() 56 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff()
|
D | header_abi_diff.cpp | 161 bool value_bool = ParseBool(p.second); in ReadConfigFile()
|
/development/samples/browseable/ElevationBasic/ |
D | _index.jd | 9 first view has a fixed elevation using XML and the second one is raised when the user
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 239 final JSONObject second = new JSONObject(); in testErrorAbortsWrite() local 240 second.put("color", "blue"); in testErrorAbortsWrite() 242 doc.writeMetadataAndContent(second, pipe[0]); in testErrorAbortsWrite()
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 43 new_type_info_protobuf->set_size(sizes.second); in AddTypeInfoDiff() 46 new_type_info_protobuf->set_alignment(alignments.second); in AddTypeInfoDiff() 195 underlying_type_diff_protobuf->set_new_type(underlying_type_diff_ir->second); in AddEnumUnderlyingTypeDiff()
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.h | 126 return it->second; in FindInMap()
|
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/ |
D | MyReceiver.java | 67 ContentInfo remaining = split.second; in onReceiveContent()
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 146 oldConnection.second.close(); in setConnection()
|
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutPublisher.java | 193 b.setIntent(new Intent(Intent.ACTION_VIEW, Uri.parse(sIntentList.get(i).second))); in addRandomIntents() 208 b.setIntent(new Intent(Intent.ACTION_VIEW, Uri.parse(sIntentList.get(i).second))); in addRandomIntents()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 195 insertVoicemail(params[0].first, params[0].second); in doInBackground()
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 25 exist, therefore the above steps will need to be completed a second time. Now
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 93 return result->second; in GetCachedDeclSourceFile() 330 !ast_caches_->converted_qual_types_.insert(qual_type).second) { in CreateBasicNamedAndTypedDecl() 667 thunk_info = it->second; in SetupRecordVTable()
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 366 final char second = className.charAt(1); in fixBinderClass() local 368 if (first == 'I' && Character.isUpperCase(second)) { in fixBinderClass()
|