Home
last modified time | relevance | path

Searched refs:xml2 (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/test/
DAssembleVintfTest.cpp178 std::string xml2 = in TEST_F() local
232 addInput("compatibility_matrix.2.xml", xml2); in TEST_F()
DLibVintfTest.cpp3477 std::string xml2 = in TEST_F() local
3503 ASSERT_TRUE(gHalManifestConverter(&manifest2, xml2, &error)) << error; in TEST_F()
3507 EXPECT_EQ(xml2, gHalManifestConverter(manifest1)); in TEST_F()
3512 std::string xml2 = in TEST_F() local
3536 ASSERT_TRUE(gHalManifestConverter(&manifest2, xml2, &error)) << error; in TEST_F()
3540 EXPECT_EQ(xml2, gHalManifestConverter(manifest1)); in TEST_F()
3559 std::string xml2 = head + "1.1" + tail; in TEST_F() local
3567 ASSERT_TRUE(gHalManifestConverter(&manifest2, xml2, &error)) << error; in TEST_F()
3578 std::string xml2 = "<manifest " + kMetaVersionStr + " type=\"device\" target-level=\"3\" />\n"; in TEST_F() local
3584 ASSERT_TRUE(gHalManifestConverter(&manifest2, xml2, &error)) << error; in TEST_F()
[all …]