Searched defs:test_name (Results 1 – 9 of 9) sorted by relevance
| /art/compiler/utils/ |
| D | jni_macro_assembler_test.h | 45 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() 50 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 | 77 const std::string& test_name) { in Driver()
|
| D | assembler_test.h | 66 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() 71 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr() 1638 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
|
| /art/tools/ |
| D | run-libcore-tests.py | 307 def get_vogar_command(test_name): argument 395 def run_test(test_name): argument
|
| /art/test/testrunner/ |
| D | testrunner.py | 613 def run_test(args, test, test_variant, test_name): argument 718 def print_test_info(test_count, test_name, result, failed_test_info="", argument 980 def extract_test_name(test_name): argument 1005 def parse_test_name(test_name): argument
|
| /art/runtime/ |
| D | class_loader_context_test.cc | 142 const std::string& test_name) { in VerifyClassLoaderPCLFromTestDex() 149 const std::string& test_name) { in VerifyClassLoaderDLCFromTestDex() 156 const std::string& test_name) { in VerifyClassLoaderIMCFromTestDex() 443 const std::string& test_name, in VerifyClassLoaderFromTestDex()
|
| /art/compiler/utils/riscv64/ |
| D | assembler_riscv64_test.cc | 349 void TestLoadConst64(const std::string& test_name, in TestLoadConst64() 579 void TestBcondForward(const std::string& test_name, in TestBcondForward() 596 void TestBcondBackward(const std::string& test_name, in TestBcondBackward() 629 void TestBcondA0RegForward(const std::string& test_name, in TestBcondA0RegForward() 650 void TestBeqzA0Forward(const std::string& test_name, in TestBeqzA0Forward() 667 void TestBnezA0Forward(const std::string& test_name, in TestBnezA0Forward() 684 void TestBeqA0A1Forward(const std::string& test_name, in TestBeqA0A1Forward() 702 const std::string& test_name, in TestBcondA0RegBackward() 723 void TestBeqzA0Backward(const std::string& test_name, in TestBeqzA0Backward() 740 void TestBnezA0Backward(const std::string& test_name, in TestBnezA0Backward() [all …]
|
| D | jni_macro_assembler_riscv64_test.cc | 49 void DriverStr(const std::string& assembly_text, const std::string& test_name) { in DriverStr()
|
| /art/test/ |
| D | run-test | 55 def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None: argument
|