Searched defs:ct (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 168 callType ct, const char *name, const char *sig) { in findAppropriateMethod() 185 static char *help_CallBooleanMethod(JNIEnv *env, callType ct, ...) { in help_CallBooleanMethod() 288 static char *help_CallByteMethod(JNIEnv *env, callType ct, ...) { in help_CallByteMethod() 391 static char *help_CallShortMethod(JNIEnv *env, callType ct, ...) { in help_CallShortMethod() 494 static char *help_CallCharMethod(JNIEnv *env, callType ct, ...) { in help_CallCharMethod() 597 static char *help_CallIntMethod(JNIEnv *env, callType ct, ...) { in help_CallIntMethod() 700 static char *help_CallLongMethod(JNIEnv *env, callType ct, ...) { in help_CallLongMethod() 803 static char *help_CallFloatMethod(JNIEnv *env, callType ct, ...) { in help_CallFloatMethod() 906 static char *help_CallDoubleMethod(JNIEnv *env, callType ct, ...) { in help_CallDoubleMethod() 1009 static char *help_CallVoidMethod(JNIEnv *env, callType ct, ...) { in help_CallVoidMethod() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 74 int ct = (y * w + x) * invs2; in testNorm() local 200 int ct = (y * w + x) * invs2; in testDot() local
|
/cts/tests/app/src/android/app/cts/ |
D | LaunchpadActivity.java | 165 public static void setCallingTest(CallingTest ct) { in setCallingTest()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | LaunchpadActivity.java | 165 public static void setCallingTest(CallingTest ct) { in setCallingTest()
|