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

  /frameworks/base/core/jni/android/graphics/
Utils.cpp 57 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
58 if (-1 == oldOffset) {
59 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
67 amount = newOffset - oldOffset;
Typeface.cpp 99 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
100 if (-1 == oldOffset)
106 amount = newOffset - oldOffset;
  /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...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 558 int oldOffset = 0;
562 Instruction instruction = InstructionFactory.create(oldCode, oldOffset);
565 mapInstruction(oldOffset, instruction);
567 oldOffset += instruction.length(oldOffset);
569 if (newOffset > oldOffset)
574 while (oldOffset < oldLength);
577 instructionOffsetMap[oldOffset] = newOffset;
585 * @param oldOffset the instruction's old offset.
588 private void mapInstruction(int oldOffset,
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 64 final int oldOffset = inputOffset++;
71 inputBuffer[oldOffset] = input;
76 final int oldOffset = inputOffset;
84 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(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(oldOffset - oldNameTablePhysicalSize);
  /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/icu4c/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...]
  /dalvik/vm/
Profile.cpp 937 int oldOffset, newOffset;
946 oldOffset = state->curOffset;
947 newOffset = oldOffset + state->recordSize;
952 } while (android_atomic_release_cas(oldOffset, newOffset,
960 * Write data into "oldOffset".
962 ptr = state->buf + oldOffset;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 540 final float oldOffset = getDrawerViewOffset(drawerView);
542 final int oldPos = (int) (width * oldOffset);
    [all...]
SlidingPaneLayout.java     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1093 uint32_t oldOffset = 0;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1096 uint32_t oldOffset = 0;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 747 milliseconds