/external/proguard/src/proguard/obfuscate/ |
D | ParameterNameMarker.java | 64 int newIndex = 0; in visitLocalVariableTableAttribute() local 73 localVariableTableAttribute.localVariableTable[newIndex++] = in visitLocalVariableTableAttribute() 79 localVariableTableAttribute.u2localVariableTableLength = newIndex; in visitLocalVariableTableAttribute() 82 if (newIndex > 0) in visitLocalVariableTableAttribute() 96 int newIndex = 0; in visitLocalVariableTypeTableAttribute() local 105 localVariableTypeTableAttribute.localVariableTypeTable[newIndex++] = in visitLocalVariableTypeTableAttribute() 111 localVariableTypeTableAttribute.u2localVariableTypeTableLength = newIndex; in visitLocalVariableTypeTableAttribute() 114 if (newIndex > 0) in visitLocalVariableTypeTableAttribute()
|
/external/proguard/src/proguard/classfile/util/ |
D | AllParameterVisitor.java | 175 int newIndex = index + 1; in visitParameters() local 198 newIndex = descriptor.indexOf(ClassConstants.TYPE_CLASS_END, newIndex) + 1; in visitParameters() 207 while ((c = descriptor.charAt(newIndex++)) == ClassConstants.TYPE_ARRAY) {} in visitParameters() 212 newIndex = descriptor.indexOf(ClassConstants.TYPE_CLASS_END, newIndex) + 1; in visitParameters() 231 descriptor.substring(index, newIndex), in visitParameters() 235 index = newIndex; in visitParameters()
|
/external/proguard/src/proguard/classfile/editor/ |
D | VariableCleaner.java | 138 int newIndex = 0; in removeUnusedLocalVariables() local 148 localVariableInfos[newIndex++] = localVariableInfos[index]; in removeUnusedLocalVariables() 153 Arrays.fill(localVariableInfos, newIndex, localVariableInfoCount, null); in removeUnusedLocalVariables() 155 return newIndex; in removeUnusedLocalVariables() 169 int newIndex = 0; in removeUnusedLocalVariableTypes() local 179 localVariableTypeInfos[newIndex++] = localVariableTypeInfos[index]; in removeUnusedLocalVariableTypes() 184 Arrays.fill(localVariableTypeInfos, newIndex, localVariableTypeInfoCount, null); in removeUnusedLocalVariableTypes() 186 return newIndex; in removeUnusedLocalVariableTypes()
|
D | CodeAttributeComposer.java | 815 int newIndex = 0; in removeEmptyExceptions() local 821 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions() 826 Arrays.fill(exceptionInfos, newIndex, exceptionInfoCount, null); in removeEmptyExceptions() 828 return newIndex; in removeEmptyExceptions() 841 int newIndex = 0; in removeEmptyLineNumbers() local 849 lineNumberInfos[newIndex++] = lineNumberInfo; in removeEmptyLineNumbers() 854 Arrays.fill(lineNumberInfos, newIndex, lineNumberInfoCount, null); in removeEmptyLineNumbers() 856 return newIndex; in removeEmptyLineNumbers() 869 int newIndex = 0; in removeEmptyLocalVariables() local 876 localVariableInfos[newIndex++] = localVariableInfo; in removeEmptyLocalVariables() [all …]
|
D | ConstantPoolSorter.java | 79 int newIndex = 1; in visitProgramClass() local 89 newIndex = newLength; in visitProgramClass() 108 constantIndexMap[comparableConstant.getIndex()] = newIndex; in visitProgramClass()
|
D | CodeAttributeEditor.java | 1129 int newIndex = 0; in removeEmptyExceptions() local 1135 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions() 1139 return newIndex; in removeEmptyExceptions() 1152 int newIndex = 0; in removeEmptyLineNumbers() local 1160 lineNumberInfos[newIndex++] = lineNumberInfo; in removeEmptyLineNumbers() 1164 return newIndex; in removeEmptyLineNumbers()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExpandedNameTable.java | 262 int newIndex = e.hash % newCapacity; in rehash() local 263 if (newIndex < 0) in rehash() 264 newIndex = -newIndex; in rehash() 266 e.next = m_table[newIndex]; in rehash() 267 m_table[newIndex] = e; in rehash()
|
D | DTMStringPool.java | 125 int newIndex=m_intToString.size(); in stringToIndex() local 130 m_hashStart[hashslot]=newIndex; in stringToIndex() 132 m_hashChain.setElementAt(newIndex,hashlast); in stringToIndex() 134 return newIndex; in stringToIndex()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | VariableOptimizer.java | 136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++) in visitCodeAttribute() 138 if (areNonOverlapping(oldIndex, newIndex, codeLength)) in visitCodeAttribute() 140 variableMap[oldIndex] = newIndex; in visitCodeAttribute() 142 updateLiveness(oldIndex, newIndex, codeLength); in visitCodeAttribute()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 337 int32_t newIndex=oldIndex+1; in utm_alloc() local 338 if(utm_hasCapacity(mem, newIndex)) { in utm_alloc() 340 mem->idx=newIndex; in utm_alloc() 350 int32_t newIndex=oldIndex+n; in utm_allocN() local 351 if(utm_hasCapacity(mem, newIndex)) { in utm_allocN() 353 mem->idx=newIndex; in utm_allocN()
|
/external/proguard/src/proguard/evaluation/value/ |
D | InstructionOffsetValue.java | 188 int newIndex = 0; in generalize() local 197 newIndex = thisValues.length; in generalize() 206 newValues[newIndex++] = thisValues[index]; in generalize() 212 System.arraycopy(otherValues, 0, newValues, newIndex, otherValues.length); in generalize()
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.js | 628 var newIndex = itemIndex-1; 629 var focusItem = this.NavPrev(newIndex); 639 tmpElem = document.getElementById('Item'+newIndex+'_c'+n); 663 var newIndex = itemIndex+1; 671 if (!focusItem) focusItem = this.NavNext(newIndex); 708 var newIndex = childIndex-1; 709 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); 718 var newIndex = childIndex+1; 719 var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
|
/external/proguard/src/proguard/optimize/peephole/ |
D | UnreachableExceptionRemover.java | 144 int newIndex = 0; in removeEmptyExceptions() local 150 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions() 154 return newIndex; in removeEmptyExceptions()
|
/external/tinyxml2/docs/search/ |
D | search.js | 595 var newIndex = itemIndex-1; 596 var focusItem = this.NavPrev(newIndex); 606 tmpElem = document.getElementById('Item'+newIndex+'_c'+n); 630 var newIndex = itemIndex+1; 638 if (!focusItem) focusItem = this.NavNext(newIndex); 675 var newIndex = childIndex-1; 676 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); 685 var newIndex = childIndex+1; 686 var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 383 int newIndex = 0; in addTo() local 388 && newIndex < newValue.length() in addTo() 392 newIndex = getChar(newValue, newIndex, mergeBuffer, c < LEAST_SKIP); in addTo() 425 static int getChar(String newValue, int newIndex, StringBuffer mergeBuffer, boolean copy) { in getChar() argument 426 if (newIndex >= newValue.length()) return newIndex; in getChar() 427 int cp = UTF16.charAt(newValue, newIndex); in getChar() 429 return newIndex + UTF16.getCharCount(cp); in getChar()
|
/external/sonivox/arm-wt-22k/misc/ |
D | eas_host.c | 515 EAS_I32 newIndex; in EAS_HWFileSeek() local 526 newIndex = position - file->filePos + file->readIndex; in EAS_HWFileSeek() 527 if ((newIndex >= 0) && (newIndex < file->bytesInBuffer)) in EAS_HWFileSeek() 529 file->readIndex = newIndex; in EAS_HWFileSeek()
|
/external/icu/icu4c/source/common/unicode/ |
D | parsepos.h | 66 ParsePosition(int32_t newIndex) in ParsePosition() argument 68 index(newIndex), in ParsePosition()
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/ |
D | BsDiffMatcher.java | 121 int newIndex = mNewPos + matchesCacheSize; in next() local 124 newData.seek(newIndex); in next()
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 229 int newIndex = commandString.IndexOf(c); in ParseSubCharsCommand() 230 if (newIndex >= 0) in ParseSubCharsCommand() 234 if (commandString.IndexOf(c, newIndex + 1) >= 0) in ParseSubCharsCommand()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 76 int newIndex; member 194 if (at->newIndex != -1) in visitSymbol() 195 base->getWritableType().getQualifier().layoutIndex = at->newIndex; in visitSymbol() 255 ent.newIndex = -1; in operator ()() 315 ent.newIndex = -1; in operator ()() 329 ent.newIndex = resolver.resolveInOutIndex(stage, in operator ()()
|
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/bsdiff/ |
D | BsDiffTest.java | 451 for (int newIndex = newStartIndex, oldIndex = i; in findLongestMatchInOld() 452 newIndex < mNewData.length && oldIndex < mOldData.length; in findLongestMatchInOld() 453 ++newIndex, ++oldIndex) { in findLongestMatchInOld() 454 if (mOldData[oldIndex] != mNewData[newIndex]) { in findLongestMatchInOld()
|
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 521 int32_t newIndex = start + len; in parseArgument() local 522 if (newIndex > furthest) { in parseArgument() 523 furthest = newIndex; in parseArgument()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 184 int64_t newIndex = 0; in castRegion() local 196 newIndex = off / pointeeTySize; in castRegion() 208 return MakeElementRegion(newSuperR, PointeeTy, newIndex); in castRegion()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLibVst.c | 788 EAS_I32 newIndex; in EAS_HWFileSeek() local 803 newIndex = position - file->filePos + file->readIndex; in EAS_HWFileSeek() 804 if ((newIndex >= 0) && (newIndex < file->bytesInBuffer)) in EAS_HWFileSeek() 806 file->readIndex = newIndex; in EAS_HWFileSeek()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 612 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block); 613 mi2iMap.insert(std::make_pair(&MI, newIndex)); 614 return newIndex;
|