Searched refs:numFound (Results 1 – 3 of 3) sorted by relevance
610 size_t numFound = 0; in getFreeMemoryImpl() local614 while (*p && numFound < num) { in getFreeMemoryImpl()628 numFound++; in getFreeMemoryImpl()636 return numFound > 0 ? mem : -1; in getFreeMemoryImpl()
683 size_t numFound = 0; in android_os_Debug_getMemInfo() local741 while (*p && numFound < (sizeof(tagsLen) / sizeof(tagsLen[0]))) { in android_os_Debug_getMemInfo()754 numFound++; in android_os_Debug_getMemInfo()
391 int numFound = 0, numArgs = searchArgs.size(); in dump() local404 numFound++; in dump()478 if (numFound == 0) out.append("(No entries found.)\n"); in dump()