Home
last modified time | relevance | path

Searched refs:oldIndex (Results 1 – 17 of 17) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DVariableOptimizer.java126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++) in visitCodeAttribute()
129 variableMap[oldIndex] = oldIndex; in visitCodeAttribute()
132 if (oldIndex >= parameterSize && in visitCodeAttribute()
133 oldIndex < MAX_VARIABLES_SIZE) in visitCodeAttribute()
136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++) in visitCodeAttribute()
138 if (areNonOverlapping(oldIndex, newIndex, codeLength)) in visitCodeAttribute()
140 variableMap[oldIndex] = newIndex; in visitCodeAttribute()
142 updateLiveness(oldIndex, newIndex, codeLength); in visitCodeAttribute()
/external/proguard/src/proguard/classfile/editor/
DConstantPoolSorter.java64 for (int oldIndex = 1; oldIndex < constantPoolCount; oldIndex++) in visitProgramClass()
66 Constant constant = programClass.constantPool[oldIndex]; in visitProgramClass()
70 new ComparableConstant(programClass, oldIndex, constant); in visitProgramClass()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDParser.java242 int oldIndex = index; // save original index in parseScript() local
260 if (index - oldIndex != 5) { // +1 to account for separator in parseScript()
261 index = oldIndex; in parseScript()
281 int oldIndex = index; in skipScript() local
288 if (index - oldIndex != 5) { // +1 to account for separator in skipScript()
289 index = oldIndex; in skipScript()
301 int oldIndex = index; in parseCountry() local
326 index = oldIndex; in parseCountry()
358 int oldIndex = index; in skipCountry() local
361 int charsSkipped = index - oldIndex; in skipCountry()
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDParser.java242 int oldIndex = index; // save original index in parseScript() local
260 if (index - oldIndex != 5) { // +1 to account for separator in parseScript()
261 index = oldIndex; in parseScript()
281 int oldIndex = index; in skipScript() local
288 if (index - oldIndex != 5) { // +1 to account for separator in skipScript()
289 index = oldIndex; in skipScript()
301 int oldIndex = index; in parseCountry() local
326 index = oldIndex; in parseCountry()
358 int oldIndex = index; in skipCountry() local
361 int charsSkipped = index - oldIndex; in skipCountry()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDParser.java244 int oldIndex = index; // save original index in parseScript() local
262 if (index - oldIndex != 5) { // +1 to account for separator in parseScript()
263 index = oldIndex; in parseScript()
283 int oldIndex = index; in skipScript() local
290 if (index - oldIndex != 5) { // +1 to account for separator in skipScript()
291 index = oldIndex; in skipScript()
303 int oldIndex = index; in parseCountry() local
328 index = oldIndex; in parseCountry()
360 int oldIndex = index; in skipCountry() local
363 int charsSkipped = index - oldIndex; in skipCountry()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp336 int32_t oldIndex=mem->idx; in utm_alloc() local
337 int32_t newIndex=oldIndex+1; in utm_alloc()
339 p=(char *)mem->array+oldIndex*mem->size; in utm_alloc()
349 int32_t oldIndex=mem->idx; in utm_allocN() local
350 int32_t newIndex=oldIndex+n; in utm_allocN()
352 p=(char *)mem->array+oldIndex*mem->size; in utm_allocN()
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DBsDiffMatcher.java120 int oldIndex = mNewPos + previousOldOffset + matchesCacheSize; in next() local
122 if (oldIndex < oldData.length()) { in next()
123 oldData.seek(oldIndex); in next()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java140 int oldIndex = iterator.getIndex(); in append() local
146 iterator.setIndex(oldIndex); in append()
273 int oldIndex = iterator.getIndex(); in copyAsSuperscript() local
283 iterator.setIndex(oldIndex); in copyAsSuperscript()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DScientificNumberFormatter.java129 int oldIndex = iterator.getIndex(); in append() local
135 iterator.setIndex(oldIndex); in append()
262 int oldIndex = iterator.getIndex(); in copyAsSuperscript() local
272 iterator.setIndex(oldIndex); in copyAsSuperscript()
/external/icu/icu4c/source/common/
Ducnv_io.cpp1214 uint16_t oldIndex; in ucnv_swapAliases() local
1297 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1298 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode); in ucnv_swapAliases()
1299 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode); in ucnv_swapAliases()
1310 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1311 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode); in ucnv_swapAliases()
1316 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1317 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode); in ucnv_swapAliases()
Duresdata.cpp1106 int32_t i, oldIndex; in ures_swapResource() local
1221 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1222 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode); in ures_swapResource()
1236 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1237 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); in ures_swapResource()
1255 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
1256 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); in ures_swapResource()
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/bsdiff/
DBsDiffTest.java451 for (int newIndex = newStartIndex, oldIndex = i; in findLongestMatchInOld()
452 newIndex < mNewData.length && oldIndex < mOldData.length; in findLongestMatchInOld()
453 ++newIndex, ++oldIndex) { in findLongestMatchInOld()
454 if (mOldData[oldIndex] != mNewData[newIndex]) { in findLongestMatchInOld()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c484 GLuint oldIndex; in _tnl_emit_indexed_vertices_to_buffer() local
487 update_input_ptrs(ctx, oldIndex = elts[start++]); in _tnl_emit_indexed_vertices_to_buffer()
492 adjust_input_ptrs(ctx, elts[start] - oldIndex); in _tnl_emit_indexed_vertices_to_buffer()
493 oldIndex = elts[start]; in _tnl_emit_indexed_vertices_to_buffer()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp459 int oldIndex = -1; in AddToCensorFromNonSwitchesStrings() local
473 if (oldIndex == -1) in AddToCensorFromNonSwitchesStrings()
474 oldIndex = i; in AddToCensorFromNonSwitchesStrings()
478 …AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMat… in AddToCensorFromNonSwitchesStrings()
480 oldIndex = -1; in AddToCensorFromNonSwitchesStrings()
487 if (oldIndex != -1) in AddToCensorFromNonSwitchesStrings()
489 … CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIndex]); in AddToCensorFromNonSwitchesStrings()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2590 for (int oldIndex = 0; oldIndex < oldCapacity; ++oldIndex) { in expand()
2593 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2920 for (int oldIndex = 0; oldIndex < oldCapacity; ++oldIndex) { in expand()
2923 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp125 int64_t oldIndex = utext_getNativeIndex(text); in utextToPrintable() local
150 utext_setNativeIndex(text, oldIndex); in utextToPrintable()