Home
last modified time | relevance | path

Searched refs:pay1 (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Dmedia.c744 GstElement *bin, *src0, *pay0, *src1, *pay1; in GST_START_TEST() local
763 pay1 = gst_element_factory_make ("rtpvrawpay", "dynpay1"); in GST_START_TEST()
764 fail_if (pay1 == NULL); in GST_START_TEST()
765 g_object_set (pay1, "pt", 97, NULL); in GST_START_TEST()
767 gst_bin_add_many (GST_BIN_CAST (bin), src0, pay0, src1, pay1, NULL); in GST_START_TEST()
769 gst_element_link_many (src1, pay1, NULL); in GST_START_TEST()
782 srcpad1 = gst_element_get_static_pad (pay1, "src"); in GST_START_TEST()
785 g_signal_connect (srcpad1, "notify::caps", (GCallback) on_notify_caps, pay1); in GST_START_TEST()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dscript_P2SH_tests.cpp279 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
280 keystore.AddCScript(pay1); in BOOST_AUTO_TEST_CASE()
283 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
285 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dscript_P2SH_tests.cpp279 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
280 keystore.AddCScript(pay1); in BOOST_AUTO_TEST_CASE()
283 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
285 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dscript_P2SH_tests.cpp279 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
280 keystore.AddCScript(pay1); in BOOST_AUTO_TEST_CASE()
283 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
285 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dscript_p2sh_tests.cpp284 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
285 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
288 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dscript_p2sh_tests.cpp284 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
285 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
288 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dscript_p2sh_tests.cpp284 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
285 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
288 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dscript_p2sh_tests.cpp286 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
287 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
292 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dscript_p2sh_tests.cpp286 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
287 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
292 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dscript_p2sh_tests.cpp286 CScript pay1 = GetScriptForDestination(key[0].GetPubKey().GetID()); in BOOST_AUTO_TEST_CASE() local
287 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
292 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_p2sh_tests.cpp293 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
294 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
297 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
299 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dscript_p2sh_tests.cpp284 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
285 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
288 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
290 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_p2sh_tests.cpp293 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
294 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
297 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
299 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_p2sh_tests.cpp293 CScript pay1 = GetScriptForDestination(PKHash(key[0].GetPubKey())); in BOOST_AUTO_TEST_CASE() local
294 BOOST_CHECK(keystore.AddCScript(pay1)); in BOOST_AUTO_TEST_CASE()
297 txFrom.vout[0].scriptPubKey = GetScriptForDestination(ScriptHash(pay1)); // P2SH (OP_CHECKSIG) in BOOST_AUTO_TEST_CASE()
299 txFrom.vout[1].scriptPubKey = pay1; // ordinary OP_CHECKSIG in BOOST_AUTO_TEST_CASE()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/docs/
H A DREADME136 stream (ex. pay0, pay1, ...). Also, for increased compatibility each stream
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in89002 pay1 怕冷
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in89002 pay1 怕冷
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in89002 pay1 怕冷
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in89002 pay1 怕冷