Searched refs:pair (Results 1 – 13 of 13) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | ir_diff_representation.h | 71 TypeDiffIR(std::pair<uint64_t, uint64_t> &&sizes, in TypeDiffIR() 72 std::pair<uint32_t, uint32_t> &&alignment) in TypeDiffIR() 75 const std::pair<uint64_t, uint64_t> &GetSizes() const { in GetSizes() 79 const std::pair<uint32_t, uint32_t> &GetAlignments() const { in GetAlignments() 84 std::pair<uint64_t, uint64_t> sizes_; 85 std::pair<uint32_t, uint32_t> alignments_; 269 std::unique_ptr<std::pair<std::string, std::string>> &&utype_diff) { in SetUnderlyingTypeDiff() 273 const std::pair<std::string, std::string> *GetUnderlyingTypeDiff() const { in GetUnderlyingTypeDiff() 299 std::unique_ptr<std::pair<std::string, std::string>> underlying_type_diff_;
|
D | abi_diff_helpers.cpp | 184 std::vector<std::pair<const EnumFieldIR *, in CompareEnumFields() 213 std::make_unique<std::pair<std::string, std::string>>( in CompareEnumTypes() 386 std::vector<std::pair< in CompareRecordFields() 467 std::vector<std::pair<T, T>> &nc_vector) { in ConvertToDiffContainerVector() 498 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> 501 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> in FixupDiffedFieldTypeIds() 600 std::vector<std::pair<RecordFieldIR, RecordFieldIR>> field_diff_dups = in CompareRecordTypes()
|
D | abi_diff_helpers.h | 60 using DiffStatusPair = std::pair<DiffStatus, T>; 172 std::vector<std::pair<RecordFieldIR, RecordFieldIR>>
|
D | ir_reader.h | 143 std::pair<MergeStatus, typename AbiElementMap<T>::iterator>
|
D | ir_reader.cpp | 229 std::pair<MergeStatus, typename AbiElementMap<T>::iterator>
|
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | MultiClientInputMethod.java | 143 String[] pair = item.split("/"); in buildInputDisplayToImeDisplay() local 144 if (pair.length != 2) { in buildInputDisplayToImeDisplay() 148 int inputDisplay = findDisplayId(displays, pair[0]); in buildInputDisplayToImeDisplay() 149 int imeDisplay = findDisplayId(displays, pair[1]); in buildInputDisplayToImeDisplay()
|
/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() 190 const std::pair<std::string, std::string> *underlying_type_diff_ir) { in AddEnumUnderlyingTypeDiff() 233 const std::pair<std::string, std::string> *underlying_type_diff = in ConvertEnumTypeDiffIR()
|
D | converter.h | 285 const std::pair<std::string, std::string> *underlying_type_diff_ir);
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 102 std::pair<AbiElementMap<const repr::EnumTypeIR *>, 306 std::vector<std::pair<const T *, const T *>> common_elements = in PopulateCommonElements() 373 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements() 378 for (auto &&pair : pairs) { in DumpDiffElements() 379 const T *old_element = pair.first; in DumpDiffElements() 380 const T *new_element = pair.second; in DumpDiffElements()
|
D | abi_diff.h | 112 std::vector<std::pair<const T *, const T *>> &pairs, 127 std::pair<AbiElementMap<const repr::EnumTypeIR *>,
|
/development/vndk/tools/header-checker/src/utils/ |
D | header_abi_util.h | 75 std::vector<std::pair<T, T>> FindCommonElements( in FindCommonElements() 78 std::vector<std::pair<T, T>> common_elements; in FindCommonElements()
|
/development/tools/repo_diff/ |
D | README.md | 71 through each project matching pair and find
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 296 std::pair<clang::CharUnits, clang::CharUnits> size_and_alignment = in CreateBasicNamedAndTypedDecl()
|