Searched refs:transactions (Results 1 - 10 of 10) 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/oprofile/events/i386/atom/
H A Devents44 event:0x65 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_BRD : Burst read bus transactions
45 event:0x66 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_RFO : RFO bus transactions
46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transactions
47 event:0x68 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_IFETCH : Instruction-fetch bus transactions.
48 event:0x69 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_INVAL : Invalidate bus transactions
50 event:0x6B counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_P : Partial bus transactions
51 event:0x6C counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_IO : IO bus transactions
52 event:0x6D counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_DEF : Deferred bus transactions
53 event:0x6E counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_BURST : Burst (full cache-line) bus transactions.
54 event:0x6F counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_MEM : Memory bus transactions
[all...]
/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/oprofile/events/i386/westmere/
H A Dunit_masks167 0x01 load L2 Load transactions
168 0x02 rfo L2 RFO transactions
169 0x04 ifetch L2 instruction fetch transactions
170 0x08 prefetch L2 prefetch transactions
171 0x10 l1d_wb L1D writeback to L2 transactions
172 0x20 fill L2 fill transactions
173 0x40 wb L2 writeback to LLC transactions
174 0x80 any All L2 transactions
/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());
H A Dindexed_db_database.cc1879 // Close outstanding transactions from the closing connection. This
1881 // as the front-end defers the close until all transactions are
1885 TransactionMap transactions(transactions_);
1886 for (TransactionMap::const_iterator it = transactions.begin(),
1887 end = transactions.end();
/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/oprofile/events/i386/nehalem/
H A Devents61 event:0x6C counters:0,1,2,3 um:one minimum:6000 name:IO_TRANSACTIONS : Counts the number of completed I/O transactions.
99 event:0xF0 counters:0,1,2,3 um:l2_transactions minimum:6000 name:L2_TRANSACTIONS : Counts L2 transactions
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1231 /// the instructions are queued up, you can easily simulate transactions and
/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 209 milliseconds