Home
last modified time | relevance | path

Searched refs:sortIndex (Results 1 – 6 of 6) 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.cpp989 int32_t keyIndex, sortIndex; member
1187 pTempTable->rows[i].sortIndex=i; in ures_swapResource()
1192 pTempTable->rows[i].sortIndex=i; in ures_swapResource()
1221 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1236 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1255 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))
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dmain.py165 def sortIndex(test): function
171 run.tests.sort(key = lambda t: sortIndex(t))