Searched defs:array_length (Results 1 - 3 of 3) sorted by relevance

/system/bt/osi/src/
H A Darray.cc70 size_t array_length(const array_t* array) { function
/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp297 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]); local
298 const uint8_t* end = msgbuf + array_length;
299 for (uint32_t i = 0; i < array_length; ++i) {
/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp33 int Find(uint32_t array_length, F&& f) { argument
35 int top = array_length - 1;

Completed in 686 milliseconds