HomeSort by relevance Sort by last modified time
    Searched refs:GetEnv (Results 1 - 25 of 120) 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/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) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_windows.cc 37 return GetEnv(kTsanOptionsEnv);
tsan_platform_mac.cc 85 return GetEnv(kTsanOptionsEnv);
  /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) {
  /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 32 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
33 AKLOGE("ERROR: GetEnv failed");
  /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");
  /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 132 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
133 ALOGE("GetEnv failed!");
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.cpp 40 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());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 67 GetEnv("EXTERNAL_STORAGE"), uid);
  /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 513 char *sdcard_path = getenv("EXTERNAL_STORAGE");
733 const char* const string_value = posix::GetEnv(env_var.c_str());
743 const char* const string_value = posix::GetEnv(env_var.c_str());
765 const char* const value = posix::GetEnv(env_var.c_str());
  /external/libvpx/libvpx/third_party/googletest/src/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());

Completed in 932 milliseconds

1 2 3 4 5