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 off_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 off_t oldOffset = fAsset->seek(0, SEEK_CUR);
92 if (-1 == oldOffset)
98 amount = newOffset - 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/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;
  /dalvik/vm/
Profile.c 679 int oldOffset, newOffset;
699 oldOffset = state->curOffset;
700 newOffset = oldOffset + TRACE_REC_SIZE;
705 } while (android_atomic_release_cas(oldOffset, newOffset,
716 * Write data into "oldOffset".
718 ptr = state->buf + oldOffset;
  /external/chromium/third_party/icu/source/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...]
  /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/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 1084 uint32_t oldOffset = 0;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1084 uint32_t oldOffset = 0;
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 149 milliseconds