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

  /frameworks/base/core/jni/android/graphics/
Utils.cpp 41 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
42 if (-1 == oldOffset) {
43 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
51 amount = newOffset - oldOffset;
Typeface.cpp 91 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
92 if (-1 == oldOffset)
98 amount = newOffset - oldOffset;
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 76 public void putTypeListOffset(int oldOffset, int newOffset) {
77 if (oldOffset <= 0 || newOffset <= 0) {
80 typeListOffsets.put(oldOffset, newOffset);
83 public void putAnnotationOffset(int oldOffset, int newOffset) {
84 if (oldOffset <= 0 || newOffset <= 0) {
87 annotationOffsets.put(oldOffset, newOffset);
90 public void putAnnotationSetOffset(int oldOffset, int newOffset) {
91 if (oldOffset <= 0 || newOffset <= 0) {
94 annotationSetOffsets.put(oldOffset, newOffset);
97 public void putAnnotationDirectoryOffset(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...]
  /dalvik/vm/
Profile.cpp 737 int oldOffset, newOffset;
761 oldOffset = state->curOffset;
762 newOffset = oldOffset + state->recordSize;
767 } while (android_atomic_release_cas(oldOffset, newOffset,
775 * Write data into "oldOffset".
777 ptr = state->buf + oldOffset;
  /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...]
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 68 int oldOffset = m_dest - m_buffer;
70 m_dest = m_buffer + oldOffset;
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1093 uint32_t oldOffset = 0;
    [all...]
  /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 603 milliseconds