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

  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 847 pClass->pMethods[index].pName,
848 pClass->pMethods[index].pType,
849 &pClass->pMethods[index].methodId);
891 pIds->methodIds[index] = pClass->pMethods[index].methodId;
VideoEditorJava.h 344 VideoEditJava_Method* pMethods;
  /dalvik/vm/reflect/
Proxy.cpp 32 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,\
239 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,
338 *pMethods = methods;
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 480 ** for their own use. The pMethods entry is a pointer to an
486 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
    [all...]
  /external/sqlite/dist/
sqlite3.h 572 ** for their own use. The pMethods entry is a pointer to an
578 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
590 ** If the xOpen method sets the sqlite3_file.pMethods element
594 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
sqlite3.h.orig 569 ** for their own use. The pMethods entry is a pointer to an
575 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
587 ** If the xOpen method sets the sqlite3_file.pMethods element
591 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
    [all...]

Completed in 176 milliseconds