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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFontCollection.h 32 INT numFound = 0;
35 nativeFontCollection, &numFound);
39 return numFound;
46 OUT INT * numFound
49 if (numSought <= 0 || gpfamilies == NULL || numFound == NULL)
53 *numFound = 0;
65 numFound
69 for (INT i = 0; i < *numFound; i++)
GdiPlusFlat.h     [all...]
GdiPlusHeaders.h 361 OUT INT * numFound
  /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));
  /system/extras/procrank/
procrank.c 53 int numFound = 0;
92 while (*p && numFound < 6) {
105 numFound++;
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 567 int numFound = 0;
592 offsets[numFound++] = 0; // offset of 0 from raw offset
599 offsets[numFound++] = zoneInfo.mOffsets[type];
605 int[] toReturn = new int[numFound];
606 System.arraycopy(offsets, 0, toReturn, 0, numFound);
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 433 size_t numFound = 0;
437 while (*p && numFound < num) {
451 numFound++;
459 return numFound > 0 ? mem : -1;
android_os_Debug.cpp 593 int numFound = 0;
651 while (*p && numFound < 13) {
664 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/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/src/fxge/win32/
fx_win32_gdipext.cpp 253 typedef GpStatus (WINGDIPAPI *FuncType_GdipGetFontCollectionFamilyList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);
254 typedef GpStatus (WINGDIPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 1462 milliseconds