Home
last modified time | relevance | path

Searched refs:CanCompileLayout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/startop/view_compiler/
Dlayout_validation_test.cc20 using startop::CanCompileLayout;
27 EXPECT_EQ(CanCompileLayout(doc), expected); in ValidateXmlText()
Dtinyxml_layout_parser.cc22 bool CanCompileLayout(const tinyxml2::XMLDocument& xml, std::string* message) { in CanCompileLayout() function
Dapk_layout_compiler.cc74 bool CanCompileLayout(ResXMLParser* parser) { in CanCompileLayout() function
120 if (CanCompileLayout(&parser)) { in CompileApkAssetsLayouts()
Dtinyxml_layout_parser.h61 bool CanCompileLayout(const tinyxml2::XMLDocument& xml, std::string* message = nullptr);
Dmain.cc144 if (!startop::CanCompileLayout(xml, &message)) { in main()