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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.h 344 VideoEditJava_Method* pMethods;
  /external/chromium_org/third_party/sqlite/src/src/
test_vfs.c 336 if( pFile->pMethods ){
337 ckfree((char *)pFile->pMethods);
577 if( pFd->pReal->pMethods ){
578 sqlite3_io_methods *pMethods;
587 pMethods = (sqlite3_io_methods *)ckalloc(nByte);
588 memcpy(pMethods, &tvfs_io_methods, nByte);
589 pMethods->iVersion = pVfs->iVersion;
591 pMethods->xShmUnmap = 0;
592 pMethods->xShmLock = 0;
593 pMethods->xShmBarrier = 0
    [all...]
os_unix.c     [all...]
pager.c     [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 571 ** for their own use. The pMethods entry is a pointer to an
577 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
589 ** If the xOpen method sets the sqlite3_file.pMethods element
593 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
    [all...]
sqlite3.c     [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 787 milliseconds