HomeSort by relevance Sort by last modified time
    Searched refs:MatrixXmlFile (Results 1 - 6 of 6) sorted by null

  /system/libvintf/
XmlFile.cpp 22 bool MatrixXmlFile::operator==(const MatrixXmlFile& other) const {
CompatibilityMatrix.cpp 64 const MatrixXmlFile& matrixXmlFile = it->second;
65 if (matrixXmlFile.versionRange().contains(version)) {
66 if (!matrixXmlFile.overriddenPath().empty()) {
67 return matrixXmlFile.overriddenPath();
70 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) +
71 "_" + std::to_string(matrixXmlFile.versionRange().maxMinor) + "." +
72 to_string(matrixXmlFile.format());
184 MatrixXmlFile& xmlFileToAdd = pair.second;
parse_xml.cpp     [all...]
  /system/libvintf/include/vintf/
XmlFile.h 40 struct MatrixXmlFile : public XmlFile {
44 bool operator==(const MatrixXmlFile& other) const;
CompatibilityMatrix.h 43 struct CompatibilityMatrix : public HalGroup<MatrixHal>, public XmlFileGroup<MatrixXmlFile> {
  /system/libvintf/test/
LibVintfTest.cpp 68 MatrixXmlFile f;
    [all...]

Completed in 247 milliseconds