Home
last modified time | relevance | path

Searched defs:array (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/tests/
Dscoped_primitive_array_test.cpp21 void TestScopedPrimitiveArrayRO(JNIEnv* env, jbooleanArray array) { in TestScopedPrimitiveArrayRO()
28 void TestCompilationRW(JNIEnv* env, jintArray array) { in TestCompilationRW()
/libnativehelper/tests_mts/src/android/libnativehelper/mts/
DJniHelpTest.java303 String[] array = createStringArray(i); in testCreateStringArray() local