Home
last modified time | relevance | path

Searched refs:tx3 (Results 1 – 25 of 1800) sorted by relevance

12345678910>>...72

/dports/math/stan/stan-2.28.2/src/test/test-models/good/
H A Dassignments.stan32 array[2, 3, 4] real tx3;
84 tx3[1, 1, 1] = x;
85 tx3[1, 1, 1] = y[1];
86 tx3[1, 1, 1] = z[1];
88 tx3[1, 1, 1] = x1[1];
202 tx3[1, 1] = x1;
203 tx3[1, 1] = x2[1];
204 tx3[1, 1] = x3[1, 1];
234 tx3[1] = x2;
235 tx3[1] = x3[1];
[all …]
H A Dassignments_var.stan32 array[2, 3, 4] real tx3;
84 tx3[1, 1, 1] = x;
85 tx3[1, 1, 1] = y[1];
86 tx3[1, 1, 1] = z[1];
88 tx3[1, 1, 1] = x1[1];
202 tx3[1, 1] = x1;
203 tx3[1, 1] = x2[1];
204 tx3[1, 1] = x3[1, 1];
234 tx3[1] = x2;
235 tx3[1] = x3[1];
[all …]
H A Dassignments_double_var.stan32 array[2, 3, 4] real tx3;
84 tx3[1, 1, 1] = x;
85 tx3[1, 1, 1] = y[1];
86 tx3[1, 1, 1] = z[1];
88 tx3[1, 1, 1] = x1[1];
202 tx3[1, 1] = x1;
203 tx3[1, 1] = x2[1];
204 tx3[1, 1] = x3[1, 1];
234 tx3[1] = x2;
235 tx3[1] = x3[1];
[all …]
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/unit/
H A Dtest_transaction.cxx63 pqxx::nontransaction tx3{c}; in test_db_transaction_rolls_back() local
65 count_temp_table(tx3), 0, in test_db_transaction_rolls_back()
66 "Abort on " + tx3.classname() + " did not roll back."); in test_db_transaction_rolls_back()
67 delete_temp_table(tx3); in test_db_transaction_rolls_back()
84 pqxx::nontransaction tx3{c}; in test_nontransaction_autocommits() local
86 count_temp_table(tx3), 1, in test_nontransaction_autocommits()
88 delete_temp_table(tx3); in test_nontransaction_autocommits()
106 TX tx3{c}; in test_double_close() local
107 tx3.exec1("SELECT 3"); in test_double_close()
108 tx3.commit(); in test_double_close()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DTransactionQueue.cpp77 Transaction tx3(0, gasCostCheap + 1, gas, dest, bytes(), 1, sender2 ); in BOOST_AUTO_TEST_CASE() local
91 txq.import(tx3); in BOOST_AUTO_TEST_CASE()
92 BOOST_CHECK((Transactions { tx2, tx0_1, tx1, tx3 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK((Transactions { tx2, tx3, tx5, tx4 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
103 BOOST_CHECK((Transactions { tx2, tx3, tx4 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
107 BOOST_CHECK((Transactions { tx2, tx3, tx4, tx6 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
112 BOOST_CHECK((Transactions { tx2, tx3, tx4, tx6 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
128 Transaction tx3(0, gasCostMed, gas, dest, bytes(), 3, sender ); in BOOST_AUTO_TEST_CASE() local
134 txq.import(tx3); in BOOST_AUTO_TEST_CASE()
158 Transaction tx3(0, gasCostMed, gas, dest, bytes(), 3, sender ); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp139 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
141 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
142 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
311 if (tx3.GetHash() < tx6.GetHash()) { in BOOST_AUTO_TEST_CASE()
344 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
346 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
347 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
458 tx3.vin.resize(1); in BOOST_AUTO_TEST_CASE()
461 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
463 tx3.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp139 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
141 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
142 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
311 if (tx3.GetHash() < tx6.GetHash()) { in BOOST_AUTO_TEST_CASE()
344 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
346 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
347 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
458 tx3.vin.resize(1); in BOOST_AUTO_TEST_CASE()
461 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
463 tx3.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp139 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
141 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
142 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
311 if (tx3.GetHash() < tx6.GetHash()) { in BOOST_AUTO_TEST_CASE()
344 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
346 tx3.vout[0].nValue = 5 * COIN; in BOOST_AUTO_TEST_CASE()
347 pool.addUnchecked(tx3.GetHash(), entry.Fee(0LL).Priority(100.0).FromTx(tx3)); in BOOST_AUTO_TEST_CASE()
458 tx3.vin.resize(1); in BOOST_AUTO_TEST_CASE()
461 tx3.vout.resize(1); in BOOST_AUTO_TEST_CASE()
463 tx3.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dp2p_segwit.py677 tx3.rehash()
695 tx3 = tx
715 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
875 tx3.rehash()
883 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1319 tx3.rehash()
1333 tx3.rehash()
1364 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1438 tx3.rehash()
1458 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dp2p_segwit.py677 tx3.rehash()
695 tx3 = tx
715 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
875 tx3.rehash()
883 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1319 tx3.rehash()
1333 tx3.rehash()
1364 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1438 tx3.rehash()
1458 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dp2p_segwit.py677 tx3.rehash()
695 tx3 = tx
715 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
875 tx3.rehash()
883 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1319 tx3.rehash()
1333 tx3.rehash()
1364 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1438 tx3.rehash()
1458 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-channel-0.3.1/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
31 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
34 assert!(tx3.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
53 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
56 assert!(tx3.is_closed()); in multiple_senders_disconnect()
/dports/net/proby/proby-1.0.2/cargo-crates/futures-channel-preview-0.3.0-alpha.19/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
31 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
34 assert!(tx3.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
53 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
56 assert!(tx3.is_closed()); in multiple_senders_disconnect()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-channel-preview-0.3.0-alpha.19/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
31 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
34 assert!(tx3.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
53 block_on(tx3.close()).unwrap(); in multiple_senders_disconnect()
56 assert!(tx3.is_closed()); in multiple_senders_disconnect()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dp2p-segwit.py317 tx3.rehash()
458 tx3.rehash()
466 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
971 tx3.rehash()
982 tx3.rehash()
1011 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1164 tx3.rehash()
1170 tx3.rehash()
1176 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1248 tx3.rehash()
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dp2p-segwit.py317 tx3.rehash()
458 tx3.rehash()
466 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
971 tx3.rehash()
982 tx3.rehash()
1011 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1164 tx3.rehash()
1170 tx3.rehash()
1176 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1248 tx3.rehash()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dp2p-segwit.py317 tx3.rehash()
458 tx3.rehash()
466 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
971 tx3.rehash()
982 tx3.rehash()
1011 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1164 tx3.rehash()
1170 tx3.rehash()
1176 self.utxo.append(UTXO(tx3.sha256, 0, tx3.vout[0].nValue))
1248 tx3.rehash()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp46 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
47 tx3.vin.resize(1); in MempoolEviction()
48 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
49 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
50 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
51 tx3.vout.resize(1); in MempoolEviction()
52 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
53 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
116 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp46 CMutableTransaction tx3 = CMutableTransaction();
47 tx3.vin.resize(1);
48 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0);
49 tx3.vin[0].scriptSig = CScript() << OP_2;
50 tx3.vin[0].scriptWitness.stack.push_back({3});
51 tx3.vout.resize(1);
52 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL;
53 tx3.vout[0].nValue = 10 * COIN;
116 const CTransactionRef tx3_r{MakeTransactionRef(tx3)};
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp46 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
47 tx3.vin.resize(1); in MempoolEviction()
48 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
49 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
50 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
51 tx3.vout.resize(1); in MempoolEviction()
52 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
53 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
116 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp45 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
46 tx3.vin.resize(1); in MempoolEviction()
47 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
48 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
49 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
50 tx3.vout.resize(1); in MempoolEviction()
51 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
52 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
115 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp45 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
46 tx3.vin.resize(1); in MempoolEviction()
47 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
48 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
49 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
50 tx3.vout.resize(1); in MempoolEviction()
51 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
52 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
115 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp45 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
46 tx3.vin.resize(1); in MempoolEviction()
47 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
48 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
49 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
50 tx3.vout.resize(1); in MempoolEviction()
51 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
52 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
115 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dmempool_eviction.cpp43 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
44 tx3.vin.resize(1); in MempoolEviction()
45 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
46 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
47 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
48 tx3.vout.resize(1); in MempoolEviction()
49 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
50 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
113 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp52 CMutableTransaction tx3 = CMutableTransaction(); in MempoolEviction() local
53 tx3.vin.resize(1); in MempoolEviction()
54 tx3.vin[0].prevout = COutPoint(tx2.GetHash(), 0); in MempoolEviction()
55 tx3.vin[0].scriptSig = CScript() << OP_2; in MempoolEviction()
56 tx3.vin[0].scriptWitness.stack.push_back({3}); in MempoolEviction()
57 tx3.vout.resize(1); in MempoolEviction()
58 tx3.vout[0].scriptPubKey = CScript() << OP_3 << OP_EQUAL; in MempoolEviction()
59 tx3.vout[0].nValue = 10 * COIN; in MempoolEviction()
122 const CTransactionRef tx3_r{MakeTransactionRef(tx3)}; in MempoolEviction()

12345678910>>...72