Home | History | Annotate | Download | only in jni

Lines Matching defs:env

39     JNIEnv *env = NULL;
41 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
45 if (register_android_os_cts_CpuInstructions(env)) {
49 if (register_android_os_cts_TaggedPointer(env)) {
53 if (register_android_os_cts_HardwareName(env)) {
57 if (register_android_os_cts_OSFeatures(env)) {
61 if (register_android_os_cts_NoExecutePermissionTest(env)) {
65 if (register_android_os_cts_SeccompTest(env)) {
69 if (register_android_os_cts_SharedMemoryTest(env)) {
73 if (register_android_os_cts_SPMITest(env)) {