/cts/apps/CtsVerifier/jni/verifier/ |
CtsVerifierJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/jni/ |
CtsJniOnLoad.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) {
|
/frameworks/base/voip/jni/rtp/ |
rtp_jni.cpp | 27 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 | 38 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 39 LOGE("ERROR: GetEnv failed");
|
/development/samples/BrowserPlugin/jni/video/ |
VideoPlugin.cpp | 73 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 100 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
|
/development/pdk/pndk/samples/samplejni/ |
native.cpp | 71 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { 72 fprintf(stderr, "GetEnv failed");
|
/development/samples/BrowserPlugin/jni/ |
jni-bridge.cpp | 74 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
PluginObject.cpp | 58 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
|
/development/samples/SimpleJNI/jni/ |
native.cpp | 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { 95 LOGE("ERROR: GetEnv failed");
|
/frameworks/base/packages/DefaultContainerService/jni/ |
com_android_defcontainer_MeasurementUtils.cpp | 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) {
|
/frameworks/base/services/jni/ |
onload.cpp | 45 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 46 LOGE("GetEnv failed!");
|
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 82 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 111 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
|
/external/quake/quake/src/QW/client/ |
main.cpp | 112 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 113 fprintf(stderr, "ERROR: GetEnv failed\n");
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-port.cc | 214 const char* const string_value = GetEnv(env_var.c_str()); 265 const char* const string_value = GetEnv(env_var.c_str()); 287 const char* const value = GetEnv(env_var.c_str());
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 94 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 121 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) { 150 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK || 472 if (gVM->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) { 137 fprintf(stderr, "ERROR: GetEnv failed\n");
|
/external/srec/srec_jni/ |
android_speech_srec_MicrophoneInputStream.cpp | 131 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 132 LOGE("ERROR: GetEnv failed\n");
|
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 709 const char* const string_value = posix::GetEnv(env_var.c_str()); 719 const char* const string_value = posix::GetEnv(env_var.c_str()); 741 const char* const value = posix::GetEnv(env_var.c_str());
|
/external/gtest/src/ |
gtest-port.cc | 616 const char* const string_value = GetEnv(env_var.c_str()); 626 const char* const string_value = GetEnv(env_var.c_str()); 648 const char* const value = GetEnv(env_var.c_str());
|
/external/llvm/utils/unittest/googletest/ |
gtest-port.cc | 674 const char* const string_value = posix::GetEnv(env_var.c_str()); 684 const char* const string_value = posix::GetEnv(env_var.c_str()); 706 const char* const value = posix::GetEnv(env_var.c_str());
|
/external/protobuf/gtest/src/ |
gtest-port.cc | 643 const char* const string_value = posix::GetEnv(env_var.c_str()); 653 const char* const string_value = posix::GetEnv(env_var.c_str()); 675 const char* const value = posix::GetEnv(env_var.c_str());
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 100 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK || 135 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) { 233 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 264 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
|
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 258 LOGE("ERROR: GetEnv failed\n");
|