HomeSort by relevance Sort by last modified time
    Searched refs:transaction (Results 151 - 175 of 281) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 113 * is a convenience for explicitly creating a transaction, adding the
115 * <em>not</em> add the transaction to the back stack. When the fragment
116 * is dismissed, a new transaction will be executed to remove it from
131 * Display the dialog, adding the fragment using an existing transaction
132 * and then committing the transaction.
133 * @param transaction An existing transaction in which to add the fragment.
136 * @return Returns the identifier of the committed transaction, as per
139 public int show(FragmentTransaction transaction, String tag) {
142 transaction.add(this, tag)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlViewerActivity.java 80 final FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
81 transaction.add(R.id.eml_root, EmlMessageViewFragment.newInstance(
83 transaction.commit();
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 53 IndexedDBBackingStore::Transaction transaction1(backing_store_);
63 IndexedDBBackingStore::Transaction transaction2(backing_store_);
88 IndexedDBBackingStore::Transaction transaction1(backing_store_);
120 IndexedDBBackingStore::Transaction transaction2(backing_store_);
164 IndexedDBBackingStore::Transaction transaction1(backing_store_);
264 IndexedDBBackingStore::Transaction transaction(backing_store_);
265 transaction.Begin();
267 ok = backing_store_->CreateObjectStore(&transaction,
275 ok = backing_store_->CreateIndex(&transaction,
    [all...]
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_;
indexed_db_context_impl.cc 216 const IndexedDBTransaction* transaction = *trans_it; local
220 transaction_info->SetString("mode", kModes[transaction->mode()]);
221 transaction_info->SetBoolean("running", transaction->IsRunning());
225 transaction->scope().begin();
226 scope_it != transaction->scope().end();
  /external/e2fsprogs/e2fsck/
revoke.c 20 * transaction's revoked blocks to the journal
22 * + Recovery: during recovery we record the transaction ID of all
29 * single transaction:
33 * cancel the revoke before the transaction commits.
40 * in the current transaction, so any revoke for that block in the
41 * transaction must have happened after the block was journaled and so
78 journal replay, this involves recording the transaction ID of the
79 last transaction to revoke this block. */
263 * crash after this current transaction commits. Any subsequent
264 * metadata writes of the buffer in this transaction cancel th
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 356 final FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
357 transaction.hide(mDialpadFragment);
358 transaction.commit();
810 final FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
811 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE);
815 transaction.remove(mSmartDialSearchFragment);
    [all...]
  /external/chromium/net/disk_cache/
rankings.cc 27 // entry is to be inserted or removed from the list, a transaction object should
29 // finishing the operation, the transaction record (stored as part of the user
31 class Transaction {
37 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
39 ~Transaction();
42 DISALLOW_COPY_AND_ASSIGN(Transaction);
45 Transaction::Transaction(volatile disk_cache::LruData* data,
48 DCHECK(!data_->transaction);
52 data_->transaction = addr.value()
    [all...]
disk_format.h 75 CacheAddr transaction; // In-flight operation target. member in struct:disk_cache::LruData
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 145 ScopedTransaction transaction(history_db_, thumbnail_db_);
150 transaction.Commit();
163 ScopedTransaction transaction(history_db_, thumbnail_db_);
169 transaction.Commit();
178 ScopedTransaction transaction(history_db_, thumbnail_db_);
182 transaction.Commit();
195 ScopedTransaction transaction(history_db_, thumbnail_db_);
201 transaction.Commit();
212 ScopedTransaction transaction(history_db_, thumbnail_db_);
218 transaction.Commit()
    [all...]
  /external/chromium_org/net/disk_cache/
rankings.cc 31 // entry is to be inserted or removed from the list, a transaction object should
33 // finishing the operation, the transaction record (stored as part of the user
35 class Transaction {
41 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
43 ~Transaction();
46 DISALLOW_COPY_AND_ASSIGN(Transaction);
49 Transaction::Transaction(volatile disk_cache::LruData* data,
52 DCHECK(!data_->transaction);
56 data_->transaction = addr.value()
    [all...]
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc 83 scoped_ptr<net::MDnsTransaction>* transaction) {
94 *transaction = mdns_client_->CreateTransaction(
97 base::Unretained(this), transaction));
98 return (*transaction)->Start();
141 scoped_ptr<net::MDnsTransaction>* transaction,
150 transaction->reset();
service_discovery_client_impl.h 73 scoped_ptr<net::MDnsTransaction>* transaction,
104 scoped_ptr<net::MDnsTransaction>* transaction);
141 // Respond to transaction finishing for SRV records.
145 // Respond to transaction finishing for TXT records.
149 // Respond to transaction finishing for A records.
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 13 #include "sql/transaction.h"
476 sql::Transaction transaction(db_.get());
477 if (!transaction.Begin()) {
478 DLOG(ERROR) << "Failed to begin the transaction.";
512 transaction.Commit();
536 sql::Transaction transaction(db_.get());
537 if (!transaction.Begin()) {
538 DLOG(ERROR) << "Failed to begin the transaction."
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 503 std::string begin_trans_str = "BEGIN TRANSACTION;";
504 std::string end_trans_str = "END TRANSACTION;";
523 bool transaction = (entries_per_batch > 1); local
525 // Begin write transaction
526 if (FLAGS_transaction && transaction) {
564 // End write transaction
565 if (FLAGS_transaction && transaction) {
586 std::string begin_trans_str = "BEGIN TRANSACTION;";
587 std::string end_trans_str = "END TRANSACTION;";
599 bool transaction = (entries_per_batch > 1) local
    [all...]
  /external/chromium/chrome/browser/password_manager/
login_database.cc 11 #include "app/sql/transaction.h"
62 sql::Transaction transaction(&db_);
63 transaction.Begin();
90 if (!transaction.Commit()) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseAgent.cpp 140 virtual bool handleEvent(SQLTransaction* transaction)
148 transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), IGNORE_EXCEPTION);
302 database->transaction(callback.release(), errorCallback.release(), successCallback.release());
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 148 private synchronized String transaction(String cmd) { method in class:Installer
183 String res = transaction(cmd);
326 String s = transaction(builder.toString());
  /external/chromium_org/sync/internal_api/public/
write_node.h 57 // Create a WriteNode using the given transaction.
58 explicit WriteNode(WriteTransaction* transaction);
207 // The sync API transaction that is the parent of this node.
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.h 59 PassRefPtr<IDBTransaction> transaction() const;
124 bool m_requestAborted; // May be aborted by transaction then receive async onsuccess; ignore vs. assert.
IDBIndex.cpp 43 IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction)
46 , m_transaction(transaction)
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 17 package com.android.mms.transaction;
ReadRecTransaction.java 18 package com.android.mms.transaction;
45 public class ReadRecTransaction extends Transaction implements Runnable{
61 // Attach the transaction to the instance of RetryScheduler.
67 * @see com.android.mms.Transaction#process()
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 37 #include "sql/transaction.h"
193 sql::Transaction transaction(&db);
196 transaction.Begin();
205 transaction.Commit();
211 transaction.Begin();
223 transaction.Commit();
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 343 final FragmentTransaction transaction = fragmentManager.beginTransaction(); local
379 transaction.add(R.id.tab_pager, mFavoritesFragment, FAVORITE_TAG);
380 transaction.add(R.id.tab_pager, mAllFragment, ALL_TAG);
381 transaction.add(R.id.tab_pager, mGroupsFragment, GROUPS_TAG);
393 transaction.hide(mFavoritesFragment);
394 transaction.hide(mAllFragment);
395 transaction.hide(mGroupsFragment);
423 transaction.hide(mContactDetailFragment);
425 transaction.hide(mGroupDetailFragment);
433 transaction.commitAllowingStateLoss()
    [all...]

Completed in 1396 milliseconds

1 2 3 4 5 67 8 91011>>