Searched
full:transaction (Results
526 -
550 of
1579) sorted by null
<<21222324252627282930>>
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialog.java | 71 // in a transaction. We also want to remove any currently showing 72 // dialog, so make our own transaction and take care of that here.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogSupport.java | 72 // in a transaction. We also want to remove any currently showing 73 // dialog, so make our own transaction and take care of that here.
|
/external/chromium/chrome/browser/history/ |
text_database_manager.cc | 147 // Now that the transaction is over, we can expire old connections. 378 DCHECK_EQ(0, transaction_nesting_) << "Calling deleteAll in a transaction."; 497 // If we currently have an open transaction, that database is not yet 498 // part of the transaction, and the database will be written to, it needs 499 // to be part of our transaction. 516 // If we currently have an open transaction and the new database will be 517 // written to, it needs to be part of our transaction. 522 // When no transaction is open, allow this new one to kick out an old one.
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session.h | 144 // Used to allow various steps to share a transaction. Can be NULL. 167 // to try and use one of these if the session already has a transaction.
|
/external/chromium/net/url_request/ |
url_request_ftp_job.cc | 67 // Create a transaction. 87 // The transaction started synchronously, but we need to notify the
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
locally_managed_user_creation_controller.h | 27 // 2. Start "transaction" in Local State. 31 // 6. Mark "transaction" as completed.
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.h | 128 // Update transaction version of |model| and |nodes| to |new_version| if 159 // SetPosition(). |trans| is the transaction to which |dst| belongs. Returns
|
password_model_associator.cc | 66 // We must not be holding a transaction when we interact with the password 68 // on our transaction, resulting in deadlock. (http://crbug.com/70658) 176 // We must not be holding a transaction when we interact with the password 178 // on our transaction, resulting in deadlock. (http://crbug.com/70658) 242 // We only access the cryptographer while holding a transaction.
|
/external/chromium_org/chrome_frame/ |
urlmon_url_request_private.h | 246 // transaction alive when we receive the last data notification from 249 // Set to true if the Urlmon transaction object needs to be cleaned up
|
/external/chromium_org/net/base/ |
load_states_list.h | 88 // response to a network request. In the case of a HTTP transaction, this 94 // read to complete. In the case of a HTTP transaction, this corresponds to
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackendBase.cpp | 348 SQLiteTransaction transaction(m_sqliteDatabase); 349 transaction.begin(); 350 if (!transaction.inProgress()) { 352 errorMessage = formatErrorMessage("unable to open database, failed to start transaction", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg()); 364 transaction.rollback(); 371 transaction.rollback(); 383 transaction.rollback(); 390 transaction.commit();
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.h | 53 ** snapshot is like a read-transaction. It is the state of the database 57 ** transaction and releases the lock.
|
/external/e2fsprogs/misc/ |
e2undo.c | 35 _("Usage: %s <transaction file> <filesystem>\n"), prg_name); 209 printf(_("Replayed transaction of size %zd at location %ld\n"),
|
/external/smack/src/org/xbill/DNS/ |
TSIGRecord.java | 10 * Transaction Signature - this record is automatically generated by the 11 * resolver. TSIG records provide transaction security between the
|
/external/tcpdump/ |
smb.h | 70 #define SMBtrans 0x25 /* transaction - name, bytes in/out */ 71 #define SMBtranss 0x26 /* transaction (secondary request/response) */
|
/frameworks/base/docs/html/tools/testing/ |
what_to_test.jd | 37 current transaction. 49 transaction state, you should also test that the application updates itself to respond
|
/frameworks/native/services/surfaceflinger/ |
MessageQueue.cpp | 66 mQueue.mLooper->sendMessage(this, Message(MessageQueue::TRANSACTION)); 80 case TRANSACTION:
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
RetrieveConf.java | 234 * Get X-Mms-Transaction-Id. 243 * Set X-Mms-Transaction-Id.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsMessageSender.java | 18 package com.android.mms.transaction; 122 // Start MMS transaction service
|
/packages/apps/Nfc/src/com/android/nfc/ |
DeviceHost.java | 29 * Notifies transaction 34 * Notifies transaction
|
/external/chromium/chrome/browser/sync/glue/ |
password_model_associator.cc | 48 // We must not be holding a transaction when we interact with the password 50 // on our transaction, resulting in deadlock. (http://crbug.com/70658) 142 // We must not be holding a transaction when we interact with the password 144 // on our transaction, resulting in deadlock. (http://crbug.com/70658) 208 // We only access the cryptographer while holding a transaction.
|
/external/chromium_org/chrome/browser/history/ |
visitsegment_database.cc | 21 #include "sql/transaction.h" 371 sql::Transaction transaction(&GetDB()); 372 return transaction.Begin() && 382 transaction.Commit();
|
/external/chromium_org/chrome/browser/password_manager/ |
login_database.cc | 19 #include "sql/transaction.h" 69 sql::Transaction transaction(&db_); 70 transaction.Begin(); 101 if (!transaction.Commit()) {
|
/external/clang/lib/ARCMigrate/ |
TransUnbridgedCasts.cpp | 193 Transaction Trans(Pass.TA); 198 Transaction &Trans) { 269 Transaction Trans(Pass.TA); 292 Transaction Trans(Pass.TA); 305 Transaction Trans(Pass.TA);
|
/external/libnfc-nxp/src/ |
phHciNfc_WI.c | 56 /* Set Bit 0 and Bit 1 to report Start of transaction and End of transaction*/ 457 /* Enable start and end of transaction events*/ 688 /* Now check for possible Transaction events for reporting */ 713 /* Filter Transaction event */
|
Completed in 402 milliseconds
<<21222324252627282930>>