Home
last modified time | relevance | path

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

/art/compiler/utils/
Djni_macro_assembler_test.h45 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()
Dassembler_test_base.h77 const std::string& test_name) { in Driver()
Dassembler_test.h66 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/
Drun-libcore-tests.py307 def get_vogar_command(test_name): argument
395 def run_test(test_name): argument
/art/test/testrunner/
Dtestrunner.py613 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/
Dclass_loader_context_test.cc142 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/
Dassembler_riscv64_test.cc349 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 …]
Djni_macro_assembler_riscv64_test.cc49 void DriverStr(const std::string& assembly_text, const std::string& test_name) { in DriverStr()
/art/test/
Drun-test55 def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None: argument