Home
last modified time | relevance | path

Searched refs:a_or_b (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dmultisig_tests.cpp51 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
52a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
60 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
101 s = sign_multisig(a_or_b, keys, CTransaction(txTo[1]), 0); in BOOST_AUTO_TEST_CASE()
115 …BOOST_CHECK(!VerifyScript(s, a_or_b, nullptr, flags, MutableTransactionSignatureChecker(&txTo[1], … in BOOST_AUTO_TEST_CASE()
150 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
151a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
152 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
188 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
189a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/map_SUITE_data/src/
H A Dorder.erl27 case maps:get(a, #{a=>id_1(1), a_or_b()=>id_b(b)}) of
34 case maps:get(c, #{c=>id_1(1), a_or_b()=>id_b(b)}) of
41 case maps:get(a, #{a_or_b()=>id_1(1), id_a(a)=>id_b(b)}) of
55 -spec a_or_b() -> a | b.
56 a_or_b() -> any(). function
/dports/textproc/p5-Text-Diff/Text-Diff-1.45/lib/Text/
H A DDiff.pm200 my ( $ops, $a_or_b, $format ) = @_;
202 my $start = $ops->[ 0]->[$a_or_b];
203 my $after = $ops->[-1]->[$a_or_b];
209 unless $ops->[-1]->[OPCODE] eq ( $a_or_b == A ? "+" : "-" );
229 my ( $seqs, $op, $a_or_b, $op_prefixes ) = @_;
238 $a_or_b = $op->[OPCODE] ne "+" ? 0 : 1 unless defined $a_or_b;
239 my @line = ( $op_sym, $seqs->[$a_or_b][$op->[$a_or_b]] );
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmultisig_tests.cpp56 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
57a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 << … in BOOST_AUTO_TEST_CASE()
65 txFrom.vout[1].scriptPubKey = a_or_b; in BOOST_AUTO_TEST_CASE()
106 s = sign_multisig(a_or_b, keys, txTo[1], 0); in BOOST_AUTO_TEST_CASE()
120 …BOOST_CHECK(!VerifyScript(s, a_or_b, NULL, flags, MutableTransactionSignatureChecker(&txTo[1], 0, … in BOOST_AUTO_TEST_CASE()
155 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
156a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
157 BOOST_CHECK(::IsStandard(a_or_b, whichType)); in BOOST_AUTO_TEST_CASE()
282 CScript a_or_b; in BOOST_AUTO_TEST_CASE() local
283a_or_b << OP_1 << ToByteVector(key[0].GetPubKey()) << ToByteVector(key[1].GetPubKey()) << OP_2 <<… in BOOST_AUTO_TEST_CASE()
[all …]

1234567