Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java38 private static final int ARRAY_SIZE = 256; field in ScriptGroupTest
367 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()
369 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()
373 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()
380 Type connectType = Type.createX(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()
394 int[] a = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()
403 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()
419 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2GatherScatterAcrossKernelsViaGlobals()
421 for (int i = 0; i < ARRAY_SIZE; i++) { in testBuilder2GatherScatterAcrossKernelsViaGlobals()
428 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/
Dpoc.c17 #define ARRAY_SIZE(__a) (sizeof(__a) / sizeof((__a)[0])) macro
35 .len = ARRAY_SIZE(nlattr),
47 .len = ARRAY_SIZE(nlattr_nest),
59 .len = ARRAY_SIZE(nest_rem),
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
59 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
/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/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/
Dpoc.c32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/
Dpoc.c32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/tests/tests/os/src/android/os/cts/
DDebugTest.java133 final int ARRAY_SIZE = 100; in testGetAndReset() local
134 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset()
137 TEST_ALLOC.add(new int[ARRAY_SIZE]); in testGetAndReset()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c38 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro