/development/tools/external_crates/crate_health/src/ |
D | main.rs | 204 let pair = compatible_pairs.first().unwrap(); in main() localVariable 205 if pair.source.version() != pair.dest.version() { in main() 208 pair.source.version(), in main() 209 pair.dest.version() in main() 212 if !pair.dest.is_migratable() { in main() 213 if !pair.dest.patch_success() { in main() 217 if !pair.dest.generate_android_bp_success() { in main() 219 } else if pair.dest.android_bp_unchanged() { in main() 224 &pair in main() 237 .arg(pair.source.path().rel()) in main() [all …]
|
D | version_match.rs | 111 |pair: VersionPair<'_, <CollectionType as NameAndVersionMap>::Value>| { in compatible_pairs() 112 pair.to_compatible() in compatible_pairs() 147 self.pairs().filter(|pair| { in eligible_but_not_migratable() 148 pair.source.is_migration_eligible() in eligible_but_not_migratable() 149 && !pair.dest.is_some_and(|dest| dest.is_migratable()) in eligible_but_not_migratable() 161 .filter(|pair| pair.source.is_migration_eligible() && pair.dest.is_migratable()) in migratable() 167 for pair in self.compatible_and_eligible() { in copy_customizations() 168 pair.copy_customizations()?; in copy_customizations() 173 for pair in self.compatible_and_eligible() { in stage_crates() 174 pair.dest.stage_crate()?; in stage_crates() [all …]
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_diff_representation.h | 74 TypeDiffIR(std::pair<uint64_t, uint64_t> &&sizes, in TypeDiffIR() 75 std::pair<uint32_t, uint32_t> &&alignment) in TypeDiffIR() 78 const std::pair<uint64_t, uint64_t> &GetSizes() const { in GetSizes() 82 const std::pair<uint32_t, uint32_t> &GetAlignments() const { in GetAlignments() 87 std::pair<uint64_t, uint64_t> sizes_; 88 std::pair<uint32_t, uint32_t> alignments_; 276 std::unique_ptr<std::pair<std::string, std::string>> &&utype_diff) { in SetUnderlyingTypeDiff() 280 const std::pair<std::string, std::string> *GetUnderlyingTypeDiff() const { in GetUnderlyingTypeDiff() 312 std::unique_ptr<std::pair<std::string, std::string>> underlying_type_diff_;
|
D | abi_diff_helpers.cpp | 145 std::vector<std::pair<const EnumFieldIR *, in CompareEnumFields() 175 std::make_unique<std::pair<std::string, std::string>>( in CompareEnumTypes() 488 std::vector<std::pair<const RecordFieldIR *, const RecordFieldIR *>> cf = in CompareRecordFields() 552 std::vector<std::pair<T, T>> &nc_vector) { in ConvertToDiffContainerVector() 583 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> 586 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> in FixupDiffedFieldTypeIds() 684 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> field_diff_dups = in CompareRecordTypes()
|
D | abi_diff_helpers.h | 175 std::vector<std::pair<RecordFieldIR, RecordFieldIR>>
|
/development/tools/ota_analysis/src/services/ |
D | echarts_data.js | 61 data: Array.from(this.statisticData).map((pair) => { 62 return { value: pair[1], name: pair[0] }
|
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | SampleInputMethodAccessibilityService.java | 220 (pair, ic) -> ic.setSelection(pair.first, pair.second)); in onServiceConnected() 230 (pair, ic) -> ic.deleteSurroundingText(pair.first, pair.second)); in onServiceConnected()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 103 std::pair<AbiElementMap<const repr::EnumTypeIR *>, 307 std::vector<std::pair<const T *, const T *>> common_elements = in PopulateCommonElements() 376 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements() 381 for (auto &&pair : pairs) { in DumpDiffElements() 382 const T *old_element = pair.first; in DumpDiffElements() 383 const T *new_element = pair.second; in DumpDiffElements()
|
D | abi_diff.h | 114 std::vector<std::pair<const T *, const T *>> &pairs, 129 std::pair<AbiElementMap<const repr::EnumTypeIR *>,
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 39 const std::pair<uint64_t, uint64_t> &sizes = type_diff_ir->GetSizes(); in AddTypeInfoDiff() 40 const std::pair<uint32_t, uint32_t> &alignments = in AddTypeInfoDiff() 191 const std::pair<std::string, std::string> *underlying_type_diff_ir) { in AddEnumUnderlyingTypeDiff() 239 const std::pair<std::string, std::string> *underlying_type_diff = in ConvertEnumTypeDiffIR()
|
D | converter.h | 300 const std::pair<std::string, std::string> *underlying_type_diff_ir);
|
/development/vndk/tools/header-checker/src/utils/ |
D | header_abi_util.h | 70 std::vector<std::pair<T, T>> FindCommonElements( in FindCommonElements() 73 std::vector<std::pair<T, T>> common_elements; in FindCommonElements()
|
D | config_file.h | 77 using MapType = std::map<std::pair<std::string, std::string>, ConfigSection>;
|
/development/tools/compare_cts_reports/ |
D | README.md | 67 - The summaries are based on each module_name-abi pair. We call this pair "module" to simplify the …
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.h | 123 std::pair<MergeStatus, typename repr::AbiElementMap<T>::iterator>
|
D | module_merger.cpp | 198 std::pair<MergeStatus, typename repr::AbiElementMap<T>::iterator>
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser.cpp | 33 using ModeTagLevel = std::pair<std::string_view, utils::ApiLevel>;
|
/development/tools/repo_diff/ |
D | README.md | 71 through each project matching pair and find
|