Searched defs:test_name (Results 1 – 6 of 6) 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() 82 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
|
D | assembler_test_base.h | 75 const std::string& test_name) { in Driver()
|
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() 1547 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
|
/art/test/testrunner/ |
D | testrunner.py | 570 def run_test(command, test, test_variant, test_name): argument 663 def print_test_info(test_count, test_name, result, failed_test_info="", argument 934 def extract_test_name(test_name): argument 960 def parse_test_name(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()
|
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 82 #define TEST_ALL_STRATEGIES(test_name)\ argument
|