HomeSort by relevance Sort by last modified time
    Searched refs:oldOffset (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 95 public void putTypeListOffset(int oldOffset, int newOffset) {
96 if (oldOffset <= 0 || newOffset <= 0) {
99 typeListOffsets.put(oldOffset, newOffset);
102 public void putAnnotationOffset(int oldOffset, int newOffset) {
103 if (oldOffset <= 0 || newOffset <= 0) {
106 annotationOffsets.put(oldOffset, newOffset);
109 public void putAnnotationSetOffset(int oldOffset, int newOffset) {
110 if (oldOffset <= 0 || newOffset <= 0) {
113 annotationSetOffsets.put(oldOffset, newOffset);
116 public void putAnnotationSetRefListOffset(int oldOffset, int newOffset)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 71 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
72 if (-1 == oldOffset) {
73 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
81 amount = newOffset - oldOffset;
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 633 int oldOffset = 0;
637 Instruction instruction = InstructionFactory.create(oldCode, oldOffset);
640 mapInstruction(oldOffset, instruction);
642 oldOffset += instruction.length(oldOffset);
644 if (newOffset > oldOffset)
649 while (oldOffset < oldLength);
652 newInstructionOffsets[oldOffset] = newOffset;
660 * @param oldOffset the instruction's old offset.
663 private void mapInstruction(int oldOffset,
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 56 final int oldOffset = inputOffset++;
63 inputBuffer[oldOffset] = input;
68 final int oldOffset = inputOffset;
76 System.arraycopy(input, offset, inputBuffer, oldOffset, len);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset);
105 if (oldOffset > oldNameTableOffset) {
106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
  /external/skia/src/sfnt/
SkOTUtils.cpp 104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset);
105 if (oldOffset > oldNameTableOffset) {
106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.cpp 78 LayoutPoint oldOffset = m_offset;
89 m_renderer.invalidatePaintAfterLayoutIfNeeded(repaintContainer, m_renderer.selfNeedsLayout(), oldRepaintRect, oldOffset, &m_repaintRect, &m_offset);
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum;
798 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
807 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum;
798 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
807 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java     [all...]
DrawerLayout.java 725 final float oldOffset = getDrawerViewOffset(drawerView);
727 final int oldPos = (int) (width * oldOffset);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1093 uint32_t oldOffset = 0;
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 1204 milliseconds

1 2