Searched defs:test_name (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/ |
D | jni_macro_assembler_test.h | 42 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()
|
D | assembler_test_base.h | 114 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()
|
D | assembler_test.h | 57 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/ |
D | testrunner.py | 485 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/ |
D | class_loader_context_test.cc | 62 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/ |
D | emit_swap_mips_test.cc | 94 void DriverWrapper(HParallelMove* move, std::string assembly_text, std::string test_name) { in DriverWrapper()
|
D | register_allocator_test.cc | 49 #define TEST_ALL_STRATEGIES(test_name)\ argument
|