HomeSort by relevance Sort by last modified time
    Searched defs:oldOffset (Results 1 - 8 of 8) 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;
  /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;
  /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/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...]
  /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 167 milliseconds