Home
last modified time | relevance | path

Searched refs:CompileFile (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink_test.cpp38 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 …]
DConvert_test.cpp38 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()
DCompile.cpp589 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/
DSymbolTable_test.cpp86 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/
DFixture.h75 bool CompileFile(const std::string& path, const std::string& contents,
DFixture.cpp93 bool CommandTestFixture::CompileFile(const std::string& path, const std::string& contents, in CompileFile() function in aapt::CommandTestFixture