Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 8 of 8) 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()
83 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.h65 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn()
70 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr()
1575 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
/art/tools/
Drun-libcore-tests.py409 def get_vogar_command(test_name): argument
494 def run_test(test_name): argument
/art/test/testrunner/
Dtestrunner.py648 def run_test(command, test, test_variant, test_name): argument
745 def print_test_info(test_count, test_name, result, failed_test_info="", argument
1016 def extract_test_name(test_name): argument
1042 def parse_test_name(test_name): argument
/art/runtime/
Dclass_loader_context_test.cc140 const std::string& test_name) { in VerifyClassLoaderPCLFromTestDex()
147 const std::string& test_name) { in VerifyClassLoaderDLCFromTestDex()
154 const std::string& test_name) { in VerifyClassLoaderIMCFromTestDex()
420 const std::string& test_name, in VerifyClassLoaderFromTestDex()
/art/compiler/optimizing/
Dregister_allocator_test.cc83 #define TEST_ALL_STRATEGIES(test_name)\ argument
/art/test/
Drun-test50 def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None: argument