Searched refs:oldIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java118 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
121 variableMap[oldIndex] = oldIndex;
124 if (oldIndex >= parameterSize &&
125 oldIndex < MAX_VARIABLES_SIZE)
128 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
130 if (areNonOverlapping(oldIndex, newIndex, codeLength))
132 variableMap[oldIndex]
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_selection_model.js36 this.selectedIndexes = oldSelectedIndexes.map(function(oldIndex) {
37 return permutation[oldIndex];
H A Dtable_data_model.js102 var oldIndex = this.indexes_[i];
103 if (oldIndex < index) {
104 newIndexes.push(oldIndex);
106 } else if (oldIndex >= index + deleteCount) {
107 newIndexes.push(oldIndex - deleteCount + addCount);
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolSorter.java64 for (int oldIndex = 1; oldIndex < constantPoolCount; oldIndex++)
66 Constant constant = programClass.constantPool[oldIndex];
70 new ComparableConstant(programClass, oldIndex, constant);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp304 int32_t oldIndex=mem->idx; local
305 int32_t newIndex=oldIndex+1;
307 p=(char *)mem->array+oldIndex*mem->size;
317 int32_t oldIndex=mem->idx; local
318 int32_t newIndex=oldIndex+n;
320 p=(char *)mem->array+oldIndex*mem->size;
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecList.java314 for (int oldIndex = 0; oldIndex < size(); oldIndex++) {
315 if (!exclusionSet.get(oldIndex)) {
316 result.set0(newIndex, get0(oldIndex));
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java489 * RuntimeException if {@code oldIndex} was not a successor.
491 * @param oldIndex index of old successor block
494 public void replaceSuccessor(int oldIndex, int newIndex) { argument
495 if (oldIndex == newIndex) {
502 if (primarySuccessor == oldIndex) {
507 if (successorList.get(i) == oldIndex) {
512 successors.clear(oldIndex);
518 parent.getBlocks().get(oldIndex).predecessors.clear(index);
524 * @param oldIndex index of successor block to remove
526 public void removeSuccessor(int oldIndex) { argument
[all...]
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js123 var oldIndex = -1;
129 oldIndex = i;
157 } else if (oldIndex != -1) {
159 oldData.splice(oldIndex, 1, newItem);
174 addPinnedUrl(oldItem, oldIndex);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h365 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
/external/icu4c/common/
H A Ducnv_io.c1196 uint16_t oldIndex; local
1279 oldIndex=tempTable.rows[i].sortIndex;
1280 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode);
1281 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode);
1292 oldIndex=tempTable.rows[i].sortIndex;
1293 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode);
1298 oldIndex=tempTable.rows[i].sortIndex;
1299 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode);
H A Duresdata.c753 int32_t i, oldIndex; local
868 oldIndex=pTempTable->rows[i].sortIndex;
869 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
883 oldIndex=pTempTable->rows[i].sortIndex;
884 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
902 oldIndex=pTempTable->rows[i].sortIndex;
903 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java1077 int oldIndex = indexBuf.get(i);
1079 if (!oldIndicesToNewIndices.containsKey(oldIndex)) {
1082 oldIndicesToNewIndices.put(oldIndex, newIndex);
1083 newIndicesToOldIndices.add(oldIndex);
1109 int oldIndex = indexBuf.get(i);
1110 newIndex = oldIndicesToNewIndices.get(oldIndex);
1141 int oldIndex = newIndicesToOldIndices.get(i);
1145 oldVb.copyElement(oldIndex, newVb, i);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java389 int oldIndex = getSelectionIndex();
391 select(Math.max(oldIndex - 1, 0));
393 select(Math.min(oldIndex + 1, getItemCount() - 1));
395 if (oldIndex != getSelectionIndex()) {
409 int oldIndex = getSelectionIndex();
420 if (oldIndex != getSelectionIndex()) {
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
H A Dbookmark_list.js276 var bookmarkNode = this.dataModel.item(moveInfo.oldIndex);
277 this.dataModel.splice(moveInfo.oldIndex, 1);
/external/webkit/Source/WebCore/inspector/front-end/
H A DScriptsPanel.js547 var oldIndex = this._currentBackForwardIndex;
548 if (oldIndex >= 0)
549 this._backForwardList.splice(oldIndex + 1, this._backForwardList.length - oldIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2947 for (int oldIndex = 0; oldIndex < oldCapacity; ++oldIndex) {
2950 ReferenceEntry<K, V> head = oldTable.get(oldIndex);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2625 for (int oldIndex = 0; oldIndex < oldCapacity; ++oldIndex) {
2628 ReferenceEntry<K, V> head = oldTable.get(oldIndex);
/external/icu4c/test/intltest/
H A Dregextst.cpp152 int64_t oldIndex = utext_getNativeIndex(text); local
177 utext_setNativeIndex(text, oldIndex);

Completed in 761 milliseconds

12