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()
144 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/testtxt"), content, compiled_files_dir, &diag)); in TEST_F()
145 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test.txt"), content, compiled_files_dir, &diag)); in TEST_F()
146 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test1.hello.txt"), content, compiled_files_dir, in TEST_F()
148 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test2.goodbye.xml"), content, compiled_files_dir, in TEST_F()
188 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
195 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F()
231 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
238 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F()
[all …]
DConvert_test.cpp33 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
70 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
DCompile.cpp559 static bool CompileFile(IAaptContext* context, const CompileOptions& options, in CompileFile() function
675 auto compile_func = &CompileFile; in Compile()
700 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