Searched defs:readOnly (Results 26 - 42 of 42) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c422 u8 readOnly; /* True if the WAL file is open read-only */ member in struct:Wal
1276 pRet->readOnly = 1;
2359 if( pWal->readOnly ){
H A Dpager.c621 u8 readOnly; /* True for a read-only database */ member in struct:Pager
4304 int readOnly = 0; /* True if this is a read-only file */ local
4424 readOnly = (fout&SQLITE_OPEN_READONLY);
4434 if( rc==SQLITE_OK && !readOnly ){
4471 readOnly = (vfsFlags&SQLITE_OPEN_READONLY);
4503 pPager->noReadlock = (noReadlock && readOnly) ?1:0;
4523 pPager->readOnly = (u8)readOnly;
4717 assert( pPager->noReadlock==0 || pPager->readOnly );
5364 if( NEVER(pPager->readOnly) ) retur
[all...]
/external/icu4c/common/
H A Dutext.cpp518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { argument
521 if (readOnly) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12531 u8 readOnly; /* True for read-only statements */ member in struct:Vdbe
37064 u8 readOnly; /* True for a read-only database */ member in struct:Pager
40747 int readOnly = 0; /* True if this is a read-only file */ local
43881 u8 readOnly; /* True if the WAL file is open read-only */ member in struct:Wal
46789 u8 readOnly; /* True if the underlying file is readonly */ member in struct:BtShared
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13151 u8 readOnly; /* True for read-only statements */ member in struct:Vdbe
39047 u8 readOnly; /* True for a read-only database */ member in struct:Pager
42741 int readOnly = 0; /* True if this is a read-only file */ local
45758 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ member in struct:Wal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13151 u8 readOnly; /* True for read-only statements */ member in struct:Vdbe
39075 u8 readOnly; /* True for a read-only database */ member in struct:Pager
42769 int readOnly = 0; /* True if this is a read-only file */ local
45786 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ member in struct:Wal
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 623 milliseconds

12