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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/obfuscate/
ParameterNameMarker.java 64 int newIndex = 0;
73 localVariableTableAttribute.localVariableTable[newIndex++] =
79 localVariableTableAttribute.u2localVariableTableLength = newIndex;
82 if (newIndex > 0)
96 int newIndex = 0;
105 localVariableTypeTableAttribute.localVariableTypeTable[newIndex++] =
111 localVariableTypeTableAttribute.u2localVariableTypeTableLength = newIndex;
114 if (newIndex > 0)
  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 39 public DecodedInstruction withIndex(int newIndex) {
41 getFormat(), getOpcode(), newIndex, getIndexType(),
InvokePolymorphicDecodedInstruction.java 48 public DecodedInstruction withIndex(int newIndex) {
55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) {
57 getFormat(), getOpcode(), newIndex, getIndexType(), newProtoIndex, registers);
InvokePolymorphicRangeDecodedInstruction.java 56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) {
60 newIndex,
68 public DecodedInstruction withIndex(int newIndex) {
OneRegisterDecodedInstruction.java 50 public DecodedInstruction withIndex(int newIndex) {
52 getFormat(), getOpcode(), newIndex, getIndexType(),
RegisterRangeDecodedInstruction.java 55 public DecodedInstruction withIndex(int newIndex) {
57 getFormat(), getOpcode(), newIndex, getIndexType(),
TwoRegisterDecodedInstruction.java 59 public DecodedInstruction withIndex(int newIndex) {
61 getFormat(), getOpcode(), newIndex, getIndexType(),
PackedSwitchPayloadDecodedInstruction.java 59 public DecodedInstruction withIndex(int newIndex) {
FiveRegisterDecodedInstruction.java 86 public DecodedInstruction withIndex(int newIndex) {
88 getFormat(), getOpcode(), newIndex, getIndexType(),
FourRegisterDecodedInstruction.java 77 public DecodedInstruction withIndex(int newIndex) {
79 getFormat(), getOpcode(), newIndex, getIndexType(),
ThreeRegisterDecodedInstruction.java 68 public DecodedInstruction withIndex(int newIndex) {
70 getFormat(), getOpcode(), newIndex, getIndexType(),
SparseSwitchPayloadDecodedInstruction.java 63 public DecodedInstruction withIndex(int newIndex) {
  /external/javassist/src/main/javassist/convert/
TransformFieldAccess.java 30 private int newIndex;
47 newIndex = 0;
67 if (newIndex == 0) {
70 newIndex = cp.addFieldrefInfo(
75 iterator.write16bit(newIndex, pos + 1);
TransformCall.java 31 protected int newIndex;
55 newIndex = 0;
110 if (newIndex == 0) {
115 newIndex = cp.addInterfaceMethodrefInfo(ci, nt);
120 newIndex = cp.addMethodrefInfo(ci, nt);
126 iterator.write16bit(newIndex, pos + 1);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 70 int newIndex = 0;
74 if (newIndex != index) {
79 if (newIndex != index) {
81 expandableArray.set(newIndex, element);
83 newIndex++;
85 mArraySize = newIndex;
102 int newIndex, index;
103 for (newIndex = index = 0; index < arraySize; index++) {
112 if (newIndex != index) {
114 expandableArray.set(newIndex, element)
    [all...]
  /external/proguard/src/proguard/classfile/util/
AllParameterVisitor.java 175 int newIndex = index + 1;
198 newIndex = descriptor.indexOf(ClassConstants.TYPE_CLASS_END, newIndex) + 1;
207 while ((c = descriptor.charAt(newIndex++)) == ClassConstants.TYPE_ARRAY) {}
212 newIndex = descriptor.indexOf(ClassConstants.TYPE_CLASS_END, newIndex) + 1;
231 descriptor.substring(index, newIndex),
235 index = newIndex;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskGridLayoutAlgorithm.java 246 int newIndex = currentFocusedIndex;
251 newIndex += gridInfo.tasksPerLine;
252 newIndex = newIndex >= taskCount ? currentFocusedIndex : newIndex;
255 newIndex -= gridInfo.tasksPerLine;
256 newIndex = newIndex < 0 ? currentFocusedIndex : newIndex;
259 newIndex++
    [all...]
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 138 int newIndex = 0;
148 localVariableInfos[newIndex++] = localVariableInfos[index];
153 Arrays.fill(localVariableInfos, newIndex, localVariableInfoCount, null);
155 return newIndex;
169 int newIndex = 0;
179 localVariableTypeInfos[newIndex++] = localVariableTypeInfos[index];
184 Arrays.fill(localVariableTypeInfos, newIndex, localVariableTypeInfoCount, null);
186 return newIndex;
ConstantPoolSorter.java 79 int newIndex = 1;
89 newIndex = newLength;
108 constantIndexMap[comparableConstant.getIndex()] = newIndex;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 96 int newIndex = NOOP;
99 newIndex = handleDpadHorizontal(iconIdx, cntX, cntY, map, -1 /*increment*/, isRtl);
100 if (!isRtl && newIndex == NOOP && pageIndex > 0) {
101 newIndex = PREVIOUS_PAGE_RIGHT_COLUMN;
102 } else if (isRtl && newIndex == NOOP && pageIndex < pageCount - 1) {
103 newIndex = NEXT_PAGE_RIGHT_COLUMN;
107 newIndex = handleDpadHorizontal(iconIdx, cntX, cntY, map, 1 /*increment*/, isRtl);
108 if (!isRtl && newIndex == NOOP && pageIndex < pageCount - 1) {
109 newIndex = NEXT_PAGE_LEFT_COLUMN;
110 } else if (isRtl && newIndex == NOOP && pageIndex > 0)
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 144 int newIndex = 0;
150 exceptionInfos[newIndex++] = exceptionInfo;
154 return newIndex;
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 67 int newIndex = index - as.length();
68 int aStart = Math.max(0, start - newIndex);
73 index = newIndex;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 125 int newIndex=m_intToString.size();
130 m_hashStart[hashslot]=newIndex;
132 m_hashChain.setElementAt(newIndex,hashlast);
134 return newIndex;
  /external/icu/icu4c/source/common/unicode/
parsepos.h 63 * @param newIndex the new text offset.
66 ParsePosition(int32_t newIndex)
68 index(newIndex),
  /external/javassist/src/main/javassist/expr/
NewExpr.java 167 int newIndex = iterator.u16bitAt(pos + 1);
192 jc.recordProceed(new ProceedForNew(newType, newIndex,
221 int newIndex, methodIndex;
225 newIndex = ni;
233 bytecode.addIndex(newIndex);

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>