Searched refs:numFound (Results 1 – 4 of 4) sorted by relevance
433 size_t numFound = 0; in getFreeMemoryImpl() local437 while (*p && numFound < num) { in getFreeMemoryImpl()451 numFound++; in getFreeMemoryImpl()459 return numFound > 0 ? mem : -1; in getFreeMemoryImpl()
561 int numFound = 0; in android_os_Debug_getMemInfo() local609 while (*p && numFound < 8) { in android_os_Debug_getMemInfo()622 numFound++; in android_os_Debug_getMemInfo()
351 int numFound = 0, numArgs = searchArgs.size(); in dump() local364 numFound++; in dump()433 if (numFound == 0) out.append("(No entries found.)\n"); in dump()
1256 int numFound = 0; in parseApkLite() local1262 numFound++; in parseApkLite()1265 numFound++; in parseApkLite()1268 numFound++; in parseApkLite()1270 if (numFound >= 3) { in parseApkLite()