/development/vndk/tools/header-checker/src/repr/ |
D | ir_reader.cpp | 59 return MergeStatus(false, builtin_it->second.GetSelfType()); in IsBuiltinTypeNodePresent() 67 it.first->second.SetSelfType(builtin_global_type_id); in IsBuiltinTypeNodePresent() 68 it.first->second.SetReferencedType(builtin_global_type_id); in IsBuiltinTypeNodePresent() 69 module_->type_graph_.emplace(builtin_global_type_id, &((it.first)->second)); in IsBuiltinTypeNodePresent() 98 for (auto &contender_ud : it->second) { in DoesUDTypeODRViolationExist() 111 return MergeStatus(true, (*(it->second.begin()))->GetSelfType()); in DoesUDTypeODRViolationExist() 159 references_type->SetReferencedType(local_to_global_it->second.type_id_); in MergeReferencingTypeInternal() 160 return local_to_global_it->second; in MergeReferencingTypeInternal() 170 MergeType(local_type_it->second, addend, local_to_global_type_id_map); in MergeReferencingTypeInternal() 241 const std::string &key = GetODRListMapKey(&(it->second)); in UpdateUDTypeAccounting() [all …]
|
D | ir_representation.cpp | 111 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() 112 AddToODRListMap(key, &(it->second)); in AddRecordType() 122 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() 123 AddToODRListMap(key, &(it->second)); in AddFunctionType() 133 AddToODRListMap(it->second.GetUniqueId() + it->second.GetSourceFile(), in AddEnumType() 134 (&it->second)); in AddEnumType()
|
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/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/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/vndk/tools/header-checker/src/utils/ |
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 | 52 removed_elements.emplace_back(map_element.second); in FindRemovedElements() 87 old_element->second, new_element->second)); in FindCommonElements()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 106 auto &odr_list = it.second; in ExtractUserDefinedTypes() 146 old_enums_and_records_extracted.second, in CollectUserDefinedTypes() 147 new_enums_and_records_extracted.second, old_types_map, in CollectUserDefinedTypes() 186 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 189 [](auto e) { return &(e->second);}); in CollectDynsymExportables() 193 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 196 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 345 elem_it->second->GetBinding() == repr::ElfSymbolIR::Weak) { in DumpLoneElements() 375 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()
|
/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/vndk/tools/header-checker/src/dumper/ |
D | ast_util.h | 41 return type_id_prefix + std::to_string(type_id_it->second); in GetTypeId()
|
D | header_checker.cpp | 90 if (p.second->Category == &header_checker_category) { in HideIrrelevantCommandLineOptions() 96 p.second->setHiddenFlag(llvm::cl::Hidden); in HideIrrelevantCommandLineOptions()
|
D | abi_wrappers.cpp | 53 return result->second; in GetCachedDeclSourceFile() 223 !ast_caches_->type_cache_.insert(type_key).second) { in CreateBasicNamedAndTypedDecl() 286 size_t alignment = size_and_alignment.second.getQuantity(); in CreateBasicNamedAndTypedDecl() 676 thunk_info = it->second; in SetupRecordVTable()
|
/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/linker/ |
D | header_abi_linker.cpp | 285 std::string source_file = element.second.GetSourceFile(); in LinkDecl() 295 if (!dst->AddLinkableMessage(element.second)) { in LinkDecl() 350 if (!dst->AddElfSymbol(symbol.second)) { in LinkExportedSymbols() 453 if (p.second->Category == &header_linker_category) { in HideIrrelevantCommandLineOptions() 459 p.second->setHiddenFlag(llvm::cl::Hidden); in HideIrrelevantCommandLineOptions()
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.h | 126 return it->second; in FindInMap()
|
/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/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()
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 805 printf("\n%s\t%u%s", get_error_description(it->first).c_str(), it->second, in TestCloseRaceCondition()
|