Searched refs:xml1 (Results 1 – 2 of 2) sorted by relevance
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 166 std::string xml1 = in TEST_F() local 231 addInput("compatibility_matrix.1.xml", xml1); in TEST_F()
|
D | LibVintfTest.cpp | 3476 std::string xml1 = "<manifest " + kMetaVersionStr + " type=\"device\" />\n"; in TEST_F() local 3501 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3511 std::string xml1 = "<manifest " + kMetaVersionStr + " type=\"framework\" />\n"; in TEST_F() local 3534 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3558 std::string xml1 = head + "1.0" + tail; in TEST_F() local 3564 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3577 std::string xml1 = "<manifest " + kMetaVersionStr + " type=\"device\" target-level=\"2\" />\n"; in TEST_F() local 3582 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3591 std::string xml1 = in TEST_F() local 3606 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() [all …]
|