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 67 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 69 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ true, diag), 0); in TEST_F() 75 ASSERT_EQ(TestCompile(path1, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 77 ASSERT_EQ(TestCompile(path1, kOutDir, /** legacy */ true, diag), 0); in TEST_F() 83 ASSERT_EQ(TestCompile(path2, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 85 ASSERT_EQ(TestCompile(path2, kOutDir, /** legacy */ true, diag), 0); in TEST_F() 92 ASSERT_NE(TestCompile(path3, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 94 ASSERT_EQ(TestCompile(path3, kOutDir, /** legacy */ true, diag), 0); in TEST_F() 100 ASSERT_NE(TestCompile(path4, kOutDir, /** legacy */ false, diag), 0); in TEST_F() [all …]
|