Searched defs:isCreate (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestPackage.cpp73 TestPackageRegistry* TestPackageRegistry::getOrDestroy (bool isCreate) argument
77 if (isCreate)
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1477 int isCreate = (flags & SQLITE_OPEN_CREATE); local
1483 int isOpenJournal = (isCreate && (
1501 assert(isCreate==0 || isReadWrite);
1502 assert(isExclusive==0 || isCreate);
1503 assert(isDelete==0 || isCreate);
1556 }else if( isCreate ){
H A Dos_win.c2071 int isCreate = (flags & SQLITE_OPEN_CREATE); local
2078 int isOpenJournal = (isCreate && (
2093 assert(isCreate==0 || isReadWrite);
2094 assert(isExclusive==0 || isCreate);
2095 assert(isDelete==0 || isCreate);
2148 }else if( isCreate ){
H A Dos_unix.c4962 int isCreate = (flags & SQLITE_OPEN_CREATE); local
4973 int syncDir = (isCreate && (
4993 assert(isCreate==0 || isReadWrite);
4994 assert(isExclusive==0 || isCreate);
4995 assert(isDelete==0 || isCreate);
5034 if( isCreate ) openFlags |= O_CREAT;
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c821 int isCreate, /* True for xCreate, false for xConnect */
990 if( isCreate ){
820 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23489 int isCreate = (flags & SQLITE_OPEN_CREATE); local
23495 int isOpenJournal = (isCreate && (
23513 assert(isCreate==0 || isReadWrite);
23514 assert(isExclusive==0 || isCreate);
23515 assert(isDelete==0 || isCreate);
23568 }else if( isCreate ){
29103 int isCreate = (flags & SQLITE_OPEN_CREATE); local
33190 int isCreate = (flags & SQLITE_OPEN_CREATE); local
113881 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c29898 int isCreate = (flags & SQLITE_OPEN_CREATE); local
36523 int isCreate = (flags & SQLITE_OPEN_CREATE); local
127909 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
147753 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c29918 int isCreate = (flags & SQLITE_OPEN_CREATE); local
36543 int isCreate = (flags & SQLITE_OPEN_CREATE); local
127929 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
147785 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
[all...]

Completed in 8168 milliseconds