Searched defs:test_name (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/ |
D | jni_macro_assembler_test.h | 44 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() 49 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr() 133 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 | 64 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() 69 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr() 1598 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
|
/art/test/testrunner/ |
D | testrunner.py | 538 def run_test(command, test, test_variant, test_name): argument 596 def print_test_info(test_name, result, failed_test_info=""): argument 834 def parse_test_name(test_name): argument
|
/art/compiler/optimizing/ |
D | emit_swap_mips_test.cc | 99 const std::string& test_name) { in DriverWrapper()
|
D | register_allocator_test.cc | 80 #define TEST_ALL_STRATEGIES(test_name)\ argument
|
/art/runtime/ |
D | class_loader_context_test.cc | 109 const std::string& test_name) { in VerifyClassLoaderPCLFromTestDex() 116 const std::string& test_name) { in VerifyClassLoaderDLCFromTestDex() 123 const std::string& test_name) { in VerifyClassLoaderIMCFromTestDex() 256 const std::string& test_name, in VerifyClassLoaderFromTestDex()
|