HomeSort by relevance Sort by last modified time
    Searched refs:numFound (Results 1 - 4 of 4) sorted by null

  /system/extras/procrank/
procrank.c 50 int numFound = 0;
89 while (*p && numFound < 6) {
102 numFound++;
  /frameworks/base/core/jni/
android_util_Process.cpp 433 int numFound = 0;
437 while (*p && numFound < num) {
451 numFound++;
459 return numFound > 0 ? mem : -1;
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 345 int numFound = 0, numArgs = searchArgs.size();
358 numFound++;
427 if (numFound == 0) out.append("(No entries found.)\n");
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]

Completed in 456 milliseconds