/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 644 int oldOffset = 0; in mapInstructions() local 648 Instruction instruction = InstructionFactory.create(oldCode, oldOffset); in mapInstructions() 651 mapInstruction(oldOffset, instruction); in mapInstructions() 653 oldOffset += instruction.length(oldOffset); in mapInstructions() 655 if (newOffset > oldOffset) in mapInstructions() 660 while (oldOffset < oldLength); in mapInstructions() 663 newInstructionOffsets[oldOffset] = newOffset; in mapInstructions() 674 private void mapInstruction(int oldOffset, in mapInstruction() argument 677 newInstructionOffsets[oldOffset] = newOffset; in mapInstruction() 680 Instruction preInstruction = preInsertions[oldOffset]; in mapInstruction() [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 59 final int oldOffset = inputOffset++; in engineUpdate() local 66 inputBuffer[oldOffset] = input; in engineUpdate() 71 final int oldOffset = inputOffset; in engineUpdate() local 79 System.arraycopy(input, offset, inputBuffer, oldOffset, len); in engineUpdate()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 63 final int oldOffset = inputOffset++; in engineUpdate() local 70 inputBuffer[oldOffset] = input; in engineUpdate() 75 final int oldOffset = inputOffset; in engineUpdate() local 83 System.arraycopy(input, offset, inputBuffer, oldOffset, len); in engineUpdate()
|
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/bsdiff/ |
D | BsDiffTest.java | 473 public int oldOffset; field in BsDiffTest.CtrlEntry 475 public CtrlEntry(int diffLength, int extraLength, int oldOffset) { in CtrlEntry() argument 478 this.oldOffset = oldOffset; in CtrlEntry() 508 || BsUtil.readFormattedLong(patchInputStream) != element.oldOffset) { in generatePatchAndCheckCtrlEntries()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.cpp | 623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local 800 … oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2() 801 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2() 802 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2() 809 … oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2() 810 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++]; in compactToUnicode2() 811 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
|
/external/archive-patcher/explainer/src/main/java/com/google/archivepatcher/explainer/ |
D | PatchExplainer.java | 169 long oldOffset = qualifiedRecommendation.getOldEntry().getFileOffsetOfCompressedData(); in explainPatch() local 172 uncompress(oldFile, oldOffset, oldLength, uncompressor, oldTemp.file); in explainPatch() 174 extractCopy(oldFile, oldOffset, oldLength, oldTemp.file); in explainPatch()
|
/external/skia/src/sfnt/ |
D | SkOTUtils.cpp | 107 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local 108 if (oldOffset > oldNameTableOffset) { in RenameFont() 109 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
|
/external/skqp/src/sfnt/ |
D | SkOTUtils.cpp | 107 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local 108 if (oldOffset > oldNameTableOffset) { in RenameFont() 109 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/ |
D | find_interesting_reviews.py | 122 self.oldOffset = int(rest_api_hunk["oldOffset"]) 127 offset = self.oldOffset 137 hunkStart = max(self.oldOffset, offset - contextLines) 144 hunkStart = max(self.oldOffset, offset - contextLines)
|
/external/dng_sdk/source/ |
D | dng_info.h | 143 uint64 oldOffset,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ClassProto.java | 725 int oldOffset = fieldOffset; 727 addFieldGap(oldOffset, fieldOffset, gaps);
|
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 5433 GLintptr oldOffset = texObj->BufferOffset; in texture_buffer_range() local 5480 if (offset != oldOffset) { in texture_buffer_range()
|