HomeSort by relevance Sort by last modified time
    Searched full:transactions (Results 1 - 25 of 498) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/events/i386/ppro/
unit_masks 12 0x00 self-generated transactions
13 0x20 any 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/chromium/net/http/
http_transaction_factory.h 30 // Returns the associated HttpNetworkSession used by new transactions.
33 // Suspends the creation of new transactions. If |suspend| is false, creation
34 // of new transactions is resumed.
  /external/chromium/net/ftp/
ftp_transaction_factory.h 21 // Suspends the creation of new transactions. If |suspend| is false, creation
22 // of new transactions is resumed.
  /external/chromium_org/net/ftp/
ftp_transaction_factory.h 22 // Suspends the creation of new transactions. If |suspend| is false, creation
23 // of new transactions is resumed.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.h 20 // Transactions are executed in the order the were created.
26 // Called by transactions as they start and finish.
42 // This is just an efficient way to keep references to all transactions.
46 // Transactions in different states are grouped below.
  /external/chromium_org/tools/page_cycler/database/delete-transactions/
start.html 6 <script>document.cookie = "__pc_pages=delete-transactions; path=/";</script>
index.html 3 <title>Delete transactions</title>
  /external/chromium_org/tools/page_cycler/database/insert-transactions/
start.html 6 <script>document.cookie = "__pc_pages=insert-transactions; path=/";</script>
index.html 3 <title>Insert transactions</title>
  /external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/
start.html 6 <script>document.cookie = "__pc_pages=pseudo-random-transactions; path=/";</script>
  /external/chromium_org/tools/page_cycler/database/select-transactions/
start.html 6 <script>document.cookie = "__pc_pages=select-transactions; path=/";</script>
index.html 3 <title>Select transactions</title>
  /external/chromium_org/tools/page_cycler/database/update-transactions/
start.html 6 <script>document.cookie = "__pc_pages=update-transactions; path=/";</script>
index.html 3 <title>Update transactions</title>
  /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();
  /external/chromium_org/tools/page_cycler/database/select-readtransactions/
index.html 3 <title>Select read-transactions</title>
  /external/chromium/chrome/browser/history/
archived_database.h 36 // Transactions on the database. We support nested transactions and only
38 // nested transactions).
  /external/chromium_org/net/dns/
mdns_client.h 24 // creation flags, see MDnsTransactionFlags). Network-based transactions will
32 // The transaction is done. Applies to non-single-valued transactions. Is
36 // No results have been found. Applies to single-valued transactions. Is
38 // For transactions that use the network, this happens when a timeout
39 // occurs, for transactions that are cache-only, this happens when no
51 // Note that single result transactions will signal when their timeout is
52 // reached, whereas multi-result transactions will not.
68 // Start the transaction. Return true on success. Cache-based transactions
125 // specific records. When all listeners and active transactions are destroyed,
  /external/chromium_org/sync/internal_api/public/
user_share.h 27 // The Directory itself, which is the parent of Transactions.
  /external/chromium_org/sync/test/
test_transaction_observer.h 28 // Returns the number of transactions observed.
30 // Transactions are generated only when meaningful changes are made. For most
  /external/oprofile/events/i386/pii/
unit_masks 12 0x00 self-generated transactions
13 0x20 any transactions
  /external/oprofile/events/i386/piii/
unit_masks 12 0x00 self-generated transactions
13 0x20 any transactions

Completed in 426 milliseconds

1 2 3 4 5 6 7 8 91011>>