Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/
Dpoc.c17 #define ARRAY_SIZE(__a) (sizeof(__a) / sizeof((__a)[0])) macro
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/cts/tests/tests/media/audio/jni/
Dsl-utils.cpp23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/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.java163 final int ARRAY_SIZE = 100; in testGetAndReset() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c38 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java38 private static final int ARRAY_SIZE = 256; field in ScriptGroupTest