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

1 2 3 4 5 6 7 8 9

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/libs/deviceutil/jni/
CtsJniOnLoad.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) {
  /external/chromium_org/testing/gtest/test/
gtest_premature_exit_test.cc 41 using ::testing::internal::posix::GetEnv;
61 premature_exit_file_path_ = GetEnv("TEST_PREMATURE_EXIT_FILE");
106 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE");
132 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE");
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_windows.cc 39 return GetEnv(kTsanOptionsEnv);
  /external/gtest/test/
gtest_premature_exit_test.cc 41 using ::testing::internal::posix::GetEnv;
61 premature_exit_file_path_ = GetEnv("TEST_PREMATURE_EXIT_FILE");
104 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE");
130 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE");
  /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 ||
  /hardware/intel/common/utils/ituxd/jni/
onload.cpp 33 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
34 ALOGE("GetEnv failed!");
  /external/compiler-rt/lib/lsan/
lsan.cc 31 cf->external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
35 ParseCommonFlagsFromString(cf, GetEnv("LSAN_OPTIONS"));
  /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)) {
  /frameworks/ex/framesequence/jni/
BitmapDecoderJNI.cpp 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /external/llvm/unittests/Support/
ProcessTest.cpp 56 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__"));
63 Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__"));
71 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__"));
  /cts/tests/tests/jni/libjnitest/
register.c 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/os/jni/
CtsOsJniOnLoad.cpp 33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc 20 jint ret_val = jvm->GetEnv(reinterpret_cast<void**>(&env_), JNI_VERSION_1_4);
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/components/cronet/android/
cronet_jni.cc 35 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.h 77 const char* GetEnv(const char* var_name);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.h 77 const char* GetEnv(const char* var_name);
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 33 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
34 AKLOGE("ERROR: GetEnv failed");
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
83 LOGE("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");

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 9