Searched refs:test_case (Results 1 – 1 of 1) sorted by relevance
/art/test/004-JniTest/ |
D | jni_test.cc | 454 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() argument 455 printf("RUNNING %s\n", test_case); in CallMethod() 460 printf("FAILED %s due to missing exception\n", test_case); in CallMethod() 465 printf("FAILED %s due to pending exception\n", test_case); in CallMethod() 467 env_->FatalError(test_case); in CallMethod() 469 printf("PASSED %s\n", test_case); in CallMethod() 536 …llNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) { in TestnonstaticCallNonvirtualMethod() argument 550 CallMethod(o, c, m, true, test_case); in TestnonstaticCallNonvirtualMethod()
|