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 850 pClass->pMethods[index].pName,
851 pClass->pMethods[index].pType,
852 &pClass->pMethods[index].methodId);
894 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,\
238 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,
337 *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/orig/
sqlite3.h 583 ** for their own use. The pMethods entry is a pointer to an
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 583 ** for their own use. The pMethods entry is a pointer to an
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]

Completed in 194 milliseconds