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

<<21222324252627282930>>

  /external/chromium_org/net/dns/
dns_socket_pool.h 64 // Creates a StreamSocket from the factory for a transaction over TCP. These
  /external/chromium_org/sync/syncable/
directory.h 106 // Sync-side transaction version per data type. Monotonically incremented
109 // transaction versions of sync model and native model.
170 // Stops sending events to the delegate and the transaction
193 // Gets/Increments transaction version of a model type. Must be called when
222 // Not thread safe, so should only be accessed while holding a transaction.
227 // transaction need to check if the Directory already has an unrecoverable
297 // snapshot to the backing store under no transaction, and finally cleaning
337 // Checks tree metadata consistency following a transaction. It is intended
474 // The transaction observer.
  /external/chromium_org/third_party/WebKit/ManualTests/
indexeddb-persists.html 51 var result = event.result.transaction([]).objectStore("test").get("key");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.idl 31 readonly attribute IDBTransaction transaction;
  /external/chromium_org/third_party/sqlite/src/test/
e_vacuum.test 26 db transaction {
246 # transaction, or if there are one or more active SQL statements when it
252 } {1 {cannot VACUUM from within a transaction}}
258 } {1 {cannot VACUUM from within a transaction}}
in2.test 28 db transaction {
stmt.test 25 # remains open until the current transaction is committed or rolled back.
tempdb.test 36 # Because of the transaction, the temporary database file
tkt2565.test 63 # Now try to commit the transaction. Cause an IO error to occur
wal.test 57 # wal-3.*: Test transaction rollback.
476 # Open a transaction and write to the database using [db]. Check that [db2]
477 # is still able to read the snapshot before the transaction was opened.
484 # Have [db] commit the transaction. Check that [db2] is now seeing the
492 # Have [db2] open a read transaction. Then write to the db via [db]. Check
510 # Have [db2] open a write transaction. Then attempt to write to the
513 # Then open a read-transaction with [db]. Commit the [db2] transaction
517 # Close the current [db] transaction. Open a new one. [db] can now write
540 # Open a read transaction with [db2]. Check that this prevents [db] fro
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 22 #include "sql/transaction.h"
113 sql::Transaction transaction(connection);
114 if (!transaction.Begin()) {
115 NOTREACHED() << "Failed to start transaction";
122 success = success && transaction.Commit();
658 sql::Transaction transaction(connection);
659 if (!transaction.Begin())
727 success_ = transaction.Commit()
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 57 Transaction Trans(Pass.TA);
TransGCCalls.cpp 59 Transaction Trans(TA);
  /external/smack/src/org/xbill/DNS/
SIG0.java 9 * Creates SIG(0) transaction signatures.
  /frameworks/base/core/java/android/view/
IWindow.aidl 38 * and tools rely on their transaction number to work properly.
  /frameworks/base/docs/html/google/play/billing/v2/
billing_reference.jd 158 to verify the integrity of transaction responses form Google Play.</td>
177 transaction information for an order. You can use this key to send supplemental information with
195 an item in your application. Google Play then handles the financial transaction by displaying
200 occur when a purchase request is billed successfully or when a user cancels a transaction during
203 transaction information to retrieve.</p>
212 <p>This request retrieves a user's transaction status for managed purchases (see <a
215 retrieve a user's transaction status, which is usually only when your application is reinstalled
329 transaction information is contained in a JSON string. The JSON string is signed and the signature
374 <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 52 * Service transaction ID.
114 * @param transId transaction id.
148 * Return the transaction id of service discovery response.
150 * @return transaction id.
  /packages/apps/Mms/src/com/android/mms/transaction/
ProgressCallbackEntity.java 18 package com.android.mms.transaction;
SimFullReceiver.java 18 package com.android.mms.transaction;
SmsRejectedReceiver.java 17 package com.android.mms.transaction;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 20 yield('BEGIN TRANSACTION;')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 20 yield('BEGIN TRANSACTION;')
  /system/core/libnetutils/
dhcpmsg.h 42 uint32_t xid; /* transaction id */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 101 0x21, 0x12, 0xa4, 0x42, // transaction id
116 0x29, 0x1f, 0xcd, 0x7c, // transaction ID
128 0xe3, 0xa9, 0x46, 0xe1, // transaction ID
142 0x29, 0x1f, 0xcd, 0x7c, // transaction ID
220 0x29, 0x1f, 0xcd, 0x7c, // transaction ID
236 0x29, 0x1f, 0xcd, 0x7c, // transaction ID
253 '0', '1', '2', '3', // transaction id
264 '0', '1', '2', '3', // transaction id
275 '0', '1', '2', '3', // transaction id
324 0xbc, 0x34, 0xd6, 0x86, // } Transaction I
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 98 // Transaction will be more larger when time goes by
138 // Transaction will be more larger when time goes by

Completed in 268 milliseconds

<<21222324252627282930>>