/cts/hostsidetests/jvmti/base/jni/ |
D | cts_agent.cpp | 64 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 76 CHECK_EQ(0, vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) in Agent_OnAttach() 79 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnAttach()
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
D | cts_agent.cpp | 116 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 128 CHECK_EQ(0, vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) in Agent_OnAttach() 131 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnAttach()
|
/cts/tests/tests/libnativehelper/jni/ |
D | libnativehelper_test.cpp | 22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
|
/cts/tests/tests/hardware/jni/ |
D | CtsHardwareJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | CtsSeccompJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | CtsGpuToolsJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tools/cts-device-info/jni/ |
D | CtsDeviceInfoJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tests/tests/media/libmediandkjni/ |
D | CtsMediaDrmJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/text/jni/ |
D | CtsTextJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | CtsVerifierJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/permission/jni/ |
D | CtsPermissionsJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/drm/jni/ |
D | CtsDrmJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/selinux/common/jni/ |
D | CtsSecurityJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/common/device-side/util/jni/ |
D | CtsJniOnLoad.cpp | 26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/view/jni/ |
D | CtsViewJniOnLoad.cpp | 26 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_parcel_jni.cpp | 28 JNIEnv* env = GetEnv(); in TEST()
|
D | test_ibinder_jni.cpp | 39 JNIEnv* env = GetEnv(); in TEST_F()
|
/cts/tests/tests/security/jni/ |
D | CtsSecurityJniOnLoad.cpp | 29 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/jni/libjnitest/ |
D | register.c | 31 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/atrace/AtraceTestApp/jni/ |
D | CtsTrace.cpp | 51 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/os/jni/ |
D | CtsOsJniOnLoad.cpp | 41 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 50 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/sensor/jni/ |
D | nativeTestHelper.cpp | 46 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/graphics/jni/ |
D | CtsGraphicsJniOnLoad.cpp | 34 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|