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

1 2 3 4 5

  /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/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
129 variableMap[oldIndex] = oldIndex;
132 if (oldIndex >= parameterSize &&
133 oldIndex < MAX_VARIABLES_SIZE)
136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
138 if (areNonOverlapping(oldIndex, newIndex, codeLength))
140 variableMap[oldIndex] = newIndex
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 240 int oldIndex = index; // save original index
258 if (index - oldIndex != 5) { // +1 to account for separator
259 index = oldIndex;
279 int oldIndex = index;
286 if (index - oldIndex != 5) { // +1 to account for separator
287 index = oldIndex;
299 int oldIndex = index;
324 index = oldIndex;
356 int oldIndex = index;
359 int charsSkipped = index - oldIndex;
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 334 int32_t oldIndex=mem->idx;
335 int32_t newIndex=oldIndex+1;
337 p=(char *)mem->array+oldIndex*mem->size;
347 int32_t oldIndex=mem->idx;
348 int32_t newIndex=oldIndex+n;
350 p=(char *)mem->array+oldIndex*mem->size;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 313 for (int oldIndex = 0; oldIndex < size(); oldIndex++) {
314 if (!exclusionSet.get(oldIndex)) {
315 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));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ScientificNumberFormatter.java 142 int oldIndex = iterator.getIndex();
148 iterator.setIndex(oldIndex);
275 int oldIndex = iterator.getIndex();
285 iterator.setIndex(oldIndex);
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 488 * RuntimeException if {@code oldIndex} was not a successor.
490 * @param oldIndex index of old successor block
493 public void replaceSuccessor(int oldIndex, int newIndex) {
494 if (oldIndex == newIndex) {
501 if (primarySuccessor == oldIndex) {
506 if (successorList.get(i) == oldIndex) {
511 successors.clear(oldIndex);
517 parent.getBlocks().get(oldIndex).predecessors.clear(index);
523 * @param oldIndex index of successor block to remove
525 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...]
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 58 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex);
HdmiTvClient.java 188 * @param oldIndex current volume index
192 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {
194 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
  /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);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
InputPointersTests.java 313 final int oldIndex = i + shiftAmount;
314 final int x = oldIndex;
315 final int y = oldIndex * 2;
316 final int pointerId = oldIndex * 3;
317 final int time = oldIndex * 4;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 344 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex);
388 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
389 indexMap.stringIds[oldIndex] = newIndex;
411 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
415 indexMap.typeIds[oldIndex] = (short) newIndex;
434 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
454 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
458 indexMap.protoIds[oldIndex] = (short) newIndex;
477 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
481 indexMap.fieldIds[oldIndex] = (short) newIndex
    [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 145 int oldIndex = this->searchByKey(oldKey);
146 if (oldIndex < index) {
150 fKeyTable.remove(oldIndex);
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]
uresdata.c 768 int32_t i, oldIndex;
883 oldIndex=pTempTable->rows[i].sortIndex;
884 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
898 oldIndex=pTempTable->rows[i].sortIndex;
899 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
917 oldIndex=pTempTable->rows[i].sortIndex;
918 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 468 GLuint oldIndex;
471 update_input_ptrs(ctx, oldIndex = elts[start++]);
476 adjust_input_ptrs(ctx, elts[start] - oldIndex);
477 oldIndex = elts[start];
  /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/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 178 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode);
179 if (oldIndex >= 0) {
180 delete map->mKeys.valueAt(oldIndex);
181 map->mKeys.editValueAt(oldIndex) = new Key(*key);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 480 int oldIndex = mCurrentIndex;
488 if (oldIndex == 0 && mCurrentIndex > 0
495 } else if (oldIndex == 2 && mCurrentIndex == 1) {
499 } else if (oldIndex >= 1 && mCurrentIndex == 0) {
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
681 inst[i].SrcReg[j].Index == oldIndex) {
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 

Completed in 727 milliseconds

1 2 3 4 5