Searched refs:checkException (Results 1 – 3 of 3) sorted by relevance
39 function checkException(message) { function180 checkException(result);195 checkException(result);211 checkException(result);223 checkException(result);234 checkException(result);244 checkException(result);254 checkException(result);269 checkException(result);286 checkException(result);
113 void checkException (JNIEnv* env) in checkException() function127 checkException(env); in findClass()137 checkException(env); in getObjectClass()147 checkException(env); in getMethodID()248 checkException(env); in getStaticFieldValue()258 checkException(env); in getStaticFieldValue()274 checkException(env); in getStaticField()298 checkException(env); in getField()401 checkException(env); in getTotalAndroidSystemMemory()409 checkException(env); in getTotalAndroidSystemMemory()[all …]
92 if (!fSwallowExceptions && checkException(env)) { in read()142 if (checkException(env)) { in doRead()154 if (checkException(env)) { in doRead()171 if (checkException(env)) { in doSkip()182 bool checkException(JNIEnv* env) { in checkException() function in JavaInputStreamAdaptor