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

  /external/webkit/WebCore/loader/
TextDocument.cpp 56 int oldOffset = m_dest - m_buffer;
58 m_dest = m_buffer + oldOffset;
FTPDirectoryDocument.cpp 65 int oldOffset = m_dest - m_buffer;
67 m_dest = m_buffer + oldOffset;
  /external/icu4c/tools/toolutil/
ucmstate.c 620 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum;
797 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
798 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
799 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
806 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
807 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
808 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
    [all...]
  /dalvik/vm/
Profile.c 673 int oldOffset, newOffset;
693 oldOffset = state->curOffset;
694 newOffset = oldOffset + TRACE_REC_SIZE;
699 } while (!ATOMIC_CMP_SWAP(&state->curOffset, oldOffset, newOffset));
709 * Write data into "oldOffset".
711 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...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 246 off_t oldOffset = fAsset->seek(0, SEEK_CUR);
247 if (-1 == oldOffset) {
248 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
256 amount = newOffset - oldOffset;
  /external/icu4c/test/cintltst/
cmsccoll.c 1084 uint32_t oldOffset = 0;
    [all...]

Completed in 533 milliseconds