Searched
full:transaction (Results
876 -
900 of
1579) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/browser/history/ |
text_database.cc | 12 #include "app/sql/transaction.h" 209 sql::Transaction committer(&db_);
|
/external/chromium/chrome/browser/sync/engine/ |
build_and_process_conflict_sets_command.cc | 45 { // Scope for transaction. 181 // 3. Store the information needed to rollback if the transaction fails.
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.cc | 178 // the autofill database after closing the write transaction, since 582 // We only access the cryptographer while holding a transaction.
|
autofill_profile_model_associator.cc | 158 // The write transaction lock is held inside this block. 508 // We only access the cryptographer while holding a transaction.
|
typed_url_model_associator.cc | 177 // the history database after closing the write transaction, since 491 // We only access the cryptographer while holding a transaction.
|
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 541 // Commit any pending transaction and deletes the database. 544 // Commit the current transaction and creates a new one.
|
/external/chromium/net/tools/dump_cache/ |
dump_files.cc | 73 printf("transaction: 0x%x\n", header.lru.transaction);
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_codec.cc | 401 // Previously sync transaction version was stored in the meta info field 403 // transaction version to its value, then delete the field.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 148 // A database transaction should look like: 378 // transaction when this happens.
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_core.cc | 279 // NOTE: We're in a transaction. 290 // NOTE: We're in a transaction.
|
/external/chromium_org/net/tools/dump_cache/ |
dump_files.cc | 118 printf("transaction: 0x%x\n", header.lru.transaction);
|
/external/chromium_org/third_party/sqlite/src/src/ |
bitvec.c | 16 ** journalled during a transaction, or which pages have the "dont-write" 34 ** start of a transaction, and is thus usually less than a few thousand,
|
fkey.c | 25 ** is returned and the current statement transaction rolled back. If a 28 ** transaction before fixing the constraint violation, the attempt fails. 32 ** database transaction is opened. Each time a statement is executed 35 ** the database, the counter is decremented. When the transaction is 44 ** transaction is opened, this may cause the mechanism to malfunction. 90 ** and the statement transaction is rolled back. An exception is an INSERT 94 ** an INSERT does not open a statement transaction. 413 ** generated for will not open a statement transaction. */ [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
schema.test | 343 # Begin a transaction and create a table. This increments 352 # Rollback the transaction, resetting the schema cookie to the value
|
walcksum.test | 291 # Test case walcksum-2.* tests that if a statement transaction is rolled 293 # more) the outer transaction is committed, the WAL file is still correctly
|
/external/clang/lib/ARCMigrate/ |
TransRetainReleaseDealloc.cpp | 120 Transaction Trans(Pass.TA); 134 Transaction Trans(Pass.TA);
|
/external/dnsmasq/src/ |
nameser.h | 191 #define T_TKEY 249 /* Transaction Key */ 192 #define T_TSIG 250 /* Transaction Signature */
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 259 * @param isServerTransaction is a flag that indicates whether this is a server transaction. 814 * Generate (compute) a transaction ID for this SIP message. 823 * Networks (converts to lower case when returning the transaction identifier). 825 * @return a string that can be used as a transaction identifier for this message. This can be 827 * response have the same computed transaction identifier). 835 // the transaction. BranchId is not case sensitive. 842 // implies that the branch id can be used as a transaction [all...] |
/external/stressapptest/src/ |
finelock_queue.cc | 221 // This call is used to export last transaction info on a particular physical 252 message->assign(" (Last Transaction:");
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteOpenHelper.java | 334 * This method executes within a transaction. If an exception is thrown, all changes 352 * This method executes within a transaction. If an exception is thrown, all changes
|
/frameworks/base/services/input/ |
SpriteController.cpp | 69 "Sprite closeTransaction() called but there is no open sprite transaction"); 148 // Resize sprites if needed, inside a global transaction.
|
/frameworks/base/services/java/com/android/server/wm/ |
DragState.java | 297 WindowManagerService.TAG, ">>> OPEN TRANSACTION notifyMoveLw"); 307 WindowManagerService.TAG, "<<< CLOSE TRANSACTION notifyMoveLw");
|
Session.java | 320 WindowManagerService.TAG, ">>> OPEN TRANSACTION performDrag"); 332 WindowManagerService.TAG, "<<< CLOSE TRANSACTION performDrag");
|
/hardware/ti/wlan/mac80211/ti-utils/ |
nvs.c | 475 /* fill end burst transaction zeros */ 584 /* fill end burst transaction zeros */
|
/libcore/luni/src/main/java/javax/sql/ |
RowSet.java | 101 * transaction isolation, type map; plus some or all of the properties: 194 * Gets the transaction isolation level property set for this 195 * {@code RowSet}. The transaction isolation level defines the 199 * @return the current transaction isolation level. Must be one of: [all...] |
Completed in 474 milliseconds
<<31323334353637383940>>