HomeSort by relevance Sort by last modified time
    Searched full:transaction (Results 76 - 100 of 1512) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
jrnlmode3.test 28 # transaction, even if locking_mode=EXCLUSIVE is enabled. The behavior if
29 # journal_mode is changed after the first transaction is undefined and hence
73 # to any other, as long as we are not in a transaction. Verify
74 # that we cannot change journal_mode while a transaction is active.
103 # Start a transaction and try to change the journal mode within
104 # the transaction. This should fail.
115 # Rollback the transaction.
131 # Do a the transaction. Verify that the rollback occurred
  /external/chromium_org/tools/page_cycler/database/
common.js 33 * method. Otherwise, transaction() will be used.
36 * transactionCallback: The transaction callback that should be timed. This
37 * function will be run TRANSACTIONS times and must take a transaction
53 db.transaction(
89 * Runs the given transaction TRANSACTIONS times.
93 * using the db.transaction() call.
94 * @param {function(!Object)} The transaction callback.
98 var transactionFunction = readOnly ? db.readTransaction : db.transaction;
  /external/nist-sip/java/javax/sip/
SipProvider.java 41 Dialog getNewDialog(Transaction transaction) throws SipException;
ClientTransaction.java 6 public interface ClientTransaction extends Transaction {
  /frameworks/base/services/java/com/android/server/display/
DisplayTransactionListener.java 20 * Called within a Surface transaction whenever the size or orientation of a
22 * update the position of its surfaces as part of the same transaction.
  /packages/apps/Mms/src/com/android/mms/transaction/
Observer.java 18 package com.android.mms.transaction;
21 * An interface for observing the state of a Transaction.
  /external/chromium/net/http/
http_cache_unittest.cc 4749 MockTransaction transaction = kSimpleGET_Transaction; local
    [all...]
http_cache.h 209 class Transaction;
211 friend class Transaction;
214 typedef std::list<Transaction*> TransactionList;
222 Transaction* writer;
242 // provided transaction to use the object. Returns an error code. |trans|
244 // The transaction is free to use the backend directly at any time after
246 int GetBackendForTransaction(Transaction* trans);
254 int DoomEntry(const std::string& key, Transaction* trans);
259 int AsyncDoomEntry(const std::string& key, Transaction* trans);
288 Transaction* trans)
    [all...]
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 68 MockTransaction transaction(kGZip_Transaction);
69 transaction.test_mode = TEST_MODE_SYNC_ALL;
70 AddMockTransaction(&transaction);
79 RemoveMockTransaction(&transaction);
  /external/chromium_org/sync/test/
null_transaction_observer.h 15 // Returns an initialized weak handle to a transaction observer that
  /external/chromium_org/third_party/WebKit/ManualTests/
database-callback-deferred.html 9 db.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS CallbackDeferredTest (randomData)", []); }, transactionCallback, transactionCallback);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.cpp 34 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
36 return adoptRef(new IDBCursorWithValue(backend, direction, request, source, transaction));
39 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
40 : IDBCursor(backend, direction, request, source, transaction)
IDBPendingTransactionMonitor.cpp 44 void IDBPendingTransactionMonitor::addNewTransaction(PassRefPtr<IDBTransaction> transaction)
46 transactions()->append(transaction);
53 RefPtr<IDBTransaction> transaction = list->at(i); local
54 transaction->setActive(false);
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 14 * Notify on retransmission from the client transaction side. The listener will get a
15 * notification on retransmission when this flag is set. When set the client transaction
25 * Send a transaction timeout event to the application if Tx is still in Calling state in the
27 * start a timer and alert the application if the client transaction does not transition out
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 104 * Performs a control transaction on endpoint zero for this device.
116 * @param requestType request type for this transaction
117 * @param request request ID for this transaction
118 * @param value value field for this transaction
119 * @param index index field for this transaction
120 * @param buffer buffer for data portion of transaction,
133 * Performs a control transaction on endpoint zero for this device.
140 * @param requestType request type for this transaction
141 * @param request request ID for this transaction
142 * @param value value field for this transaction
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
fill_up_5k.html 27 debug("Starting new transaction.");
29 var trans = db.transaction(['test123'], 'readwrite');
44 debug("Transaction finished.");
object_store_test.js 30 var request = transaction.objectStore('stuff').get(testDate);
72 var request = transaction.objectStore('stuff').add('foo', testDate);
89 window.transaction = event.target.transaction;
91 transaction.onabort = unexpectedAbortCallback;
version_change_crash.js 49 var transaction = openreq.transaction;
50 transaction.onabort = unexpectedAbortCallback;
51 transaction.oncomplete = unexpectedCompleteCallback;
56 // Keep adding to the transaction so it can't commit
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-transaction-error.html 4 db.transaction(function(tx) {
10 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19438">Bug 19438: Transaction errors are never displayed in database query view</a>.</p>
24 callback passed by the Inspector to <code>db.transaction</code> to be called.</p>
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseLockedException.java 22 * or occurs outside of an explicit transaction, then you can retry the
24 * explicit transaction then you should rollback the transaction before
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SQLiteTransaction.java 27 * Executes the statements that form the transaction.
30 * @return {@code true} if the transaction should be committed.
35 * Runs the transaction against the database. The results are committed if
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 12 * Definitions for transaction data structures for the buffer cache
163 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
311 * the transaction, so that at all times we know how many buffers the
312 * outstanding updates on a transaction might possibly touch. */
316 /* Which compound transaction is this update a part of? */
337 * tracks a compound transaction through its various states:
345 * FINISHED: We still have to keep the transaction for checkpointing.
347 * The transaction keeps track of all of the buffers modified by a
348 * running transaction, and all of the buffers committed but not yet
354 /* Pointer to the journal for this transaction. *
    [all...]
  /external/chromium_org/net/http/
http_cache.h 215 class Transaction;
217 friend class Transaction;
220 typedef std::list<Transaction*> TransactionList;
228 Transaction* writer;
248 // provided transaction to use the object. Returns an error code. |trans|
250 // The transaction is free to use the backend directly at any time after
252 int GetBackendForTransaction(Transaction* trans);
264 int DoomEntry(const std::string& key, Transaction* trans);
269 int AsyncDoomEntry(const std::string& key, Transaction* trans);
301 Transaction* trans)
    [all...]
http_cache_transaction.h 5 // This file declares HttpCache::Transaction, a private class of HttpCache so
29 // This is the transaction that is returned by the HttpCache transaction
31 class HttpCache::Transaction : public HttpTransaction {
33 // The transaction has the following modes, which apply to how it may access
36 // o If the mode of the transaction is NONE, then it is in "pass through"
37 // mode and all methods just forward to the inner network transaction.
39 // o If the mode of the transaction is only READ, then it may only read from
42 // o If the mode of the transaction is only WRITE, then it may only write to
45 // o If the mode of the transaction is READ_WRITE, then the transaction ma
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 39 virtual void Perform(IndexedDBTransaction* transaction) = 0;
65 IndexedDBBackingStore::Transaction* BackingStoreTransaction() {
81 START_PENDING, // Enqueued tasks, but backing store transaction not yet
83 RUNNING, // Backing store transaction started but not yet finished.
134 IndexedDBBackingStore::Transaction transaction_;

Completed in 469 milliseconds

1 2 34 5 6 7 8 91011>>