Searched refs:TestCompile (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 44 int TestCompile(const std::string& path, const std::string& outDir, bool legacy, in TestCompile() function 66 ASSERT_EQ(TestCompile(path0, kResDir, /** legacy */ false, diag), 0); in TEST_F() 68 ASSERT_EQ(TestCompile(path0, kResDir, /** legacy */ true, diag), 0); in TEST_F() 74 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ false, diag), 0); in TEST_F() 76 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ true, diag), 0); in TEST_F() 82 ASSERT_EQ(TestCompile(path2, kResDir, /** legacy */ false, diag), 0); in TEST_F() 84 ASSERT_EQ(TestCompile(path2, kResDir, /** legacy */ true, diag), 0); in TEST_F() 91 ASSERT_NE(TestCompile(path3, kResDir, /** legacy */ false, diag), 0); in TEST_F() 93 ASSERT_EQ(TestCompile(path3, kResDir, /** legacy */ true, diag), 0); in TEST_F() 99 ASSERT_NE(TestCompile(path4, kResDir, /** legacy */ false, diag), 0); in TEST_F() [all …]
|