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

  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 100 int relativeOffset = ii.getIndex() * ii.writeSize();
102 return getAbsoluteOffset(relativeOffset);
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 235 ALWAYS_INLINE void JIT::addJump(Jump jump, int relativeOffset)
239 m_jmpTable.append(JumpTable(jump, m_bytecodeIndex + relativeOffset));
242 ALWAYS_INLINE void JIT::emitJumpSlowToHot(Jump jump, int relativeOffset)
246 jump.linkTo(m_labels[m_bytecodeIndex + relativeOffset], this);
  /external/zlib/contrib/minizip/
unzip.c 487 ZPOS64_T relativeOffset;
552 if (unz64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=UNZ_OK)
562 if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0)
572 return relativeOffset;
    [all...]
zip.c 550 ZPOS64_T relativeOffset;
617 if (zip64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=ZIP_OK)
627 if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0)
637 return relativeOffset;
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1837 milliseconds