Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h71 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_;
Dabi_diff_helpers.cpp184 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()
Dabi_diff_helpers.h60 using DiffStatusPair = std::pair<DiffStatus, T>;
172 std::vector<std::pair<RecordFieldIR, RecordFieldIR>>
Dir_reader.h143 std::pair<MergeStatus, typename AbiElementMap<T>::iterator>
Dir_reader.cpp229 std::pair<MergeStatus, typename AbiElementMap<T>::iterator>
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java143 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/
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()
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()
Dconverter.h285 const std::pair<std::string, std::string> *underlying_type_diff_ir);
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp102 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()
Dabi_diff.h112 std::vector<std::pair<const T *, const T *>> &pairs,
127 std::pair<AbiElementMap<const repr::EnumTypeIR *>,
/development/vndk/tools/header-checker/src/utils/
Dheader_abi_util.h75 std::vector<std::pair<T, T>> FindCommonElements( in FindCommonElements()
78 std::vector<std::pair<T, T>> common_elements; in FindCommonElements()
/development/tools/repo_diff/
DREADME.md71 through each project matching pair and find
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp296 std::pair<clang::CharUnits, clang::CharUnits> size_and_alignment = in CreateBasicNamedAndTypedDecl()