Searched refs:numFound (Results 1 – 3 of 3) sorted by relevance
456 size_t numFound = 0; in getFreeMemoryImpl() local460 while (*p && numFound < num) { in getFreeMemoryImpl()474 numFound++; in getFreeMemoryImpl()482 return numFound > 0 ? mem : -1; in getFreeMemoryImpl()
614 size_t numFound = 0; in android_os_Debug_getMemInfo() local672 while (*p && numFound < (sizeof(tagsLen) / sizeof(tagsLen[0]))) { in android_os_Debug_getMemInfo()685 numFound++; in android_os_Debug_getMemInfo()
351 int numFound = 0, numArgs = searchArgs.size(); in dump() local364 numFound++; in dump()438 if (numFound == 0) out.append("(No entries found.)\n"); in dump()