HomeSort by relevance Sort by last modified time
    Searched refs:JNI_OK (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 28 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/security/jni/
CtsSecurityJniOnLoad.cpp 26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
  /cts/tests/jni/
CtsJniOnLoad.cpp 30 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/jni/libjnitest/
register.c 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 32 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/services/jni/
onload.cpp 46 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /libcore/luni/src/main/native/
Register.cpp 27 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 238 sizeof(gMethods) / sizeof(gMethods[0])) != JNI_OK)
257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/quake/quake/src/QW/client/
main.cpp 113 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 132 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/quake/quake/src/WinQuake/
masterMain.cpp 136 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 129 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 77 if (jniError == JNI_OK && nJVMs > 0)
98 if (jniError == JNI_OK)
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 130 if (result != JNI_OK) {
142 if (result != JNI_OK) {
Graphics.cpp 390 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env)
405 if (env->GetJavaVM(&fVM) != JNI_OK) {
512 if (env->GetJavaVM(&fVM) != JNI_OK) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 895 if (mJavaVM->DetachCurrentThread() != JNI_OK)
929 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK)
954 if (result != JNI_OK)
    [all...]
  /libnativehelper/
JNIHelp.cpp 230 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) {
321 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /dalvik/dalvikvm/
Main.cpp 285 if (vm->DetachCurrentThread() != JNI_OK) {
  /dalvik/vm/
Jni.cpp     [all...]
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 237 return JNI_OK;
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 269 if (rc != JNI_OK) {

Completed in 558 milliseconds

1 2 3 4