| /hardware/libhardware/tests/input/evdev/ |
| D | BitUtils_test.cpp | 25 uint8_t arr[2] = { 0xff, 0xff }; in TEST() local 31 uint8_t arr[1]; in TEST() local 37 uint8_t arr[1]; in TEST() local 45 uint8_t arr[1] = { 0x10 }; in TEST() local 55 uint8_t arr[1] = { 0x10 }; in TEST() local 66 uint8_t arr[3] = { 0x00, 0x08, 0x01 }; in TEST() local
|
| /hardware/google/aemu/base/include/aemu/base/ |
| D | ArraySize.h | 25 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument 41 static constexpr size_t arraySize(const std::array<T, N>& arr) { in arraySize() 54 #define ARRAY_SIZE(arr) (::android::base::arraySize(arr)) argument
|
| /hardware/google/aemu/base/ |
| D | ArraySize_unittest.cpp | 38 static constexpr int arr[20] = {}; in TEST() local
|
| D | TypeTraits_unittest.cpp | 98 char arr[100]; in TEST() local
|
| /hardware/libhardware/modules/input/evdev/ |
| D | BitUtils.cpp | 38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { in testBitInRange()
|
| D | InputHub.cpp | 53 static constexpr bool testBit(int bit, const uint8_t arr[]) { in testBit()
|
| /hardware/google/graphics/common/libacryl/ |
| D | acrylic_internal.h | 42 #define ARRSIZE(arr) (sizeof(arr) / sizeof(arr[0])) argument
|
| /hardware/interfaces/confirmationui/support/src/ |
| D | ConfirmationUITranslations.c | 152 #define ARRAY_ELEMENTS(arr) \ argument
|
| /hardware/google/graphics/common/libscaler/ |
| D | libscaler-common.h | 68 #define ARRSIZE(arr) (sizeof(arr)/sizeof(arr[0])) argument
|
| /hardware/interfaces/thermal/utils/ |
| D | ThermalHidlWrapper.cpp | 287 char** arr = new char*[args.size()]; in debug() local
|
| /hardware/ti/am57x/libhwcomposer/ |
| D | hwc.cpp | 48 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /hardware/interfaces/drm/aidl/vts/ |
| D | drm_hal_common.cpp | 425 std::array<uint8_t, 16> arr; in toStdArray() local
|
| /hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
| D | QCamera3HWI.cpp | 6973 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName() 7005 template <typename fwkType, class mapType> int lookupHalName(const mapType *arr, in lookupHalName() 7031 template <class mapType> cam_cds_mode_type_t lookupProp(const mapType *arr, in lookupProp()
|
| /hardware/qcom/camera/msm8998/QCamera2/HAL/ |
| D | QCameraParameters.cpp | 1465 template <class mapType> int lookupAttr(const mapType *arr, in lookupAttr() 1489 template <class mapType> const char *lookupNameByValue(const mapType *arr, in lookupNameByValue()
|