Searched refs:bad_value (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 851 env_->CallStaticObjectMethod(prim_class, method, bad_value); \ in TEST_F() 852 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F() 870 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 879 jval.i = bad_value; \ in TEST_F() 881 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F() 883 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 891 jval.i = bad_value; \ in TEST_F()
|