Home
last modified time | relevance | path

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

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