HomeSort by relevance Sort by last modified time
    Searched full:venv (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 71 void* venv; member in union:__anon1182
76 uenv.venv = NULL;
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 82 void* venv; member in union:__anon2676
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 82 void* venv; member in union:__anon22591
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 82 void* venv; member in union:__anon22592
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 82 void* venv; member in union:__anon22593
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /external/llvm/utils/lit/utils/
check-sdist 14 grep -v '^\./venv' | \
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 407 void* venv; member in union:__anon28193
413 uenv.venv = NULL;
419 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {

Completed in 2590 milliseconds