/external/proguard/src/proguard/classfile/editor/ |
H A D | CodeAttributeEditor.java | 644 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 D | OpenSSLSignatureRawRSA.java | 59 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 D | dng_info.h | 143 uint64 oldOffset,
|
/external/skia/src/sfnt/ |
H A D | SkOTUtils.cpp | 106 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 D | SkOTUtils.cpp | 106 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 D | ucmstate.cpp | 623 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 D | ClassProto.java | 725 int oldOffset = fieldOffset; 727 addFieldGap(oldOffset, fieldOffset, gaps);
|
/external/mesa3d/src/mesa/main/ |
H A D | teximage.c | 5049 GLintptr oldOffset = texObj->BufferOffset; local 5084 if (offset != oldOffset) {
|
/external/dexmaker/lib/ |
H A D | dalvik-dx-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ... |
/external/guice/extensions/persist/lib/ |
H A D | commons-collections.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |