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

1 2 3 4 5 6 7

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_windows.cc 38 return GetEnv(kTsanOptionsEnv);
tsan_platform_mac.cc 86 return GetEnv(kTsanOptionsEnv);
tsan_platform_linux.cc 169 const char *tmpdir = GetEnv("TMPDIR");
171 tmpdir = GetEnv("TEST_TMPDIR");
357 return GetEnv(kTsanOptionsEnv);
  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.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/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) {
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
31 ALOGE("ERROR: GetEnv failed");
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
  /external/compiler-rt/lib/lsan/
lsan.cc 27 cf->external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
36 ParseCommonFlagsFromString(GetEnv("LSAN_OPTIONS"));
  /cts/tests/jni/
CtsJniOnLoad.cpp 30 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 28 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 35 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
36 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 48 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
49 ALOGE("GetEnv failed!");
  /libcore/luni/src/main/native/
Register.cpp 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
29 ALOGE("JavaVM::GetEnv() failed");
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.cpp 43 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 73 GetEnv("EXTERNAL_STORAGE"), uid);
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 136 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
137 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/chromium_org/third_party/mesa/src/src/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());

Completed in 367 milliseconds

1 2 3 4 5 6 7