Home
last modified time | relevance | path

Searched refs:BuildXmlDom (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor_test.cpp44 test::BuildXmlDom("<manifest><application /></manifest>"); in TEST()
62 doc = test::BuildXmlDom("<manifest><application /><activity /></manifest>"); in TEST()
65 doc = test::BuildXmlDom("<manifest><application><activity /></application></manifest>"); in TEST()
DXmlDom_test.cpp166 std::unique_ptr<XmlResource> doc = test::BuildXmlDom(R"(
/frameworks/base/tools/aapt2/compile/
DXmlIdCollector_test.cpp28 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"EOF( in TEST()
71 test::BuildXmlDom("<View foo=\"@+id/foo$bar\"/>"); in TEST()
DInlineXmlFormatParser_test.cpp32 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"(
/frameworks/base/tools/aapt2/java/
DManifestClassGenerator_test.cpp34 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"(
80 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"(
199 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"(
DProguardRules_test.cpp39 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"(
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp79 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"( in TEST_F()
138 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"( in TEST_F()
159 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"( in TEST_F()
289 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom( in TEST_F()
341 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom( in TEST_F()
455 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"(<element foo="bar" />)"); in TEST_F()
476 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"(<element foo="bar" />)"); in TEST_F()
499 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"(<element foo="true" />)"); in TEST_F()
519 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(R"(<element foo="true" />)"); in TEST_F()
/frameworks/base/tools/aapt2/link/
DFeatureFlagsFilter_test.cpp32 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(str); in VerifyWithOptions()
DManifestFixer_test.cpp70 std::unique_ptr<xml::XmlResource> doc = test::BuildXmlDom(str); in VerifyWithOptions()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp234 std::unique_ptr<xml::XmlResource> BuildXmlDom(StringPiece str) { in BuildXmlDom() function
246 std::unique_ptr<xml::XmlResource> doc = BuildXmlDom(str); in BuildXmlDomForPackageName()
DBuilders.h158 std::unique_ptr<xml::XmlResource> BuildXmlDom(android::StringPiece str);
/frameworks/base/tools/aapt2/cmd/
DUtil_test.cpp59 auto doc = test::BuildXmlDom(R"( in TEST()