Lines Matching defs:res
97 int res;
105 res = (*android_jvm)->GetEnv(android_jvm, (void **)&env, JNI_VERSION_1_6);
106 if (res == JNI_EDETACHED) {
108 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL);
111 if (res != JNI_OK || env == NULL) {
232 int res;
238 res = (*android_jvm)->GetEnv(android_jvm, (void **)&env, JNI_VERSION_1_6);
239 if (res == JNI_EDETACHED) {
241 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL);
244 if (res != JNI_OK || env == NULL) {
274 int res;
290 res = (*android_jvm)->GetEnv(android_jvm, (void **)&env, JNI_VERSION_1_6);
291 if (res == JNI_EDETACHED) {
293 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL);
296 if (res != JNI_OK || env == NULL) {
395 int res;
408 res = (*android_jvm)->GetEnv(android_jvm, (void **)&env, JNI_VERSION_1_6);
409 if (res == JNI_EDETACHED) {
411 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL);
414 if (res != JNI_OK || env == NULL) {