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

  /external/deqp/framework/delibs/depool/
dePoolSet.c 82 int numFound = 0;
89 numFound++;
92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set));
dePoolHash.c 98 int numFound = 0;
107 numFound++;
110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash));
  /external/gptfdisk/
gptcl.cc 543 int numFound = 0;
547 while ((numFound < itemNum) && (!foundLast)) {
549 numFound++;
553 } else if (numFound < itemNum) {
557 if ((numFound == itemNum) && (numFound > 0))
basicmbr.cc 636 int numFound = 0;
646 numFound++;
654 return numFound;
    [all...]
gpt.cc 588 int i, found, numFound = 0;
605 numFound++;
618 return numFound;
    [all...]
  /system/extras/procrank/
procrank.c 53 int numFound = 0;
92 while (*p && numFound < 6) {
105 numFound++;
  /frameworks/base/core/jni/
android_util_Process.cpp 456 size_t numFound = 0;
460 while (*p && numFound < num) {
474 numFound++;
482 return numFound > 0 ? mem : -1;
android_os_Debug.cpp 614 size_t numFound = 0;
672 while (*p && numFound < (sizeof(tagsLen) / sizeof(tagsLen[0]))) {
685 numFound++;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 351 int numFound = 0, numArgs = searchArgs.size();
364 numFound++;
438 if (numFound == 0) out.append("(No entries found.)\n");
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 857 milliseconds