Searched refs:newIndex (Results 1 - 25 of 101) sorted by relevance

12345

/external/proguard/src/proguard/obfuscate/
H A DParameterNameMarker.java64 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)
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java39 public DecodedInstruction withIndex(int newIndex) { argument
41 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DOneRegisterDecodedInstruction.java50 public DecodedInstruction withIndex(int newIndex) { argument
52 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DRegisterRangeDecodedInstruction.java55 public DecodedInstruction withIndex(int newIndex) { argument
57 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DTwoRegisterDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { argument
61 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DPackedSwitchPayloadDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { argument
H A DFiveRegisterDecodedInstruction.java86 public DecodedInstruction withIndex(int newIndex) { argument
88 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DFourRegisterDecodedInstruction.java77 public DecodedInstruction withIndex(int newIndex) { argument
79 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DThreeRegisterDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { argument
70 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DSparseSwitchPayloadDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist_selection_controller.js204 var newIndex = -1;
229 newIndex = this.getFirstIndex();
232 newIndex = this.getLastIndex();
235 newIndex = leadIndex == -1 ?
239 newIndex = leadIndex == -1 ?
243 newIndex = leadIndex == -1 ?
247 newIndex = leadIndex == -1 ?
254 if (newIndex != -1) {
257 sm.leadIndex = newIndex;
263 sm.setIndexSelected(newIndex, tru
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist_selection_controller.js201 var newIndex = -1;
226 newIndex = this.getFirstIndex();
229 newIndex = this.getLastIndex();
232 newIndex = leadIndex == -1 ?
236 newIndex = leadIndex == -1 ?
241 newIndex = leadIndex == -1 ?
246 newIndex = leadIndex == -1 ?
253 if (newIndex != -1) {
256 sm.leadIndex = newIndex;
262 sm.setIndexSelected(newIndex, tru
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformFieldAccess.java30 private int newIndex; field in class:TransformFieldAccess
47 newIndex = 0;
67 if (newIndex == 0) {
70 newIndex = cp.addFieldrefInfo(
75 iterator.write16bit(newIndex, pos + 1);
H A DTransformCall.java31 protected int newIndex; field in class:TransformCall
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);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_name_folder_controller.h44 // new folder |parent| and |newIndex| specify where to put the new
52 newIndex:(int)newIndex;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeStyleSheetCollection.cpp78 unsigned newIndex = 0; local
80 while (oldStyleSheets[oldIndex] != newStylesheets[newIndex]) {
81 addedSheets.append(newStylesheets[newIndex]->contents());
82 if (++newIndex == newStyleSheetCount)
85 if (++newIndex == newStyleSheetCount)
89 while (newIndex < newStyleSheetCount) {
90 addedSheets.append(newStylesheets[newIndex]->contents());
91 ++newIndex;
/external/proguard/src/proguard/classfile/editor/
H A DVariableCleaner.java138 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;
H A DConstantPoolSorter.java79 int newIndex = 1;
89 newIndex = newLength;
108 constantIndexMap[comparableConstant.getIndex()] = newIndex;
/external/chromium_org/ui/file_manager/image_loader/
H A Dworker.js90 var newIndex = this.pendingRequests_.indexOf(request);
91 if (newIndex != -1)
92 this.newRequests_.splice(newIndex, 1);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js120 function changeSelection(newIndex) {
121 if (newIndex >= 0 && newIndex <= appList.length - 1) {
122 selectedIndex = newIndex;
127 if (newIndex == 0) {
129 } else if (newIndex == appList.length - 1) {
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java151 int newIndex = 0;
157 exceptionInfos[newIndex++] = exceptionInfo;
161 return newIndex;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMStringPool.java125 int newIndex=m_intToString.size();
130 m_hashStart[hashslot]=newIndex;
132 m_hashChain.setElementAt(newIndex,hashlast);
134 return newIndex;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dobject_instance_track.js214 var newIndex = index + offset;
215 if (newIndex >= 0 && newIndex < this.objectSnapshots_.length) {
216 selection.addObjectSnapshot(this, this.objectSnapshots_[newIndex]);
221 var newIndex = index + offset;
222 if (newIndex >= 0 && newIndex < this.objectInstances_.length) {
223 selection.addObjectInstance(this, this.objectInstances_[newIndex]);
/external/chromium_org/chrome/browser/ui/cocoa/media_picker/
H A Ddesktop_media_picker_bridge.h15 - (void)sourceMovedFrom:(int)oldIndex to:(int)newIndex;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparsepos.h61 * @param newIndex the new text offset.
64 ParsePosition(int32_t newIndex) argument
66 index(newIndex),

Completed in 500 milliseconds

12345