/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/nxp/keymint/KM300/ |
D | CborConverter.h | 129 Array* arr = nullptr; in getItemAtPos() local
|
D | CborConverter.cpp | 335 const Array* arr = arrayItem.value().get()->asArray(); in getCertificateChain() local
|
/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/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_private_defs.h | 42 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
|
/hardware/nxp/keymint/KM200/ |
D | CborConverter.h | 156 Array* arr = nullptr; in getItemAtPos() local
|
D | CborConverter.cpp | 272 const Array* arr = arrayItem.get()->asArray(); in getCertificateChain() local 288 const Array* arr = arrayItem.get()->asArray(); in getMultiBinaryArray() local
|
/hardware/interfaces/confirmationui/support/src/ |
D | ConfirmationUITranslations.c | 152 #define ARRAY_ELEMENTS(arr) \ argument
|
/hardware/interfaces/radio/aidl/minradio/libminradio/sim/ |
D | Filesystem.cpp | 37 const Filesystem::Path arr{EF_ARR, MF_SIM}; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmValidate.cpp | 75 bool GLEScmValidate::supportedArrays(GLenum arr) { in supportedArrays()
|
D | GLEScmContext.cpp | 422 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei … in setupArr()
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | setup.hpp | 815 # define GLM_COUNTOF(arr) glm::countof(arr) argument 817 # define GLM_COUNTOF(arr) _countof(arr) argument 819 # define GLM_COUNTOF(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 | 433 std::array<uint8_t, 16> arr; in toStdArray() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 662 void GLESv2Context::setupArrWithDataSize(GLsizei datasize, const GLvoid* arr, in setupArrWithDataSize()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 993 void GLEScontext::enableArr(GLenum arr,bool enable) { in enableArr() 1000 bool GLEScontext::isArrEnabled(GLenum arr) { in isArrEnabled()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf()
|