Searched refs:test_case (Results 1 – 3 of 3) sorted by relevance
/art/test/004-JniTest/ |
D | jni_test.cc | 465 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() argument 466 printf("RUNNING %s\n", test_case); in CallMethod() 471 printf("FAILED %s due to missing exception\n", test_case); in CallMethod() 476 printf("FAILED %s due to pending exception\n", test_case); in CallMethod() 478 env_->FatalError(test_case); in CallMethod() 480 printf("PASSED %s\n", test_case); in CallMethod() 547 …llNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) { in TestnonstaticCallNonvirtualMethod() argument 561 CallMethod(o, c, m, true, test_case); in TestnonstaticCallNonvirtualMethod()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 881 for (const TestCase& test_case : test_cases) { in TEST_F() local 883 TestBakerFieldWide(test_case.offset, test_case.ref_reg); in TEST_F() 897 for (const TestCase& test_case : test_cases) { in TEST_F() local 899 TestBakerFieldNarrow(test_case.offset, test_case.ref_reg); in TEST_F()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 803 for (const TestCase& test_case : test_cases) { in TEST_F() local 805 TestNopsAdrpLdr(/*num_nops=*/ 0u, test_case.bss_begin, test_case.string_entry_offset); in TEST_F() 1105 for (const TestCase& test_case : test_cases) { in TEST_F() local 1107 TestBakerField(test_case.offset, test_case.ref_reg); in TEST_F()
|