Searched refs:CompileFile (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Link_test.cpp | 38 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F() 65 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F() 145 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/testtxt"), content, compiled_files_dir, &diag)); in TEST_F() 146 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test.txt"), content, compiled_files_dir, &diag)); in TEST_F() 147 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test1.hello.txt"), content, compiled_files_dir, in TEST_F() 149 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test2.goodbye.xml"), content, compiled_files_dir, in TEST_F() 189 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F() 196 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F() 232 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F() 239 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F() [all …]
|
D | Convert_test.cpp | 38 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F() 75 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F() 156 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
|
D | Compile.cpp | 589 static bool CompileFile(IAaptContext* context, const CompileOptions& options, in CompileFile() function 707 auto compile_func = &CompileFile; in Compile() 732 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable_test.cpp | 86 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F() 105 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
|
/frameworks/base/tools/aapt2/test/ |
D | Fixture.h | 75 bool CompileFile(const std::string& path, const std::string& contents,
|
D | Fixture.cpp | 93 bool CommandTestFixture::CompileFile(const std::string& path, const std::string& contents, in CompileFile() function in aapt::CommandTestFixture
|