Home
last modified time | relevance | path

Searched refs:subIndex (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/grxmlcompile/
Dgr_iface.cpp40 newIndex[ii]= subIndex[ii]; in addSubGraph()
43 delete [] subIndex; in addSubGraph()
45 subIndex= newIndex; in addSubGraph()
49 subIndex= new int [BLKSIZE]; in addSubGraph()
55 subIndex[numSubGraph]= ruleId; in addSubGraph()
71 if (subIndex[ii] == subId) in getSubGraphIndex()
80 return subIndex[ii]; in getSubGraphIndex()
206 subg->ExpandRules (subGraph, subIndex, numSubGraph); in ExpandRules()
Dgrph.h33 subIndex= 0; in Graph()
39 delete [] subIndex; in ~Graph()
66 int *subIndex; variable
/external/chromium_org/third_party/skia/tools/
Dcreate_test_font.cpp426 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { in generate_index() local
427 const FontDesc& desc = gFonts[subIndex]; in generate_index()
429 defaultIndex = subIndex; in generate_index()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1090 for (int subIndex = 0; subIndex < numSubFiles; subIndex++) in Update() local
1092 const CUpdateItem &ui = updateItems[indices[i + subIndex]]; in Update()
1106 if (!inStreamSpec->Processed[subIndex]) in Update()
1112 file.Crc = inStreamSpec->CRCs[subIndex]; in Update()
1113 file.Size = inStreamSpec->Sizes[subIndex]; in Update()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py656 subIndex = overflowRecord.SubTableIndex
657 subtable = lookup.SubTable[subIndex]
669 lookup.SubTable.insert(subIndex + 1, newExtSubTable)
678 lookup.SubTable.insert(subIndex + 1, newSubTable)