HomeSort by relevance Sort by last modified time
    Searched refs:pMethod (Results 1 - 11 of 11) 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.cpp 85 DexMethod* pMethod, u4* lastIndex) {
90 dexReadClassDataMethod(pData, pMethod, lastIndex);
ZipArchive.h 131 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
ZipArchive.cpp 480 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
501 if (pMethod != NULL)
502 *pMethod = method;
  /frameworks/base/include/utils/
ZipFileCRO.h 52 int* pMethod, size_t* pUncompLen,
ZipFileRO.h 132 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;
  /dalvik/vm/
InitRefs.cpp 297 static bool initDirectMethodReferenceByClass(Method** pMethod, ClassObject* clazz,
307 *pMethod = method;
311 static bool initDirectMethodReference(Method** pMethod, const char* className,
320 return initDirectMethodReferenceByClass(pMethod, clazz, name, descriptor);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 192 milliseconds