HomeSort by relevance Sort by last modified time
    Searched refs:getFileOffset (Results 26 - 50 of 50) sorted by null

12

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 82 int offset = (sz == 0) ? 0 : getFileOffset();
ClassDefsSection.java 93 int offset = (sz == 0) ? 0 : getFileOffset();
MapItem.java 215 offset = section.getFileOffset();
DexFile.java 566 int zeroCount = one.getFileOffset() - out.getCursor();
571 out.writeZeroes(one.getFileOffset() - out.getCursor());
MixedItemSection.java 140 int offset = (sz == 0) ? 0 : getFileOffset();
  /build/tools/zipalign/
ZipEntry.h 78 off_t getFileOffset(void) const {
ZipFile.cpp 594 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
698 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 93 int offset = (sz == 0) ? 0 : getFileOffset();
MapItem.java 215 offset = section.getFileOffset();
DexFile.java 547 int zeroCount = one.getFileOffset() - out.getCursor();
552 out.writeZeroes(one.getFileOffset() - out.getCursor());
MixedItemSection.java 140 int offset = (sz == 0) ? 0 : getFileOffset();
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 92 int offset = (sz == 0) ? 0 : getFileOffset();
MapItem.java 214 offset = section.getFileOffset();
DexFile.java 564 int zeroCount = one.getFileOffset() - out.getCursor();
569 out.writeZeroes(one.getFileOffset() - out.getCursor());
MixedItemSection.java 139 int offset = (sz == 0) ? 0 : getFileOffset();
  /frameworks/base/tools/aapt/
ZipEntry.h 83 off_t getFileOffset(void) const {
ZipFile.cpp 592 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 288 Emit32(PP.getSourceManager().getFileOffset(T.getLocation()));
ASTUnit.cpp     [all...]
SerializedDiagnosticPrinter.cpp 299 Record.push_back(SM->getFileOffset(Loc));
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1434 milliseconds

12