Searched refs:oldOffset (Results 1 - 15 of 15) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java644 int oldOffset = 0;
648 Instruction instruction = InstructionFactory.create(oldCode, oldOffset);
651 mapInstruction(oldOffset, instruction);
653 oldOffset += instruction.length(oldOffset);
655 if (newOffset > oldOffset)
660 while (oldOffset < oldLength);
663 newInstructionOffsets[oldOffset] = newOffset;
671 * @param oldOffset the instruction's old offset.
674 private void mapInstruction(int oldOffset, argument
753 moveInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int oldOffset, Instruction instruction) argument
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java59 final int oldOffset = inputOffset++;
66 inputBuffer[oldOffset] = input;
71 final int oldOffset = inputOffset;
79 System.arraycopy(input, offset, inputBuffer, oldOffset, len);
/external/dng_sdk/source/
H A Ddng_info.h143 uint64 oldOffset,
/external/skia/src/sfnt/
H A DSkOTUtils.cpp106 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); local
107 if (oldOffset > oldNameTableOffset) {
108 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
/external/skqp/src/sfnt/
H A DSkOTUtils.cpp106 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); local
107 if (oldOffset > oldNameTableOffset) {
108 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
800 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
801 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
802 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
809 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
810 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
811 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java725 int oldOffset = fieldOffset;
727 addFieldGap(oldOffset, fieldOffset, gaps);
/external/mesa3d/src/mesa/main/
H A Dteximage.c5049 GLintptr oldOffset = texObj->BufferOffset; local
5084 if (offset != oldOffset) {
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 271 milliseconds