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

<<11121314151617181920>>

  /external/chromium_org/components/test/data/web_database/
version_48.sql 2 BEGIN TRANSACTION;
  /external/chromium_org/net/http/
http_network_layer.h 33 // Create a transaction factory that instantiate a network layer over an
  /external/chromium_org/sync/syncable/
nigori_handler.h 28 // the current set of encrypted types. Not thread safe, so a sync transaction
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.idl 37 readonly attribute IDBTransaction transaction;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.idl 34 void transaction(SQLTransactionCallback callback, optional SQLTransactionErrorCallback errorCallback, optional VoidCallback successCallback);
DatabaseSync.idl 37 [RaisesException] void transaction(SQLTransactionSyncCallback callback);
SQLTransactionCallback.h 7 *Transaction
SQLTransactionClient.h 42 // parties that certain things have happened in a transaction.
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 81 HttpTransaction* transaction = NULL);
128 HttpTransaction* transaction() { return transaction_; } function in class:talk_base::HttpClient
129 const HttpTransaction* transaction() const { return transaction_; } function in class:talk_base::HttpClient
212 HttpTransaction* transaction = NULL);
  /external/chromium_org/third_party/sqlite/src/test/
fkey4.test 15 # that statement doesn't hold the transaction open thus allowing
malloc.test 102 BEGIN TRANSACTION;
127 BEGIN TRANSACTION;
153 BEGIN TRANSACTION;
177 BEGIN TRANSACTION;
255 # a multi-file transaction are handled correctly.
305 # transaction.
714 # After committing a transaction in persistent-journal mode, if a journal
731 # before the transaction has been committed, then the transaction
734 # that if the same connection attempts another transaction followin
    [all...]
rowhash.test 32 db transaction {
savepoint.test 80 ROLLBACK TRANSACTION TO sp2;
81 ROLLBACK TRANSACTION TO SAVEPOINT sp1;
184 # This block of tests - savepoint-3.* - test that when a transaction
186 # And that when a transaction savepoint is released, they are released.
193 execsql { SAVEPOINT "transaction" }
203 execsql { ROLLBACK TO "transaction" }
213 execsql { RELEASE "transaction" }
327 # Open a savepoint transaction and insert a row into the database. Then,
328 # using a second database handle, open a read-only transaction on the
329 # database file. Check that the savepoint transaction cannot be committe
    [all...]
trans3.test 67 } {1 {cannot rollback transaction - SQL statements in progress}}
vtabB.test 13 # TEMP database that is created and dropped within a transaction
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 17 * Returns the SipProvider that was used for the first transaction in this Dialog
package.html 18 <li> UDP Flooding attack prevention -- limit the size of queues and transaction
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogErrorEvent.java 31 * This event ID indicates that the transaction has timed out.
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 27 // transaction numbers must not change unless IPowerManager.cpp is also updated.
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 52 * and tools rely on their transaction number to work properly.
55 boolean startViewServer(int port); // Transaction #1
56 boolean stopViewServer(); // Transaction #2
57 boolean isViewServerRunning(); // Transaction #3
  /frameworks/base/drm/java/android/drm/
ProcessedData.java 22 * transaction between a device and a DRM server.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp 63 // transaction logic support
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 18 package com.android.mms.transaction;
  /packages/apps/Mms/tests/src/com/android/mms/util/
HttpUtilsTests.java 24 import com.android.mms.transaction.HttpUtils;
  /external/chromium/net/http/
http_auth_controller.h 101 // Sets |identity_| to the next identity that the transaction should try. It
148 // makes sure we use the embedded identity only once for the transaction,
152 // True if default credentials have already been tried for this transaction

Completed in 1957 milliseconds

<<11121314151617181920>>