HomeSort by relevance Sort by last modified time
    Searched full:transaction (Results 676 - 700 of 1579) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
ioerr.test 35 BEGIN TRANSACTION;
40 BEGIN TRANSACTION;
137 # transaction. This test only runs on UNIX.
141 # second connection from attempting the multi-file transaction.
392 -- This transaction will cause the root-page of table t1 to divide
shared_err.test 44 BEGIN TRANSACTION;
49 BEGIN TRANSACTION;
114 # When this transaction begins the table contains 512 entries. The
190 # active transaction and a second IO error was encountered, then
270 # active transaction and a second IO error was encountered, then
fts3rnd.test 64 # within a single transaction. This forces the queries in (d) to
67 # and (c) until the transaction is committed.
273 db transaction {
pragma.test 32 # transaction.
476 # Test that modifying the sync-level in the middle of a transaction is
489 } {1 {Safety level may not be changed inside a transaction}}
863 # within a transaction.
1061 } {1 {temporary storage cannot be changed from within a transaction}}
1083 } {1 {temporary storage cannot be changed from within a transaction}}
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 21 #include "sql/transaction.h"
498 sql::Transaction transaction(db_.get());
499 if (!transaction.Begin() ||
508 return transaction.Commit();
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 581 // Try to apply the ops. If the transaction is too large, split it in half and try again
587 // If the transaction is too large, try splitting it.
589 LogUtils.e(TAG, "Single operation transaction too large");
590 throw new IOException("Single operation transaction too large");
592 LogUtils.d(TAG, "Transaction operation count %d too large, halving...",
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 66 import com.android.mms.transaction.Transaction;
67 import com.android.mms.transaction.TransactionBundle;
68 import com.android.mms.transaction.TransactionService;
247 Transaction.RETRIEVE_TRANSACTION);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 137 int nTransaction; /* Number of nested [transaction] methods */
572 ** This routine is called when a transaction is committed. The
574 ** if it throws an exception, the transaction is rolled back instead
987 ** $db transaction [-deferred|-immediate|-exclusive] SCRIPT
990 ** the transaction or savepoint opened by the [transaction] command.
1014 ** top-level transaction that returned SQLITE_BUSY. Or, less likely,
1016 ** and try to rollback the transaction.
    [all...]
attach.c 86 ** * Transaction currently open
96 zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction");
266 "cannot DETACH database within transaction");
vdbeblob.c 123 ** vdbe program will take advantage of the various transaction,
133 ** transaction.
136 {OP_Transaction, 0, 0, 0}, /* 0: Start a transaction */
prepare.c 218 /* If there is not already a read-only (or read-write) transaction opened
219 ** on the b-tree database, open one now. If a transaction is opened, it
453 int openedTransaction = 0; /* True if a transaction is opened */
457 /* If there is not already a read-only (or read-write) transaction opened
458 ** on the b-tree database, open one now. If a transaction is opened, it
479 /* Close the transaction, if one was opened. */
vdbe.c 485 ** the number of non-transaction savepoints currently in the
817 ** whether or not to rollback the current transaction. Do not rollback
820 ** VDBE, but do not rollback the transaction.
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 869 case MessageQueue::TRANSACTION:
    [all...]
  /external/chromium_org/chrome/browser/history/
history_database.cc 17 #include "sql/transaction.h"
70 sql::Transaction committer(&db_);
232 "Can not have a transaction when vacuuming.";
  /external/chromium_org/net/dns/
host_resolver_impl.cc     [all...]
  /external/chromium_org/sync/internal_api/
write_node.cc 282 WriteNode::WriteNode(WriteTransaction* transaction)
283 : entry_(NULL), transaction_(transaction) {
284 DCHECK(transaction);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 36 ** populated as documents are inserted/updated/deleted in a transaction
37 ** and used to create a new segment when the transaction is committed.
38 ** However if this limit is reached midway through a transaction, a new
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 168 // transaction
197 // the new client transaction) takes it into account.
268 "Returning authorization transaction." + retryTran);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 72 // Incremented whenever a transaction gets assigned
74 // a transaction gets freed from the message channel.
356 * responses to a client transaction.
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 324 * that it won't be able to complete this transaction -
336 * this transaction, the OS will show an error dialog
338 * transaction.
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 296 mDatabase.execSQL("BEGIN Transaction;");
332 mDatabase.execSQL("BEGIN Transaction;");
363 mDatabase.execSQL("BEGIN Transaction;");
  /frameworks/base/docs/html/training/animation/
cardflip.jd 349 // Create and commit a new fragment transaction that adds the fragment for the back of
368 // Add this transaction to the back stack, allowing users to press Back
372 // Commit the transaction.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 267 // Update visibility inside a transaction and assert that inside the
268 // transaction it hasn't been updated yet.
275 // After previous transaction finished, visibility should be updated
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java 709 // X-Mms-Transaction-ID
741 // X-Mms-Transaction-ID
770 // X-Mms-Transaction-ID
775 // Transaction-ID should be set(by Transaction) before make().
776 throw new IllegalArgumentException("Transaction-ID is null.");
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 249 // in a transaction. We also want to remove any currently showing
250 // dialog, so make our own transaction and take care of that here.

Completed in 675 milliseconds

<<21222324252627282930>>