Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DConstantPoolSorter.java81 for (int sortIndex = 0; sortIndex < sortLength; sortIndex++) in visitProgramClass()
83 ComparableConstant comparableConstant = comparableConstantPool[sortIndex]; in visitProgramClass()
/external/icu/icu4c/source/common/
Ducnv_io.cpp1111 uint16_t strIndex, sortIndex; member
1286 tempTable.rows[i].sortIndex=(uint16_t)i; in ucnv_swapAliases()
1297 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1310 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1316 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
Duresdata.cpp985 int32_t keyIndex, sortIndex; member
1183 pTempTable->rows[i].sortIndex=i; in ures_swapResource()
1188 pTempTable->rows[i].sortIndex=i; in ures_swapResource()
1217 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1232 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1251 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
/external/clang/utils/TableGen/
DClangSACheckersEmitter.cpp182 unsigned sortIndex = 0; in EmitClangSACheckers() local
191 groupToSortIndex[R] = sortIndex++; in EmitClangSACheckers()
/external/llvm/utils/lit/lit/
Dmain.py126 def sortIndex(test): function
132 run.tests.sort(key = lambda t: sortIndex(t))