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

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/tool/
speedtest2.tcl 127 runtest {25000 INSERTs in a transaction}
144 runtest {25000 INSERTs in a transaction}
161 runtest {25000 INSERTs in a transaction}
178 runtest {25000 INSERTs in a transaction}
195 runtest {25000 INSERTs in a transaction}
  /frameworks/base/obex/javax/obex/
Operation.java 76 * // End the transaction
95 * // End the transaction
125 * @throws IOException if the transaction has already ended or if an OBEX
144 * transaction has ended and no further messages will be exchanged
158 * the transaction; if this object was created by an OBEX server
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 141 * NOTE: Must be called with Surface transaction open. */
151 * NOTE: Must be called with Surface transaction open.
217 * NOTE: Must be called with Surface transaction open. */
227 * NOTE: Must be called with Surface transaction open.
240 * NOTE: Must be called with Surface transaction open.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2c.h 32 * struct i2c_msg - an I2C transaction segment beginning with START
48 * transaction. It is visible to drivers in the @i2c_transfer() procedure,
53 * the standard rules for I2C transactions. Each transaction begins with a
59 * @i2c_msg transaction segment, beginning with a (repeated) START.
140 /* SMBus transaction types (size parameter in the above functions)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 32 * struct i2c_msg - an I2C transaction segment beginning with START
48 * transaction. It is visible to drivers in the @i2c_transfer() procedure,
53 * the standard rules for I2C transactions. Each transaction begins with a
59 * @i2c_msg transaction segment, beginning with a (repeated) START.
140 /* SMBus transaction types (size parameter in the above functions)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 32 * struct i2c_msg - an I2C transaction segment beginning with START
48 * transaction. It is visible to drivers in the @i2c_transfer() procedure,
53 * the standard rules for I2C transactions. Each transaction begins with a
59 * @i2c_msg transaction segment, beginning with a (repeated) START.
140 /* SMBus transaction types (size parameter in the above functions)
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 191 SQLTransaction transaction(dbhandle.get());
192 transaction.BeginExclusive();
250 transaction.Commit();
290 SQLTransaction transaction(dbhandle.get());
291 int sqlite_result = transaction.BeginExclusive();
328 transaction.Commit();
361 SQLTransaction transaction(dbhandle.get());
362 transaction.BeginExclusive();
387 transaction.Commit();
  /external/chromium_org/third_party/sqlite/src/test/
malloc5.test 59 # Test that the transaction started in the above test is still active.
75 # Commit the transaction and open a new one. Read 1 page into the cache.
77 # before the transaction is concluded.
88 # Conclude the transaction opened in the previous [do_test] block. This
186 # The following two test cases each execute a transaction in which
189 # the transaction.
193 # transaction execution.
337 # Now open a transaction and update 2 pages in the db2 cache. Then
342 # freed is page1 of db2. Because there is an open transaction, the
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 503 std::string begin_trans_str = "BEGIN TRANSACTION;";
504 std::string end_trans_str = "END TRANSACTION;";
523 bool transaction = (entries_per_batch > 1); local
525 // Begin write transaction
526 if (FLAGS_transaction && transaction) {
564 // End write transaction
565 if (FLAGS_transaction && transaction) {
586 std::string begin_trans_str = "BEGIN TRANSACTION;";
587 std::string end_trans_str = "END TRANSACTION;";
599 bool transaction = (entries_per_batch > 1) local
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 242 jbd_debug(1, "No recovery required, last transaction %d\n",
260 /* Restart the log at the next transaction ID, thus invalidating
280 * the journal transaction sequence numbers to the next unused ID.
302 "JBD: ignoring %d transaction%s from the journal.\n",
374 * (in terms of transaction IDs), and where (in terms of log
389 * Now we walk through the log, transaction by transaction,
390 * making sure that each transaction has a commit block in the
391 * expected place. Each complete transaction gets replayed back
415 /* Skip over each chunk of the transaction lookin
    [all...]
  /frameworks/base/core/java/android/app/
DialogFragment.java 85 * transaction is popped, the current DialogFragment and its Dialog will be
87 * DialogFragment will take care of popping the transaction of the Dialog
216 * is a convenience for explicitly creating a transaction, adding the
218 * <em>not</em> add the transaction to the back stack. When the fragment
219 * is dismissed, a new transaction will be executed to remove it from
234 * Display the dialog, adding the fragment using an existing transaction
235 * and then committing the transaction.
236 * @param transaction An existing transaction in which to add the fragment.
239 * @return Returns the identifier of the committed transaction, as pe
    [all...]
  /frameworks/base/docs/html/google/play/billing/v2/
billing_integrate.jd 45 integrity of the transaction messages that are sent by Google Play.</li>
175 <p>This enables the application to verify the signature of the transaction information that is
464 <li><code>GET_PURCHASE_INFORMATION</code>&mdash;retrieves transaction information for a purchase
466 <li><code>CONFIRM_NOTIFICATIONS</code>&mdash;acknowledges that you received the transaction
468 <li><code>RESTORE_TRANSACTIONS</code>&mdash;retrieves a user's transaction history for <a
652 <p>Next, when the requested transaction changes state (for example, the purchase is successfully
    [all...]
  /external/chromium_org/net/http/
http_network_transaction.h 219 // Sets up the state machine to restart the transaction with auth.
227 // Resets the members of the transaction so it can be restarted.
230 // Resets the members of the transaction, except |stream_|, which needs
251 // Returns true if this transaction is for a WebSocket handshake
260 // Whether this transaction is waiting for proxy auth, server auth, or is
312 // When the transaction started / finished sending the request, including
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.h 68 // Note: all methods are invoked while the caller holds a transaction.
127 // that a transaction is held.
147 // Note: must be called from within a transaction.
152 // transaction.
165 // Note: must be called from within a transaction.
208 // Note: must be called from within a transaction.
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp 48 PassRefPtr<IDBCursor> IDBCursor::create(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
50 return adoptRef(new IDBCursor(backend, direction, request, source, transaction));
77 IDBCursor::IDBCursor(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
82 , m_transaction(transaction)
124 exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only transaction.");
260 exceptionState.throwDOMException(ReadOnlyError, "The record may not be deleted inside a read-only transaction.");
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 121 * NOTE: A failed binder transaction is something of an emergency case, and shouldn't happen
132 // Is this Operation a separator? (a good place to break up a large transaction)
248 * binder transaction, we split the Operations as directed by separators. If any of the
249 * "mini" batches fails due to a too-large transaction, we're screwed, but this would be
266 //mService.userLog("Transaction too large; spliting!");
282 throw new RuntimeException("Can't send transaction; sync stopped.");
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 18 package com.android.mms.transaction;
50 private static final String TAG = LogTag.TRANSACTION;
101 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
162 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
163 Log.d(LogTag.TRANSACTION,
310 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
  /external/chromium/app/sql/
connection.h 134 // transaction, which means there may be less time spent initializing the
135 // next transaction because it doesn't have to re-aquire locks.
175 // database, as it openes a transaction on the meta table to force the
184 // Transaction management. We maintain a virtual transaction stack to emulate
186 // limitation is you can't roll back a sub transaction: if any transaction
191 // Normally you should use sql::Transaction to manage a transaction, which
197 // Returns the current transaction nesting, which will be 0 if there ar
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 11 #include "app/sql/transaction.h"
299 sql::Transaction transaction(db_.get());
300 if (!transaction.Begin())
312 transaction.Commit();
322 sql::Transaction transaction(db_.get());
323 transaction.Begin();
346 transaction.Commit();
470 sql::Transaction transaction(db_.get())
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 31 int bDestLocked; /* True once a write-transaction is open on pDest */
346 /* If the source pager is currently in a write-transaction, return
363 /* If there is no open read-transaction on the source database, open
364 ** one now. If a transaction is opened here, then it will be closed
504 /* Finish committing the transaction to the destination database. */
512 /* If bCloseTrans is true, then this function opened a read transaction
513 ** on the source database. Close the read transaction here. There is
515 ** "committing" a read-only transaction cannot fail.
566 /* If a transaction is still open on the Btree, roll it back. */
622 ** has been modified by a transaction on the source pager. Cop
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 76 // Wrappers for cryptographer() that enforce holding a transaction.
78 // the transaction is still active. The Cryptographer's pointer should not be
  /external/chromium/net/base/
load_states.h 59 // response to a network request. In the case of a HTTP transaction, this
65 // read to complete. In the case of a HTTP transaction, this corresponds to
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunrequest.h 90 // Returns the transaction ID of this request.
106 // Fills in a request object to be sent. Note that request's transaction ID
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java 191 * @param googleTransactionId Google transaction ID if any
215 * @return Google transaction ID if any
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h 66 // Commit changes here, after we've released the transaction lock to avoid
95 syncer::WriteTransaction* transaction);

Completed in 1525 milliseconds

<<11121314151617181920>>