Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Djni_macro_assembler_test.h42 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn()
47 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr()
131 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
Dassembler_test_base.h114 const std::string& test_name) { in Driver()
297 const std::string& test_name) { in DisassembleBinaries()
354 std::string WriteToFile(const std::vector<uint8_t>& buffer, const std::string& test_name) { in WriteToFile()
380 const std::string& test_name) { in Compile()
Dassembler_test.h57 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn()
62 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr()
1128 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
/art/test/testrunner/
Dtestrunner.py485 def run_test(command, test, test_variant, test_name): argument
543 def print_test_info(test_name, result, failed_test_info=""): argument
767 def parse_test_name(test_name): argument
/art/runtime/
Dclass_loader_context_test.cc62 const std::string& test_name) { in VerifyClassLoaderPCLFromTestDex()
69 const std::string& test_name) { in VerifyClassLoaderDLCFromTestDex()
163 const std::string& test_name) { in VerifyClassLoaderFromTestDex()
/art/compiler/optimizing/
Demit_swap_mips_test.cc94 void DriverWrapper(HParallelMove* move, std::string assembly_text, std::string test_name) { in DriverWrapper()
Dregister_allocator_test.cc49 #define TEST_ALL_STRATEGIES(test_name)\ argument