HomeSort by relevance Sort by last modified time
    Searched refs:GetEnv (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 178 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 539 const char* temp_dir = posix::GetEnv("TEMP");
  /external/jhead/
main.c 769 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK) {
770 fprintf(stderr, "ERROR: GetEnv failed\n");
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 168 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 453 const char* temp_dir = posix::GetEnv("TEMP");
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
675 LOGE("ERROR: GetEnv failed\n");
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 390 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env)
392 SkDebugf("------- [%p] vm->GetEnv() failed\n", vm);
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 894 nat->vm->GetEnv( (void **)&e, nat->env_version);
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 618 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
619 LOGE("ERROR: GetEnv failed\n");
  /frameworks/base/core/jni/
AndroidRuntime.cpp 212 char* value = getenv("qwerty");
816 const char* rootDir = getenv("ANDROID_ROOT");
826 //const char* kernelHack = getenv("LD_ASSUME_KERNEL");
919 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK)
    [all...]
android_util_Binder.cpp 184 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL;
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 791 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 828 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
829 LOGE("ERROR: GetEnv failed\n");
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 897 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
898 LOGE("ERROR: GetEnv failed\n");
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1152 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK)
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /dalvik/vm/
Jni.cpp     [all...]
CheckJni.cpp 515 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]

Completed in 2789 milliseconds

1 23