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

  /dalvik/libdex/
DexClass.h 91 DexMethod* pMethod, u4* lastIndex);
152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod,
156 pMethod->accessFlags = readUnsignedLeb128(pData);
157 pMethod->codeOff = readUnsignedLeb128(pData);
158 pMethod->methodIdx = index;
DexClass.c 85 DexMethod* pMethod, u4* lastIndex) {
90 dexReadClassDataMethod(pData, pMethod, lastIndex);
ZipArchive.h 133 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
ZipArchive.c 469 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
490 if (pMethod != NULL)
491 *pMethod = method;
  /frameworks/base/include/utils/
ZipFileCRO.h 50 int* pMethod, size_t* pUncompLen,
ZipFileRO.h 130 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
  /frameworks/base/libs/utils/
ZipFileCRO.cpp 42 int* pMethod, size_t* pUncompLen,
46 return zip->getEntryInfo(entry, pMethod, pUncompLen, pCompLen, pOffset,
ZipFileRO.cpp 475 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
497 if (pMethod != NULL)
498 *pMethod = method;
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 75 milliseconds