Searched refs:aTransactions (Results 1 – 8 of 8) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/svdde/ |
H A D | ddecli.cxx | 81 for( iter = self->aTransactions.begin(); iter != self->aTransactions.end(); ++iter ) in CliCallback() 100 iter = self->aTransactions.end(); in CliCallback() 113 if( iter != self->aTransactions.end() ) in CliCallback() 247 rDde.aTransactions.push_back( this ); in DdeTransaction() 259 rDde.aTransactions.erase(std::remove(rDde.aTransactions.begin(), in ~DdeTransaction() 260 rDde.aTransactions.end(),this)); in ~DdeTransaction()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/svdde/ |
H A D | ddecli.cxx | 81 for( iter = self->aTransactions.begin(); iter != self->aTransactions.end(); ++iter ) in CliCallback() 100 iter = self->aTransactions.end(); in CliCallback() 113 if( iter != self->aTransactions.end() ) in CliCallback() 247 rDde.aTransactions.push_back( this ); in DdeTransaction() 259 rDde.aTransactions.erase(std::remove(rDde.aTransactions.begin(), in ~DdeTransaction() 260 rDde.aTransactions.end(),this)); in ~DdeTransaction()
|
/dports/www/itop/web/application/ |
H A D | transaction.class.inc.php | 296 $aTransactions = glob(APPROOT.'data/transactions/*-*'); 297 foreach($aTransactions as $sFileName) 315 $aTransactions = glob(APPROOT.'data/transactions/'.self::GetUserPrefix().'*'); 316 foreach($aTransactions as $sFileName)
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/ |
H A D | ReadWrite.actor.cpp | 110 PerfIntCounter aTransactions, bTransactions, retries; member 126 …clientBegin(0), aTransactions("A Transactions"), bTransactions("B Transactions"), retries("Retries… in ReadWriteWorkload() 259 …int reads = (aTransactions.getValue() * readsPerTransactionA) + (bTransactions.getValue() * readsP… in getMetrics() 260 …int writes = (aTransactions.getValue() * writesPerTransactionA) + (bTransactions.getValue() * writ… in getMetrics() 262 …m.push_back( PerfMetric( "Transactions/sec", (aTransactions.getValue() + bTransactions.getValue())… in getMetrics() 264 m.push_back( aTransactions.getMetric() ); in getMetrics() 333 …int64_t ops = (self->aTransactions.getValue() * (self->readsPerTransactionA+self->writesPerTransac… in tracePeriodically() 669 ++self->aTransactions; in randomReadWriteClient()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/ |
H A D | svdde.hxx | 172 std::vector<DdeTransaction*> aTransactions; member in DdeConnection
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/ |
H A D | svdde.hxx | 173 std::vector<DdeTransaction*> aTransactions; member in DdeConnection
|
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/ |
H A D | PlacesUtils.jsm | 2681 * @param aTransactions 2687 function PlacesAggregatedTransaction(aName, aTransactions) 2691 this.childTransactions = aTransactions; 2697 let countTransactions = function(aTransactions, aTxnCount) 2700 i < aTransactions.length && aTxnCount < MIN_TRANSACTIONS_FOR_BATCH; 2702 let txn = aTransactions[i];
|
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/places/ |
H A D | PlacesUIUtils.jsm | 1621 aggregateTransactions: (aName, aTransactions) => 1622 new PlacesAggregatedTransaction(aName, aTransactions),
|