/external/chromium_org/chrome/browser/sync/glue/ |
favicon_cache.h | 94 // Safe to call within a transaction. 125 // whether caller holds a sync transaction.
|
/external/chromium_org/net/url_request/ |
url_request_http_job.h | 134 // Starts the transaction if extensions using the webrequest API do not 244 // When the transaction finished reading the request headers.
|
url_request_http_job.cc | 412 // The HTTP transaction may be restarted several times for the purposes 481 // If we already have a transaction, then we should restart the transaction 529 // The transaction started synchronously, but we need to notify the 591 // Since we're tagging this transaction as advertising a dictionary, 855 // If the transaction was destroyed, then the job was cancelled, and [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBIndex.cpp | 45 IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction) 48 , m_transaction(transaction)
|
/external/chromium_org/third_party/sqlite/src/test/ |
trans2.test | 121 # Begin a transaction and insert many new records. 201 # Rollback the transaction. Verify that the content is restored.
|
walthread.test | 225 # transactions. Each read transaction consists of: 233 # Each write transaction consists of: 240 # transaction in a loop as fast as possible. 273 error "Failed read transaction: $results" 316 # 2. Execute a read-only transaction on the db. 319 # 4. Execute a write transaction to insert a row into the db.
|
pagerfault.test | 109 # as part of a multi-file transaction. 169 # Test fault-injection as part of a vanilla, no-transaction, INSERT 191 # pagerfault-5.4: Multi-file transaction. One connection has a 354 # transaction (exiting the error state). A FULL error, however, may only 359 # opened a statement transaction. 508 # Test fault injection with transaction savepoints (savepoints created 510 # or transaction context). 1059 # When a 3.7.0 client opens a write-transaction on a database file that 1091 # Provoke an OOM error during a commit of multi-file transaction. One of 1092 # the databases written during the transaction is an in-memory database [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_dta_int.h | 306 UINT8 llcp_sdp_tid_cl; /* SDP transaction ID for outbound connectionless */ 307 UINT8 llcp_sdp_tid_co; /* SDP transaction ID for outbound connection-oriented */
|
/external/libnfc-nxp/src/ |
phLibNfc_target.c | 148 /*Update the Next state as Transaction*/ 326 /* Update next state to transaction */
|
phHal4Nfc.h | 207 * P2P transaction. 223 * Device acts as a Target in a P2P transaction. 430 * to call phHal4Nfc_Connect before any transaction can be performed 462 * to call phHal4Nfc_Connect before any transaction can be performed 618 * NFCIP1 Initiator while performing a transaction with the NFCIP1 target. 657 * \retval NFCSTATUS_FEATURE_NOT_SUPPORTED Transaction on this Device type is 659 * \retval NFCSTATUS_BUSY Previous transaction is not [all...] |
/frameworks/base/services/input/ |
SpriteController.h | 148 /* Opens or closes a transaction to perform a batch of sprite updates as part of 150 * open a transaction when updating a single property.
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayManagerService.java | 82 * the display manager while holding a surface transaction with the expectation that 163 // List of all display transaction listeners. 282 * Registers a display transaction listener to provide the client a chance to 283 * update its surfaces within the same transaction as any display layout updates. 297 * Unregisters a display transaction listener to provide the client a chance to 298 * update its surfaces within the same transaction as any display layout updates. 339 * surface flinger transaction. [all...] |
/frameworks/native/libs/binder/ |
IPCThreadState.cpp | 442 // sure to go in the foreground after executing a transaction, but 483 // one to avoid performing an initial transaction in the background. 575 ALOGI(">>>>>> CALLING transaction 4"); 577 ALOGI(">>>>>> CALLING transaction %d", code); 588 ALOGI("<<<<<< RETURNING transaction 4"); 590 ALOGI("<<<<<< RETURNING transaction %d", code); 1044 // it back to the default before invoking the transaction. 1053 // once this method returns after the transaction is complete. [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
NotificationInd.java | 198 * Get X-Mms-Transaction-Id. 207 * Set X-Mms-Transaction-Id.
|
/frameworks/base/core/java/android/view/ |
SurfaceControl.java | 204 * specified, open a transaction, set the surface layer, layer stack, alpha, 205 * and position, call {@link #show} if appropriate, and close the transaction. 231 + "a transaction. New surface name: " + name, 302 /** start a transaction */ 307 /** end a transaction */ 312 /** flag the transaction as an animation */
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | 110 ** To start a read transaction, the reader records the index of the last 266 ** WALINDEX_MAX_VERSION, then no read-transaction is opened and SQLite 303 u32 iChange; /* Counter incremented each transaction */ 420 u8 writeLock; /* True if in a write transaction */ 423 WalIndexHdr hdr; /* Wal-index header for current transaction */ [all...] |
/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 197 // Start the transaction, read some data, finish. 537 // Read the result of a particular transaction, knowing that we've got 597 // Start the transaction with basic parameters. 814 // handles a single transaction, and finishes them as soon [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 149 // Start the transaction, read some data, finish. 398 // Read the result of a particular transaction, knowing that we've got 458 // Start the transaction with basic parameters. 607 // handles a single transaction, and finishes them as soon [all...] |
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseGeneralTest.java | 617 // Make sure that things work outside an explicit transaction. 621 // Test a single-level transaction. 630 // Test a rolled-back transaction. 638 // We should get an error if we end a non-existent transaction. 643 // We should get an error if a set a non-existent transaction as clean. 650 // We should get an error if we mark a transaction as clean twice. 654 // We should get an error if we begin a transaction after marking the parent as clean. 661 // Test a two-level transaction. 673 // Test rolling back an inner transaction. 684 // Test rolling back an outer transaction [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 297 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); local 298 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); 299 transaction.commitAllowingStateLoss(); 314 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); 315 transaction.remove(getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG)); 316 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); 317 transaction.commit(); 341 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); local 342 transaction.setCustomAnimations(R.anim.slide_in_right, R.anim.slide_out_left); 345 panel.show(transaction, InfoPanel.FRAGMENT_TAG) [all...] |
/external/chromium_org/sql/ |
connection.cc | 361 DLOG(FATAL) << "Cannot raze within a transaction"; 483 // Raze() cannot run in a transaction. 544 // mark us as entering the nested transaction. 552 Statement begin(GetCachedStatement(SQL_FROM_HERE, "BEGIN TRANSACTION")); 562 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; 569 // Mark the outermost transaction as needing rollback. 579 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; [all...] |
/external/chromium_org/sync/syncable/ |
directory_backing_store.cc | 19 #include "sql/transaction.h" 216 sql::Transaction transaction(db_.get()); 217 if (!transaction.Begin()) 282 return transaction.Commit(); 286 sql::Transaction transaction(db_.get()); 287 if (!transaction.Begin()) 439 return transaction.Commit(); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 771 * value of CANCEL. This allows it to be identified and processed as a transaction in its [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy.cc | 246 sql::Transaction transaction(db); 247 if (!transaction.Begin()) 409 if (!transaction.Commit()) 635 // Not wrapped in a transaction because a late failure shouldn't undo a
|
/external/chromium_org/chrome/browser/ |
jumplist_win.cc | 194 // 2. Start a transaction that changes a value of the object with the 199 // 5. Commit the transaction. 393 // Start a transaction that updates the JumpList of this application. 435 // transaction. 455 // Commit this transaction and send the updated JumpList to Windows.
|