Searched refs:test_case (Results 1 – 1 of 1) 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()
|