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

1 2 3 4 5

  /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 ||
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 45 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) {
  /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 37 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
38 AKLOGE("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/samples/BrowserPlugin/jni/
jni-bridge.cpp 74 if (vm->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 ALOGE("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 46 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
47 ALOGE("GetEnv failed!");
  /libcore/luni/src/main/native/
Register.cpp 27 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
28 ALOGE("JavaVM::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 113 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
114 fprintf(stderr, "ERROR: GetEnv failed\n");
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 134 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
135 ALOGE("GetEnv failed!");
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.cpp 37 if (jvm->GetEnv ((void **) &e, JNI_VERSION_1_6))
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 83 const char *GetEnv(const char *name) {
  /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 129 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
130 ALOGE("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 514 char *sdcard_path = getenv("EXTERNAL_STORAGE");
726 const char* const string_value = posix::GetEnv(env_var.c_str());
736 const char* const string_value = posix::GetEnv(env_var.c_str());
758 const char* const value = posix::GetEnv(env_var.c_str());
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 713 const char* const string_value = posix::GetEnv(env_var.c_str());
723 const char* const string_value = posix::GetEnv(env_var.c_str());
745 const char* const value = posix::GetEnv(env_var.c_str());

Completed in 350 milliseconds

1 2 3 4 5