/cts/hostsidetests/jvmti/base/jni/ |
D | cts_agent.cpp | 45 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, in Agent_OnLoad() argument 48 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 56 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, in Agent_OnAttach() argument 60 CHECK_EQ(0, vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) in Agent_OnAttach() 63 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnAttach()
|
/cts/tests/tests/jni/libjnitest/ |
D | register.c | 28 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 31 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/hardware/jni/ |
D | CtsHardwareJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) { in JNI_OnLoad() argument 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tests/tests/media/libmediandkjni/ |
D | CtsMediaDrmJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void */*reserved*/) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | CtsSeccompJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void * /*reserved*/) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | CtsGpuToolsJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) { in JNI_OnLoad() argument 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tools/cts-device-info/jni/ |
D | CtsDeviceInfoJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) { in JNI_OnLoad() argument 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tests/tests/permission/jni/ |
D | CtsPermissionsJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/drm/jni/ |
D | CtsDrmJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | CtsVerifierJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/view/jni/ |
D | CtsViewJniOnLoad.cpp | 24 jint JNI_OnLoad(JavaVM *vm, void *) { in JNI_OnLoad() argument 26 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/selinux/common/jni/ |
D | CtsSecurityJniOnLoad.cpp | 22 jint JNI_OnLoad(JavaVM *vm, void *reserved __attribute__((unused))) { in JNI_OnLoad() argument 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/common/device-side/util/jni/ |
D | CtsJniOnLoad.cpp | 23 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
D | cts_agent.cpp | 113 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, in Agent_OnLoad() argument 116 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 124 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, in Agent_OnAttach() argument 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/sensor/jni/ |
D | nativeTestHelper.cpp | 40 jint JNI_OnLoad(JavaVM *vm, void *) { in JNI_OnLoad() argument 42 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/security/jni/ |
D | CtsSecurityJniOnLoad.cpp | 29 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 32 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/os/jni/ |
D | CtsOsJniOnLoad.cpp | 38 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument 41 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/graphics/jni/ |
D | CtsGraphicsJniOnLoad.cpp | 30 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) { in JNI_OnLoad() argument 32 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 48 extern "C" jint JNI_OnLoad(JavaVM* vm, void*) { in JNI_OnLoad() argument 50 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/abioverride/app/jni/ |
D | CtsAbiOverrideJniOnLoad.cpp | 19 jint JNI_OnLoad(JavaVM *vm, void *reserved) { in JNI_OnLoad() argument
|
/cts/tests/vm/src/android/vm/cts/opcodes/add_int_lit16/ |
D | AddIntLit16_5.java | 17 package android.vm.cts.opcodes.add_int_lit16;
|
D | AddIntLit16_2.java | 17 package android.vm.cts.opcodes.add_int_lit16;
|
D | AddIntLit16_11.java | 17 package android.vm.cts.opcodes.add_int_lit16;
|
D | AddIntLit16_4.java | 17 package android.vm.cts.opcodes.add_int_lit16;
|
/cts/tests/vm/src/android/vm/cts/opcodes/add_int_lit8/ |
D | AddIntLit8_3.java | 17 package android.vm.cts.opcodes.add_int_lit8;
|