Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 80) sorted by relevance

1234

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp61 if (statement.prepare() != SQLResultOk) in loadCacheGroup()
130 if (statement.prepare() != SQLResultOk) in loadManifestHostHashes()
171 if (statement.prepare() != SQLResultOk) in cacheGroupForURL()
235 if (statement.prepare() != SQLResultOk) in fallbackCacheGroupForURL()
350 if (statement.prepare() != SQLResultOk) in verifySchemaVersion()
426 if (statement.prepare() != SQLResultOk) in store()
445 if (statement.prepare() != SQLResultOk) in store()
470 statement.prepare(); in store()
486 statement.prepare(); in store()
510 if (dataStatement.prepare() != SQLResultOk) in store()
[all …]
/external/webkit/WebCore/platform/sql/
DSQLiteStatement.cpp61 int SQLiteStatement::prepare() in prepare() function in WebCore::SQLiteStatement
113 if (!m_statement && prepare() != SQLITE_OK) in executeCommand()
126 if (!m_statement && prepare() != SQLITE_OK) in returnsAtLeastOneResult()
346 if (prepare() != SQLITE_OK) { in getColumnBlob()
374 if (prepare() != SQLITE_OK) in returnTextResults()
394 if (prepare() != SQLITE_OK) in returnIntResults()
414 if (prepare() != SQLITE_OK) in returnInt64Results()
434 if (prepare() != SQLITE_OK) in returnDoubleResults()
DSQLiteStatement.h42 int prepare();
55 int prepareAndStep() { if (int error = prepare()) return error; return step(); } in prepareAndStep()
DSQLiteDatabase.cpp129 statement.prepare(); in setMaximumSize()
193 sql.prepare(); in tableExists()
/external/webkit/WebCore/storage/
DDatabaseTracker.cpp179 if (statement.prepare() != SQLResultOk) in hasEntryForDatabase()
216 if (statement.prepare() != SQLResultOk) in fullPathForDatabase()
238 if (sequenceStatement.prepare() != SQLResultOk) in fullPathForDatabase()
287 if (statement.prepare() != SQLResultOk) in populateOrigins()
317 if (statement.prepare() != SQLResultOk) in databaseNamesForOrigin()
347 if (statement.prepare() != SQLResultOk) in detailsForNameAndOrigin()
376 if (statement.prepare() != SQLResultOk) in setDatabaseDetails()
401 if (updateStatement.prepare() != SQLResultOk) in setDatabaseDetails()
548 if (statement.prepare() != SQLResultOk) { in setQuota()
559 bool error = statement.prepare() != SQLResultOk; in setQuota()
[all …]
DLocalStorageArea.cpp309 if (query.prepare() != SQLResultOk) { in performImport()
370 if (clear.prepare() != SQLResultOk) { in performSync()
383 if (insert.prepare() != SQLResultOk) { in performSync()
389 if (remove.prepare() != SQLResultOk) { in performSync()
DDatabase.cpp204 int result = statement.prepare(); in retrieveTextResultFromDatabase()
242 int result = statement.prepare(); in setTextValueInDatabase()
529 if (statement.prepare() != SQLResultOk) { in performGetTableNames()
DSQLStatement.cpp73 int result = statement.prepare(); in execute()
/external/dropbear/libtomcrypt/
DTODO7 - prepare manual for printing (both soft and hard cover)
/external/webkit/WebCore/loader/icon/
DIconDatabase.cpp1165 if (integrity.prepare() != SQLResultOk) { in checkIntegrity()
1199 if (query.prepare() != SQLResultOk) { in performURLImport()
1600 pageSQL.prepare(); in pruneUnretainedIcons()
1620 pageDeleteSQL.prepare(); in pruneUnretainedIcons()
1760 if (query.prepare() != SQLResultOk) { in imported()
1791 if (query.prepare() != SQLResultOk) { in setImported()
1813 if (statement->prepare() != SQLResultOk) in readySQLiteStatement()
/external/srec/config/en.us/tcp/
Dbothtags5.tcp3 # to run this script please be sure to prepare the input grammars
73 # prepare the recognition context for recognition
Dbothtags5_from_saved.tcp52 # prepare the recognition context for recognition
/external/zlib/contrib/dotzlib/
DLICENSE_1_0.txt6 execute, and transmit the Software, and to prepare derivative works of the
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h103 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member
236 #define sqlite3_prepare sqlite3_api->prepare
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.h250 virtual void prepare() in prepare() function
498 iCurrState->prepare(); in gotoNextState()
/external/bison/src/
Doutput.c583 prepare (void) in prepare() function
644 prepare (); in output()
/external/bluez/utils/audio/
Dpcm_bluetooth.c1105 .prepare = bluetooth_prepare,
1119 .prepare = bluetooth_prepare,
1131 .prepare = bluetooth_prepare,
1145 .prepare = bluetooth_prepare,
/external/opencore/android/author/
DPVMediaRecorder.cpp265 status_t PVMediaRecorder::prepare() in prepare() function in android::PVMediaRecorder
/external/webkit/WebCore/platform/mac/
DThemeMac.mm198 // Determine the width and height needed for the control and prepare the cell for painting.
273 // Determine the width and height needed for the control and prepare the cell for painting.
351 // Determine the width and height needed for the control and prepare the cell for painting.
/external/webkit/WebKitTools/
DChangeLog28 Bug 21997: prepare-ChangeLog should filter out ChangeLog files
34 * Scripts/prepare-ChangeLog:
378 Make prepare-ChangeLog populate the changed functions for JavaScript files.
384 * Scripts/prepare-ChangeLog:
553 * Scripts/prepare-ChangeLog:
4425 * Scripts/prepare-ChangeLog: Simplify code in one foreach() loop, and extract
6598 Bug 16052: prepare-ChangeLog doesn't report deleted files
6603 * Scripts/prepare-ChangeLog: Fixed logic that checks for removed files.
7114 * Scripts/prepare-ChangeLog:
7692 to Drosera to prepare it for interacting with WebKit. A lot of these
[all …]
/external/libffi/doc/
Dlibffi.texi123 Call InterFace. To prepare a call interface object, use the function
457 @code{ffi_cif} describing the function call. Finally you can prepare
Dlibffi.info107 To prepare a call interface object, use the function `ffi_prep_cif'.
401 a `ffi_cif' describing the function call. Finally you can prepare the
/external/elfutils/
DCOPYING18 b) to prepare derivative works ("Derivative Works") based upon the
/external/apache-http/
DNOTICE85 copyright license to reproduce, prepare Derivative Works of,
/external/svox/picolanginstaller/
DNOTICE82 copyright license to reproduce, prepare Derivative Works of,

1234