Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DBitUtils_test.cpp25 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/
DArraySize.h25 # 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/
DCborConverter.h129 Array* arr = nullptr; in getItemAtPos() local
DCborConverter.cpp335 const Array* arr = arrayItem.value().get()->asArray(); in getCertificateChain() local
/hardware/google/aemu/base/
DArraySize_unittest.cpp38 static constexpr int arr[20] = {}; in TEST() local
DTypeTraits_unittest.cpp98 char arr[100]; in TEST() local
/hardware/libhardware/modules/input/evdev/
DBitUtils.cpp38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { in testBitInRange()
DInputHub.cpp53 static constexpr bool testBit(int bit, const uint8_t arr[]) { in testBit()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_private_defs.h42 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
/hardware/nxp/keymint/KM200/
DCborConverter.h156 Array* arr = nullptr; in getItemAtPos() local
DCborConverter.cpp272 const Array* arr = arrayItem.get()->asArray(); in getCertificateChain() local
288 const Array* arr = arrayItem.get()->asArray(); in getMultiBinaryArray() local
/hardware/interfaces/confirmationui/support/src/
DConfirmationUITranslations.c152 #define ARRAY_ELEMENTS(arr) \ argument
/hardware/interfaces/radio/aidl/minradio/libminradio/sim/
DFilesystem.cpp37 const Filesystem::Path arr{EF_ARR, MF_SIM}; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmValidate.cpp75 bool GLEScmValidate::supportedArrays(GLenum arr) { in supportedArrays()
DGLEScmContext.cpp422 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei … in setupArr()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dsetup.hpp815 # 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/
DThermalHidlWrapper.cpp287 char** arr = new char*[args.size()]; in debug() local
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp48 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp433 std::array<uint8_t, 16> arr; in toStdArray() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp662 void GLESv2Context::setupArrWithDataSize(GLsizei datasize, const GLvoid* arr, in setupArrWithDataSize()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp993 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/
Dstb_image_write.h826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf()