Searched refs:numFound (Results 1 – 3 of 3) sorted by relevance
621 size_t numFound = 0; in getFreeMemoryImpl() local625 while (*p && numFound < num) { in getFreeMemoryImpl()639 numFound++; in getFreeMemoryImpl()647 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()
397 int numFound = 0, numArgs = searchArgs.size(); in dump() local410 numFound++; in dump()484 if (numFound == 0) out.append("(No entries found.)\n"); in dump()