Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java38 private static final int ARRAY_SIZE = 256; field in ScriptGroupTest
323 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()
325 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()
329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()
336 Type connectType = Type.createX(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()
350 int[] a = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()
356 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()
372 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2GatherScatterAcrossKernelsViaGlobals()
374 for (int i = 0; i < ARRAY_SIZE; i++) { in testBuilder2GatherScatterAcrossKernelsViaGlobals()
381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals()
[all …]
/cts/tests/tests/media/libaudiojni/
Dsl-utils.cpp23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
63 if ((size_t)code >= ARRAY_SIZE(gErrorStrings)) { in getSLErrStr()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceResultTest.java69 private static final int ARRAY_SIZE = 100000; in testSort()
73 array = createArray(ARRAY_SIZE); in testSort()
/cts/tests/tests/os/src/android/os/cts/
DDebugTest.java120 final int ARRAY_SIZE = 100; in testGetAndReset() local
121 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset()
124 int[] test = new int[ARRAY_SIZE]; in testGetAndReset()