HomeSort by relevance Sort by last modified time
    Searched refs:numFound (Results 1 - 21 of 21) 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));
dePoolHashSet.c 108 int numFound = 0;
117 numFound++;
120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash));
  /external/gptfdisk/
gptcl.cc 547 int numFound = 0;
551 while ((numFound < itemNum) && (!foundLast)) {
553 numFound++;
557 } else if (numFound < itemNum) {
561 if ((numFound == itemNum) && (numFound > 0))
gpt.cc 593 int i, found, numFound = 0;
610 numFound++;
623 return numFound;
    [all...]
basicmbr.cc 638 int numFound = 0;
648 numFound++;
656 return numFound;
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java     [all...]
  /system/extras/procrank/
procrank.cpp 79 unsigned int numFound = 0;
131 while (*p && (numFound < (sizeof(tagsLen) / sizeof(tagsLen[0])))) {
144 numFound++;
  /frameworks/base/core/jni/
android_util_Process.cpp 621 size_t numFound = 0;
625 while (*p && numFound < num) {
639 numFound++;
647 return numFound > 0 ? mem : -1;
    [all...]
android_os_Debug.cpp 683 size_t numFound = 0;
741 while (*p && numFound < (sizeof(tagsLen) / sizeof(tagsLen[0]))) {
754 numFound++;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 397 int numFound = 0, numArgs = searchArgs.size();
410 numFound++;
484 if (numFound == 0) out.append("(No entries found.)\n");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 896 FontFamily *families, INT *numFound) const
898 if (numSought <= 0 || !families || !numFound)
905 *numFound = 0;
914 numFound));
921 for (int i = 0; i < *numFound; ++i) {
    [all...]
gdiplusheaders.h 393 INT *numFound) const;
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 405 INT* numFound);
408 INT* numFound);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1172 milliseconds