Searched defs:run_test (Results 1 – 6 of 6) sorted by relevance
57 Method run_test = klass.getMethod("test"); in run() local
89 Method run_test = klass.getMethod("runTest"); in main() local
110 Method run_test = klass.getMethod("runTest"); in main() local
85 Method run_test = klass.getMethod("runTest"); in main() local
776 auto run_test = [&dex1 = dex1, &dex2 = dex2](const ProfileCompilationInfo& info) { in TEST_F() local1245 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local1275 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local1316 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local1452 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() local1520 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() local
570 def run_test(command, test, test_variant, test_name): function