Searched refs:CanCompileLayout (Results 1 – 5 of 5) sorted by relevance
20 using startop::CanCompileLayout;27 EXPECT_EQ(CanCompileLayout(doc), expected); in ValidateXmlText()
22 bool CanCompileLayout(const tinyxml2::XMLDocument& xml, std::string* message) { in CanCompileLayout() function
74 bool CanCompileLayout(ResXMLParser* parser) { in CanCompileLayout() function120 if (CanCompileLayout(&parser)) { in CompileApkAssetsLayouts()
61 bool CanCompileLayout(const tinyxml2::XMLDocument& xml, std::string* message = nullptr);
144 if (!startop::CanCompileLayout(xml, &message)) { in main()