Home
last modified time | relevance | path

Searched defs:array_length (Results 1 – 6 of 6) sorted by relevance

/system/gatekeeper/include/gatekeeper/
Dgatekeeper_utils.h43 template <typename T, size_t N> inline size_t array_length(const T (&)[N]) { in array_length() function
/system/vold/
DCryptoType.h81 constexpr size_t array_length(T (&)[N]) { in array_length() function
/system/bt/osi/src/
Darray.cc70 size_t array_length(const array_t* array) { in array_length() function
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp33 int Find(uint32_t array_length, F&& f) { in Find()
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp284 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]); in parse_garbage() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h83 template <typename T, size_t N> inline size_t array_length(const T (&)[N]) { in array_length() function