Searched refs:pMethod (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/Index/ |
D | c-index-getCursor-test.m | 24 - pMethod; method 50 [d pMethod]; 84 // CHECK: [24:1 - 24:11] ObjCInstanceMethodDecl=pMethod:24:3 145 // CHECK: [50:2 - 50:3] ObjCMessageExpr=pMethod:24:3 147 // CHECK: [50:4 - 50:13] ObjCMessageExpr=pMethod:24:3
|
D | c-index-api-loadTU-test.m | 26 - pMethod; method 52 [d pMethod]; 97 // CHECK: c-index-api-loadTU-test.m:26:3: ObjCInstanceMethodDecl=pMethod:26:3 Extent=[26:1 - 26:11] 138 // CHECK: c-index-api-loadTU-test.m:52:2: ObjCMessageExpr=pMethod:26:3 Extent=[52:2 - 52:13]
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | journal.c | 36 sqlite3_io_methods *pMethod; /* I/O methods on journal files */ member 212 p->pMethod = &JournalFileMethods; in sqlite3JournalOpen()
|
D | memjournal.c | 62 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member 243 p->pMethod = (sqlite3_io_methods*)&MemJournalMethods; in sqlite3MemJournalOpen()
|
D | os_unix.c | 204 sqlite3_io_methods const *pMethod; /* Always the first entry */ member 4654 pNew->pMethod = pLockingStyle; in fillInUnixFile() 5948 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); in proxyConchLock() 5999 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); in proxyConchLock() 6002 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); in proxyConchLock() 6125 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); in proxyTakeConch() 6173 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); in proxyTakeConch() 6218 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ in proxyTakeConch() 6224 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); in proxyTakeConch() 6248 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); in proxyReleaseConch() [all …]
|
D | test6.c | 127 const sqlite3_io_methods *pMethod; /* Must be first */ member 598 pWrapper->pMethod = &CrashFileVtab; in cfOpen() 630 if( rc!=SQLITE_OK && pWrapper->pMethod ){ in cfOpen()
|
D | os_win.c | 102 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member 2226 pFile->pMethod = &winIoMethod; in winOpen() 2790 winSQLite3File->pMethod = &winIoMethod; in chromium_sqlite3_initialize_win_sqlite3_file()
|
D | os_os2.c | 68 const sqlite3_io_methods *pMethod; /* Always the first entry */ member 1594 pFile->pMethod = &os2IoMethod;
|
/external/chromium_org/third_party/sqlite/ |
D | webdb.patch | 159 + winSQLite3File->pMethod = &winIoMethod;
|
D | system-sqlite.patch | 17 sqlite3_io_methods const *pMethod; /* Always the first entry */ 227 pNew->pMethod = pLockingStyle; 413 sqlite3_io_methods const *pMethod; /* Always the first entry */ 625 pNew->pMethod = pLockingStyle;
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
D | sqlite3async.c | 515 sqlite3_io_methods *pMethod; member 1122 p->pMethod = &async_methods; in asyncOpen() 1161 p->pMethod = 0; in asyncOpen()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 22095 const sqlite3_io_methods *pMethod; /* Always the first entry */ 23621 pFile->pMethod = &os2IoMethod; 24155 sqlite3_io_methods const *pMethod; /* Always the first entry */ 28810 pNew->pMethod = pLockingStyle; 30104 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 30155 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 30158 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 30281 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); 30329 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); 30374 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 22949 const sqlite3_io_methods *pMethod; /* Always the first entry */ 24475 pFile->pMethod = &os2IoMethod; 25016 sqlite3_io_methods const *pMethod; /* Always the first entry */ 29786 pNew->pMethod = pLockingStyle; 31079 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 31130 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 31133 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 31256 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); 31304 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); 31349 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 22949 const sqlite3_io_methods *pMethod; /* Always the first entry */ 24475 pFile->pMethod = &os2IoMethod; 25023 sqlite3_io_methods const *pMethod; /* Always the first entry */ 29814 pNew->pMethod = pLockingStyle; 31107 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 31158 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 31161 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 31284 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); 31332 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); 31377 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ [all …]
|