Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 10 of 10) 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/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
55 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/security/securityPatch/CVE-2016-8449/
Dpoc.c34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/hostsidetests/security/securityPatch/CVE-2016-8425/
Dpoc.c32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/hostsidetests/security/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.java122 final int ARRAY_SIZE = 100; in testGetAndReset() local
123 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset()
126 int[] test = new int[ARRAY_SIZE]; in testGetAndReset()
/cts/hostsidetests/security/securityPatch/CVE-2017-0429/
Dpoc.c37 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/hostsidetests/security/securityPatch/CVE-2016-8482/
Dpoc.c38 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro