HomeSort by relevance Sort by last modified time
    Searched refs:pMethod (Results 1 - 18 of 18) 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 555 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
576 if (pMethod != NULL)
577 *pMethod = method;
  /external/chromium_org/third_party/sqlite/src/src/
journal.c 36 sqlite3_io_methods *pMethod; /* I/O methods on journal files */
212 p->pMethod = &JournalFileMethods;
memjournal.c 62 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
243 p->pMethod = (sqlite3_io_methods*)&MemJournalMethods;
os_unix.c 204 sqlite3_io_methods const *pMethod; /* Always the first entry */
    [all...]
test6.c 127 const sqlite3_io_methods *pMethod; /* Must be first */
598 pWrapper->pMethod = &CrashFileVtab;
630 if( rc!=SQLITE_OK && pWrapper->pMethod ){
os_win.c 102 const sqlite3_io_methods *pMethod; /*** Must be first ***/
    [all...]
os_os2.c 68 const sqlite3_io_methods *pMethod; /* Always the first entry */
    [all...]
  /dalvik/vm/
InitRefs.cpp 294 static bool initDirectMethodReferenceByClass(Method** pMethod, ClassObject* clazz,
304 *pMethod = method;
308 static bool initDirectMethodReference(Method** pMethod, const char* className,
317 return initDirectMethodReferenceByClass(pMethod, clazz, name, descriptor);
  /frameworks/base/include/androidfw/
ZipFileRO.h 132 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 508 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
532 if (pMethod != NULL)
533 *pMethod = method;
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 515 sqlite3_io_methods *pMethod;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2007 milliseconds