Searched refs:isCreate (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestPackage.cpp73 TestPackageRegistry* TestPackageRegistry::getOrDestroy (bool isCreate) argument
77 if (isCreate)
H A DtcuTestPackage.hpp82 static TestPackageRegistry* getOrDestroy (bool 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/rtree/
H A Drtree.c2842 int isCreate
2868 if( isCreate ){
2949 int isCreate /* True for xCreate, false for xConnect */
2953 if( isCreate ){
2990 int isCreate /* True for xCreate, false for xConnect */
3030 rc = getNodeSize(db, pRtree, isCreate);
3037 if( (rc = rtreeSqlInit(pRtree, db, argv[1], argv[2], isCreate)) ){
/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...]
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js2448 var isCreate = Boolean(oflag & 512);
2463 if (isCreate && isExistCheck) {
2467 if ((isWrite || isCreate || isTruncate) && target.isFolder) {
2485 if (!isCreate) {
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2501 var isCreate = Boolean(oflag & 512);
2516 if (isCreate && isExistCheck) {
2520 if ((isWrite || isCreate || isTruncate) && target.isFolder) {
2538 if (!isCreate) {
[all...]

Completed in 654 milliseconds