Home
last modified time | relevance | path

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

/aosp14/frameworks/base/startop/apps/test/src/
H A DCPUIntensiveBenchmarks.java26 public static final int ARRAY_SIZE = 30000; field in CPUIntensiveBenchmarks
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_utils_SurfaceUtils.cpp44 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp14/system/core/storaged/include/
H A Dstoraged.h37 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java50 public static final int ARRAY_SIZE = 4096; field in SparseMappingTable
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp82 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/aosp14/system/core/llkd/
H A Dlibllkd.cpp54 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp95 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp14/system/core/trusty/storage/tests/
H A Dmain.cpp25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro