/system/vold/ |
D | VoldUtil.h | 22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/system/bt/test/suite/ |
D | base.h | 33 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/system/core/init/ |
D | util.h | 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/system/extras/tests/pagingtest/ |
D | pagingtest.h | 8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/system/bt/osi/include/ |
D | osi.h | 7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/system/media/alsa_utils/ |
D | alsa_format.c | 24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
D | alsa_logging.c | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
D | alsa_device_proxy.c | 32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
D | alsa_device_profile.c | 32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/system/netd/server/ |
D | NetdConstants.h | 41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/system/core/libmemtrack/ |
D | memtrack.c | 29 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/system/core/toolbox/ |
D | mount.c | 16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
/system/bt/stack/srvc/ |
D | srvc_eng.c | 32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/system/core/libcutils/tests/ |
D | PropertiesTest.cpp | 31 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 64 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/system/core/adb/ |
D | adb.cpp | 43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/system/core/logwrapper/ |
D | logwrap.c | 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/system/media/audio_utils/tests/ |
D | primitives_tests.cpp | 28 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/system/core/fastboot/ |
D | engine.c | 52 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
D | fastboot.cpp | 58 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(*(a))) macro
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 61 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/system/core/lmkd/ |
D | lmkd.c | 49 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|