Home
last modified time | relevance | path

Searched defs:extra_args (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc58 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTestWithStatus()
87 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTest()
241 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest()
469 const std::vector<std::string>& extra_args = {}) { in RunTest()
624 const std::vector<std::string>& extra_args = {}, in CompileProfileOdex()
830 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest()
867 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest()
/art/tools/jfuzz/
Drun_jfuzz_test.py170 def __init__(self, use_dx, extra_args=None): argument
242 def __init__(self, use_dx, device, extra_args=None): argument