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

1 2

  /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 557 int numFound = 0;
561 while ((numFound < itemNum) && (!foundLast)) {
563 numFound++;
567 } else if (numFound < itemNum) {
571 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 78 unsigned int numFound = 0;
130 while (*p && (numFound < (sizeof(tagsLen) / sizeof(tagsLen[0])))) {
143 numFound++;
  /frameworks/base/core/jni/
android_util_Process.cpp 623 size_t numFound = 0;
627 while (*p && numFound < num) {
641 numFound++;
649 return numFound > 0 ? mem : -1;
    [all...]
android_os_Debug.cpp 783 size_t numFound = 0;
845 while (*p && numFound < (sizeof(tagsLen) / sizeof(tagsLen[0]))) {
858 numFound++;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 409 int numFound = 0, numArgs = searchArgs.size();
422 numFound++;
498 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 468 INT* numFound);
471 INT* numFound);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /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/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 589 milliseconds

1 2