Home
last modified time | relevance | path

Searched defs:this (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_InstanceNonce.c30 static void InstanceNonce_nop(JNIEnv *env, jobject this) { in InstanceNonce_nop()
35 static jboolean InstanceNonce_returnBoolean(JNIEnv *env, jobject this) { in InstanceNonce_returnBoolean()
40 static jbyte InstanceNonce_returnByte(JNIEnv *env, jobject this) { in InstanceNonce_returnByte()
45 static jshort InstanceNonce_returnShort(JNIEnv *env, jobject this) { in InstanceNonce_returnShort()
50 static jchar InstanceNonce_returnChar(JNIEnv *env, jobject this) { in InstanceNonce_returnChar()
55 static jint InstanceNonce_returnInt(JNIEnv *env, jobject this) { in InstanceNonce_returnInt()
60 static jlong InstanceNonce_returnLong(JNIEnv *env, jobject this) { in InstanceNonce_returnLong()
65 static jfloat InstanceNonce_returnFloat(JNIEnv *env, jobject this) { in InstanceNonce_returnFloat()
70 static jdouble InstanceNonce_returnDouble(JNIEnv *env, jobject this) { in InstanceNonce_returnDouble()
75 static jobject InstanceNonce_returnNull(JNIEnv *env, jobject this) { in InstanceNonce_returnNull()
[all …]
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... .ActionListener { private final junit.awtui.AboutDialog this$0 void <init> (junit.awtui ...
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c52 jobject this; variable