Home
last modified time | relevance | path

Searched refs:numFound (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_Process.cpp433 size_t numFound = 0; in getFreeMemoryImpl() local
437 while (*p && numFound < num) { in getFreeMemoryImpl()
451 numFound++; in getFreeMemoryImpl()
459 return numFound > 0 ? mem : -1; in getFreeMemoryImpl()
Dandroid_os_Debug.cpp561 int numFound = 0; in android_os_Debug_getMemInfo() local
609 while (*p && numFound < 8) { in android_os_Debug_getMemInfo()
622 numFound++; in android_os_Debug_getMemInfo()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java351 int numFound = 0, numArgs = searchArgs.size(); in dump() local
364 numFound++; in dump()
433 if (numFound == 0) out.append("(No entries found.)\n"); in dump()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1256 int numFound = 0; in parseApkLite() local
1262 numFound++; in parseApkLite()
1265 numFound++; in parseApkLite()
1268 numFound++; in parseApkLite()
1270 if (numFound >= 3) { in parseApkLite()