Searched defs:test_name (Results  1 – 8 of 8) 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()
 83   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 | 65   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/ | 
| D | run-libcore-tests.py | 409 def get_vogar_command(test_name):  argument494   def run_test(test_name):  argument
 
 | 
| /art/test/testrunner/ | 
| D | testrunner.py | 648 def run_test(command, test, test_variant, test_name):  argument745 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/ | 
| D | class_loader_context_test.cc | 140                                        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/ | 
| D | register_allocator_test.cc | 83 #define TEST_ALL_STRATEGIES(test_name)\  argument
 | 
| /art/test/ | 
| D | run-test | 50   def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None:  argument
 |