/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBPendingTransactionMonitor.cpp | 36 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();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sqlite.py | 7 factory, transactions, hooks, regression, 12 py25tests.suite(), factory.suite(), transactions.suite(),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sqlite.py | 7 factory, transactions, hooks, regression, 12 py25tests.suite(), factory.suite(), transactions.suite(),
|
/external/chromium_org/tools/page_cycler/database/ |
common.js | 14 var TRANSACTIONS = 1000; // number of transactions; number of rows in the DB 32 * readOnly: If true, transactions will be run using the readTransaction() 35 * inserting TRANSACTIONS rows in it. 37 * function will be run TRANSACTIONS times and must take a transaction 40 * transactions. If this parameter is not null, runPerformanceTest() will 43 * for running and timing the transactions. If not null, this parameter 60 for (var i = 0; i < TRANSACTIONS; i++) { 82 TRANSACTIONS * RANDOM_STRING_LENGTH); 89 * Runs the given transaction TRANSACTIONS times [all...] |
/external/oprofile/events/i386/atom/ |
events | 44 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/ |
TestFragmentManager.java | 27 private List<TestFragmentTransaction> transactions = new ArrayList<TestFragmentTransaction>(); field in class:TestFragmentManager 183 return transactions; 187 transactions.add(t);
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 167 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/ |
indexed_db_context_impl.cc | 209 std::vector<const IndexedDBTransaction*> transactions = local 212 transactions.begin(); 213 trans_it != transactions.end(); 237 db_info->Set("transactions", transaction_list.release());
|
indexed_db_database.cc | [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 115 /* 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/ |
events | 61 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
|
/frameworks/base/docs/html/training/ |
training_toc.cs | 489 in connectivity, and perform transactions with XML data." 512 and other network transactions." [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |