Home
last modified time | relevance | path

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

/external/fbjni/test/jni/
Dprimitive_array_tests.cpp259 jboolean testCopiedPinnedArray(alias_ref<jobject>, alias_ref<jintArray> input) { in testCopiedPinnedArray() function
395 "nativeTestCopiedPinnedArray", testCopiedPinnedArray), in RegisterPrimitiveArrayTests()
/external/fbjni/test/
DPrimitiveArrayTests.java589 public void testCopiedPinnedArray() { in testCopiedPinnedArray() method in PrimitiveArrayTests