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

  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 76 int tableCount = 0;
540 if (nIndex >= tableCount)
584 while (!bFound && i < tableCount)
645 for (i = 0; i < tableCount; i++)
684 tableCount);
686 for (i = 0; i < tableCount; i++)
736 tableCount = 0;
757 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
760 componentTable[tableCount].name
    [all...]
  /frameworks/base/tools/aapt/
printapk.cpp 102 size_t tableCount = res.getTableCount();
103 printf("Tables: %d\n", (int)tableCount);
104 for (size_t tableIndex=0; tableIndex<tableCount; tableIndex++) {
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 48 int tableCount = 0;
507 if (nIndex >= tableCount)
560 while (i < tableCount)
645 if (!tableCount)
654 for (i = 0; i < tableCount; i++)
693 for (i = 0; i < tableCount; i++)
759 tableCount = numFiles;
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp     [all...]

Completed in 274 milliseconds