Searched defs:transactions (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBPendingTransactionMonitor.cpp36 static ThreadSpecific<TransactionList>& transactions() function in namespace:WebCore
40 AtomicallyInitializedStatic(ThreadSpecific<TransactionList>*, transactions = new ThreadSpecific<TransactionList>);
41 return *transactions;
46 transactions()->append(transaction);
51 ThreadSpecific<TransactionList>& list = transactions();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentManager.java27 private List<TestFragmentTransaction> transactions = new ArrayList<TestFragmentTransaction>(); field in class:TestFragmentManager
183 return transactions;
187 transactions.add(t);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc209 std::vector<const IndexedDBTransaction*> transactions = local
212 transactions.begin();
213 trans_it != transactions.end();
237 db_info->Set("transactions", transaction_list.release());
/external/grub/stage2/
H A Dfsys_reiserfs.c115 /* mount id to detect very old transactions */
334 /* The number of valid transactions in journal */
363 * uncommitted transactions aren't cached.
398 int transactions = INFO->journal_transactions; local
403 while (transactions-- > 0)
423 * transactions are still on disk.
456 * in later transactions.
468 * The first number of valid transactions and the descriptor block of the
469 * first valid transaction are held in INFO. The transactions are all
503 /* no more valid transactions */
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 110 milliseconds