HomeSort by relevance Sort by last modified time
    Searched refs:oldIndex (Results 1 - 25 of 49) sorted by null

1 2

  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 118 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] = newIndex
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 64 for (int oldIndex = 1; oldIndex < constantPoolCount; oldIndex++)
66 Constant constant = programClass.constantPool[oldIndex];
70 new ComparableConstant(programClass, oldIndex, constant);
  /external/icu4c/tools/toolutil/
toolutil.cpp 308 int32_t oldIndex=mem->idx;
309 int32_t newIndex=oldIndex+1;
311 p=(char *)mem->array+oldIndex*mem->size;
321 int32_t oldIndex=mem->idx;
322 int32_t newIndex=oldIndex+n;
324 p=(char *)mem->array+oldIndex*mem->size;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 314 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/rop/code/
RegisterSpecList.java 314 for (int oldIndex = 0; oldIndex < size(); oldIndex++) {
315 if (!exclusionSet.get(oldIndex)) {
316 result.set0(newIndex, get0(oldIndex));
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 489 * RuntimeException if {@code oldIndex} was not a successor.
491 * @param oldIndex index of old successor block
494 public void replaceSuccessor(int oldIndex, int newIndex) {
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) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 489 * RuntimeException if {@code oldIndex} was not a successor.
491 * @param oldIndex index of old successor block
494 public void replaceSuccessor(int oldIndex, int newIndex) {
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) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 125 int oldIndex = toInsert.index;
126 toInsert.parent.children.remove(oldIndex);
127 toInsert.parent.refreshIndices(oldIndex);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 341 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex);
385 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
386 indexMap.stringIds[oldIndex] = newIndex;
408 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
412 indexMap.typeIds[oldIndex] = (short) newIndex;
431 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
451 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
455 indexMap.protoIds[oldIndex] = (short) newIndex;
474 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
478 indexMap.fieldIds[oldIndex] = (short) newIndex
    [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 141 int oldIndex = this->searchByKey(oldKey);
142 if (oldIndex < index) {
146 fKeyTable.remove(oldIndex);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 365 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
  /external/icu4c/common/
ucnv_io.cpp     [all...]
uresdata.c 772 int32_t i, oldIndex;
887 oldIndex=pTempTable->rows[i].sortIndex;
888 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
902 oldIndex=pTempTable->rows[i].sortIndex;
903 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
921 oldIndex=pTempTable->rows[i].sortIndex;
922 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 389 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()) {
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 176 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode);
177 if (oldIndex >= 0) {
178 delete map->mKeys.valueAt(oldIndex);
179 map->mKeys.editValueAt(oldIndex) = new Key(*key);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 547 var oldIndex = this._currentBackForwardIndex;
548 if (oldIndex >= 0)
549 this._backForwardList.splice(oldIndex + 1, this._backForwardList.length - oldIndex);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 509 int oldIndex = mCurrentIndex;
517 if (oldIndex == 0 && mCurrentIndex > 0
524 } else if (oldIndex == 2 && mCurrentIndex == 1) {
528 } else if (oldIndex >= 1 && mCurrentIndex == 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]

Completed in 595 milliseconds

1 2