/art/runtime/ |
java_vm_ext_test.cc | 52 EXPECT_EQ(JNI_OK, ok); 65 EXPECT_EQ(JNI_OK, ok); 66 if (ok == JNI_OK) { 76 EXPECT_EQ(JNI_OK, ok); 78 if (ok == JNI_OK) { 80 EXPECT_EQ(JNI_OK, ok); 129 ASSERT_EQ(JNI_OK, ok); 131 EXPECT_EQ(JNI_OK, ok);
|
/cts/apps/CtsVerifier/jni/verifier/ |
CtsVerifierJniOnLoad.cpp | 26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/libs/deviceutil/jni/ |
CtsJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/drm/jni/ |
CtsDrmJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/graphics/jni/ |
CtsGraphicsJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
|
/cts/tests/tests/permission/jni/ |
CtsPermissionsJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/view/jni/ |
CtsViewJniOnLoad.cpp | 26 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tools/cts-device-info/jni/ |
CtsDeviceInfoJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
|
/external/opencv3/modules/java/generator/src/cpp/ |
jni_part.cpp | 23 if (vm->GetEnv((void**) &env, JNI_VERSION_1_6) != JNI_OK)
|
/frameworks/base/packages/services/PacProcessor/jni/ |
jni_init.cpp | 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/frameworks/ex/framesequence/jni/ |
JNIHelpers.cpp | 28 if (env->ThrowNew(clazz, msg) != JNI_OK) {
|
BitmapDecoderJNI.cpp | 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/frameworks/opt/net/voip/src/jni/rtp/ |
rtp_jni.cpp | 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
|
/hardware/intel/common/utils/ituxd/jni/ |
onload.cpp | 33 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/packages/apps/Terminal/jni/ |
jni_init.cpp | 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/frameworks/webview/chromium/plat_support/ |
jni_entry_point.cpp | 32 LOG_ALWAYS_FATAL_IF(ret != JNI_OK, "AttachCurrentThread failed");
|
/cts/tests/tests/jni/libjnitest/ |
register.c | 31 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/os/jni/ |
CtsOsJniOnLoad.cpp | 37 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/security/jni/ |
CtsSecurityJniOnLoad.cpp | 31 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/packages/services/Car/service/jni/ |
JniInit.cpp | 31 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/external/webrtc/webrtc/modules/utility/source/ |
helpers_android.cc | 28 RTC_CHECK(((env != NULL) && (status == JNI_OK)) || 107 attached_ = (res == JNI_OK); 116 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res;
|
/libcore/luni/src/main/native/ |
Register.cpp | 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/packages/inputmethods/LatinIME/native/jni/ |
jni_common.cpp | 33 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/libcore/luni/src/test/native/ |
libcore_java_lang_ThreadTest.cpp | 43 if (javaVm->AttachCurrentThread(&env, &args) != JNI_OK) { 73 if (javaVm->DetachCurrentThread() != JNI_OK) {
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
com_android_cts_splitapp_Native.cpp | 82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
|