Home
last modified time | relevance | path

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

/development/tools/external_crates/crate_health/src/
Dmain.rs204 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 …]
Dversion_match.rs111 |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/
Dir_diff_representation.h74 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_;
Dabi_diff_helpers.cpp145 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()
Dabi_diff_helpers.h175 std::vector<std::pair<RecordFieldIR, RecordFieldIR>>
/development/tools/ota_analysis/src/services/
Decharts_data.js61 data: Array.from(this.statisticData).map((pair) => {
62 return { value: pair[1], name: pair[0] }
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DSampleInputMethodAccessibilityService.java220 (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/
Dabi_diff.cpp103 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()
Dabi_diff.h114 std::vector<std::pair<const T *, const T *>> &pairs,
129 std::pair<AbiElementMap<const repr::EnumTypeIR *>,
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp39 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()
Dconverter.h300 const std::pair<std::string, std::string> *underlying_type_diff_ir);
/development/vndk/tools/header-checker/src/utils/
Dheader_abi_util.h70 std::vector<std::pair<T, T>> FindCommonElements( in FindCommonElements()
73 std::vector<std::pair<T, T>> common_elements; in FindCommonElements()
Dconfig_file.h77 using MapType = std::map<std::pair<std::string, std::string>, ConfigSection>;
/development/tools/compare_cts_reports/
DREADME.md67 - 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/
Dmodule_merger.h123 std::pair<MergeStatus, typename repr::AbiElementMap<T>::iterator>
Dmodule_merger.cpp198 std::pair<MergeStatus, typename repr::AbiElementMap<T>::iterator>
/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp33 using ModeTagLevel = std::pair<std::string_view, utils::ApiLevel>;
/development/tools/repo_diff/
DREADME.md71 through each project matching pair and find