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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 410 print "%s: Aborting transaction (%s)" % (name, val[1])
412 print "%s: Aborting transaction (%s)" % (name,
444 print "%s: Aborting transaction (%s)" % (name, val[1])
446 print "%s: Aborting transaction (%s)" % (name,
462 print "deadlock: Aborted %d deadlocked transaction(s)" \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 410 print "%s: Aborting transaction (%s)" % (name, val[1])
412 print "%s: Aborting transaction (%s)" % (name,
444 print "%s: Aborting transaction (%s)" % (name, val[1])
446 print "%s: Aborting transaction (%s)" % (name,
462 print "deadlock: Aborted %d deadlocked transaction(s)" \
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 238 ">>> OPEN TRANSACTION ScreenRotationAnimation");
279 "<<< CLOSE TRANSACTION ScreenRotationAnimation");
342 // Must be called while in a transaction.
356 // Must be called while in a transaction.
533 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
557 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
564 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
597 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
604 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
619 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation")
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 389 final FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
390 transaction.hide(mDialpadFragment);
391 transaction.commit();
907 final FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 34 #include "sql/transaction.h"
215 sql::Transaction transaction(&db);
216 transaction.Begin();
229 transaction.Commit();
240 sql::Transaction transaction(&db);
241 transaction.Begin();
251 transaction.Commit();
260 sql::Transaction transaction(&db)
    [all...]
thumbnail_database.cc 25 #include "sql/transaction.h"
712 // transaction, rather than needing RazeAndClose() in InitImpl().
751 "Can not have a transaction when vacuuming.";
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 37 #include "sql/transaction.h"
193 sql::Transaction transaction(&db);
196 transaction.Begin();
204 transaction.Commit();
210 transaction.Begin();
221 transaction.Commit();
  /external/chromium_org/sql/
connection_unittest.cc 387 // Open a transaction and write some data in a second connection.
388 // This will acquire a PENDING or EXCLUSIVE transaction, which will
406 // An unfinished read transaction in the other connection also
786 // Attach fails in a transaction.
795 // Attach succeeds when the transaction is closed.
808 // Detach also fails in a transaction.
818 // Detach succeeds outside of a transaction.
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 639 * a transaction, see the ->*_txn() methods.
658 * Group events scheduling is treated as a transaction, add
662 * Start the transaction, after this ->add() doesn't need to
669 * the transaction is closed. On error the transaction is kept
674 * Will cancel the transaction, assumes ->del() is called
675 * for each successful ->add() during the transaction.
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 190 payment to use for billing and completing the normal purchase transaction.
192 to the free trial. Instead, Google Play records a transaction of $0.00 and the
194 until cancellation. When the transaction is complete, Google Play notifies users
296 any subscription products, the transaction fee is the same as the transaction
300 Billing to handle the transaction and may not provide links to a purchase flow
312 each recurring transaction by appending an integer as follows: </p>
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 186 // Entry e = transaction.GetById(id);
188 // Entry e(transaction, GET_BY_ID, id);
191 // to enforce that an entry never outlived its transaction if there were a copy
651 // are protected and only called from friends in a transaction
652 // or are public and take a Transaction* argument.
657 // To prevent deadlock, the reader writer transaction lock must always
859 // snapshot to the backing store under no transaction, and finally cleaning
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 307 ** from this list when a transaction is committed or rolled back, or when
361 ** of the Btree structure. At most one of these may open a write transaction,
395 ** 1) The current writer (BtShared.pWriter) concludes its transaction, OR
399 ** transaction.
411 u8 initiallyEmpty; /* Database is empty at start of transaction */
417 u8 inTransaction; /* Transaction state */
430 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */
435 Btree *pWriter; /* Btree with currently open write transaction */
599 /* A bunch of assert() statements to check the transaction state variables
vdbeaux.c 343 ** throw an ABORT exception (causing the statement, but not entire transaction
1078 ** and reset(). Inserts are grouped into a transaction.
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database_unittest.cc 14 #include "sql/transaction.h"
843 sql::Transaction transaction(&connection);
844 EXPECT_TRUE(transaction.Begin());
890 EXPECT_TRUE(transaction.Commit());
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 524 * Prepared write transaction completed (or aborted)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 122 BTA_HH_HS_TRANS_NOT_SPT, /* handshake error : transaction not spt */
305 tBTA_HH_HSDATA hs_data; /* GET_ transaction callback
476 ** Description Send DATA transaction to a HID device.
  /external/chromium/chrome/browser/history/
history_database.cc 10 #include "app/sql/transaction.h"
95 sql::Transaction committer(&db_);
176 "Can not have a transaction when vacuuming.";
  /external/chromium_org/chrome/browser/chromeos/login/
supervised_user_manager_impl.cc 277 LOG(WARNING) << "Cleaning up transaction for "
281 // Not much to do - just remove transaction.
289 LOG(WARNING) << "Clean up transaction for non-locally managed user found :"
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 46 // current transaction.
52 // for this transaction, a FullWallet with the fronting card is generated
120 // The transaction ID from GetWalletItems.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseAgent.cpp 139 virtual bool handleEvent(SQLTransaction* transaction)
147 transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), IGNORE_EXCEPTION);
305 database->transaction(callback.release(), errorCallback.release(), successCallback.release());
  /external/chromium_org/third_party/sqlite/src/test/
thread005.test 83 # writer thread repeats the following transaction as fast as possible:
101 # transaction.
112 # rollback the statement-transaction belonging to the UPDATE statement.
walcrash.test 22 # walcrash-2.*: Recover a database where the failed transaction spanned more
24 # walcrash-3.*: Recover multiple databases where the failed transaction
25 # was a multi-file transaction.
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 35 * In-transaction flag.
71 * Transaction isolation mode.
339 throw new SQLException("incomplete transaction");
  /frameworks/native/libs/binder/
ProcessState.cpp 121 // no interface token on this magic transaction
201 // Perform a dummy transaction to ensure the context manager
389 ALOGE("Using /dev/binder failed: unable to mmap transaction memory.\n");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java 75 // Add the fragment to the activity, pushing this transaction

Completed in 2055 milliseconds

<<21222324252627282930>>