Searched refs:CHECK_RESULT_ASSERT (Results 1 – 4 of 4) sorted by relevance
/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/ |
H A D | ppl_java_globals.cc | 93 CHECK_RESULT_ASSERT(env, fID); in Java_parma_1polyhedra_1library_By_1Reference_initIDs() 97 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_By_1Reference_initIDs() 111 CHECK_RESULT_ASSERT(env, fID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 115 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 118 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 123 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 128 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 131 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 136 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() 139 CHECK_RESULT_ASSERT(env, mID); in Java_parma_1polyhedra_1library_Coefficient_initIDs() [all …]
|
H A D | ppl_java_common.cc | 91 CHECK_RESULT_ASSERT(env, jni_class); in init_cache() 93 CHECK_RESULT_ASSERT(env, field); in init_cache() 229 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 238 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 247 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 256 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 265 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 274 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 282 CHECK_RESULT_ASSERT(env, newExcCls); in handle_exception() 710 CHECK_RESULT_ASSERT(env, fID); in build_java_control_parameter_value() [all …]
|
H A D | ppl_interface_generator_java_classes_cc_code.m4 | 85 CHECK_RESULT_ASSERT(env, j_it_class); 87 CHECK_RESULT_ASSERT(env, j_it_ctr_id); 155 CHECK_RESULT_ASSERT(env, j_class); 157 CHECK_RESULT_ASSERT(env, j_ctr_id); 1348 CHECK_RESULT_ASSERT(env, j_class_r1); 1350 CHECK_RESULT_ASSERT(env, j_ctr_id_r1); 1356 CHECK_RESULT_ASSERT(env, j_class_r2); 1358 CHECK_RESULT_ASSERT(env, j_ctr_id_r2); 1399 CHECK_RESULT_ASSERT(env, j_class_r1); 1401 CHECK_RESULT_ASSERT(env, j_ctr_id_r1); [all …]
|
H A D | ppl_java_common_defs.hh | 93 #define CHECK_RESULT_ASSERT(env, cond) \ macro
|