Home
last modified time | relevance | path

Searched refs:jintarrayGetLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apct-tests/perftests/core/jni/
DSystemPerfTest.cpp24 static jint jintarrayGetLength(JNIEnv* env, jclass, jintArray jarray) { in jintarrayGetLength() function
53 {"jintarrayGetLength", "([I)I", (void *) jintarrayGetLength},
/frameworks/base/apct-tests/perftests/core/src/android/perftests/
DSystemPerfTest.java87 jintarrayGetLength(data); in testJniArrayGetLength()
112 private static native int jintarrayGetLength(int[] array); in jintarrayGetLength() method in SystemPerfTest