HomeSort by relevance Sort by last modified time
    Searched refs:largeArray (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/tests/
defines_test.cpp 28 int largeArray[LARGE_ARRAY_SIZE];
30 EXPECT_EQ(LARGE_ARRAY_SIZE, NELEMS(largeArray));
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 369 sp<Allocation> largeArray = Allocation::createTyped(mRS, b.create());
379 script->set_array(largeArray);
386 script->forEach_compare(largeArray);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 734 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).create());
743 script.set_array(largeArray);
750 script.forEach_compare(largeArray);
760 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).setY(16).create());
769 script.set_array(largeArray);
776 script.forEach_compare(largeArray);

Completed in 2858 milliseconds