Searched refs:xml1 (Results 1 – 2 of 2) sorted by relevance
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 160 std::string xml1 = in TEST_F() local 223 addInput("compatibility_matrix.1.xml", xml1); in TEST_F()
|
D | LibVintfTest.cpp | 3479 std::string xml1 = "<manifest version=\"1.0\" type=\"device\" />\n"; in TEST_F() local 3504 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3514 std::string xml1 = "<manifest version=\"1.0\" type=\"framework\" />\n"; in TEST_F() local 3537 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3547 std::string xml1 = "<manifest version=\"1.0\" type=\"device\" target-level=\"2\" />\n"; in TEST_F() local 3552 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3561 std::string xml1 = in TEST_F() local 3576 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F() 3585 std::string xml1 = in TEST_F() local 3596 ASSERT_TRUE(gHalManifestConverter(&manifest1, xml1, &error)) << error; in TEST_F()
|