Home
last modified time | relevance | path

Searched refs:output_type (Results 51 – 75 of 4684) sorted by relevance

12345678910>>...188

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_keypool_topup.py45 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
47 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
50 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
52 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
83 if output_type == 'legacy':
84 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
85 elif output_type == 'p2sh-segwit':
86 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
87 elif output_type == 'bech32':
88 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_keypool_topup.py45 for i, output_type in enumerate(["legacy", "p2sh-segwit", "bech32"]):
47 self.log.info("Generate keys for wallet with address type: {}".format(output_type))
50 addr_oldpool = self.nodes[idx].getnewaddress(address_type=output_type)
52 addr_extpool = self.nodes[idx].getnewaddress(address_type=output_type)
83 if output_type == 'legacy':
84 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
85 elif output_type == 'p2sh-segwit':
86 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
87 elif output_type == 'bech32':
88 …f.nodes[idx].getaddressinfo(self.nodes[idx].getnewaddress(address_type=output_type))['hdkeypath'],…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/protoc_plugin/
H A Dipc_plugin.cc132 std::string output_type = method.output_type()->name(); in ForEachMethod() local
133 function(method, input_type, output_type); in ForEachMethod()
179 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader()
181 "o", output_type); in GenerateServiceHeader()
182 types_seen.insert(output_type); in GenerateServiceHeader()
185 method.name(), "i", input_type, "o", output_type); in GenerateServiceHeader()
195 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader()
197 "o", output_type); in GenerateServiceHeader()
198 types_seen.insert(output_type); in GenerateServiceHeader()
227 output_type, "m", method.name()); in GenerateServiceCpp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/protoc_plugin/
H A Dipc_plugin.cc132 std::string output_type = method.output_type()->name(); in ForEachMethod() local
133 function(method, input_type, output_type); in ForEachMethod()
179 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader()
181 "o", output_type); in GenerateServiceHeader()
182 types_seen.insert(output_type); in GenerateServiceHeader()
185 method.name(), "i", input_type, "o", output_type); in GenerateServiceHeader()
195 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader()
197 "o", output_type); in GenerateServiceHeader()
198 types_seen.insert(output_type); in GenerateServiceHeader()
227 output_type, "m", method.name()); in GenerateServiceCpp()
[all …]
/dports/math/mppp/mppp-0.26/doc/notebooks/
H A Dinteger_arithmetic.ipynb67 "output_type": "execute_result"
87 "output_type": "execute_result"
107 "output_type": "execute_result"
155 "output_type": "stream",
317 "output_type": "stream",
338 "output_type": "stream",
359 "output_type": "stream",
380 "output_type": "stream",
408 "output_type": "stream",
441 "output_type": "stream",
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/examples/cad/
H A DSMT 2017 (Intro).ipynb107 "output_type": "execute_result"
149 "output_type": "execute_result"
216 "output_type": "stream",
244 "output_type": "stream",
274 "output_type": "execute_result"
294 "output_type": "execute_result"
314 "output_type": "execute_result"
334 "output_type": "execute_result"
479 "output_type": "stream",
496 "output_type": "stream",
[all …]
/dports/math/libpoly/libpoly-0.1.11/examples/cad/
H A DSMT 2017 (Intro).ipynb107 "output_type": "execute_result"
149 "output_type": "execute_result"
216 "output_type": "stream",
244 "output_type": "stream",
274 "output_type": "execute_result"
294 "output_type": "execute_result"
314 "output_type": "execute_result"
334 "output_type": "execute_result"
479 "output_type": "stream",
496 "output_type": "stream",
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/backend/test/case/node/
H A Donehot.py35 output_type = np.int32
43 values = np.array([off_value, on_value], dtype=output_type)
44 y = one_hot(indices, depth, dtype=output_type)
53 output_type = np.float32
63 values = np.array([off_value, on_value], dtype=output_type)
64 y = one_hot(indices, depth, axis=axisValue, dtype=output_type)
73 output_type = np.float32
83 values = np.array([off_value, on_value], dtype=output_type)
84 y = one_hot(indices, depth, axis=axisValue, dtype=output_type)
98 output_type = np.float32
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/compute_instance_agent/models/
H A Dinstance_agent_command_output_details.py76 def output_type(self): member in InstanceAgentCommandOutputDetails
99 @output_type.setter
100 def output_type(self, output_type): member in InstanceAgentCommandOutputDetails
119 if not value_allowed_none_or_none_sentinel(output_type, allowed_values):
120 output_type = 'UNKNOWN_ENUM_VALUE'
121 self._output_type = output_type
/dports/multimedia/mkxvcd/mkxvcd-2.0.2/
H A Dmkxvcd.sh189 'VCD') output_type="VCD"
192 'vcd') output_type="VCD"
195 'SVCD') output_type="SVCD"
200 'svcd') output_type="SVCD"
227 *) output_type="KVCD"
1871 output_type="KVCD"
1875 output_type="XVCD"
2539 for mpg in "$FILE2"-"$output_type"1.mpg "$FILE2"-"$output_type"2.mpg \
2540 "$FILE2"-"$output_type"3.mpg "$FILE2"-"$output_type"4.mpg \
2541 "$FILE2"-S"$output_type"1.mpg "$FILE2"-S"$output_type"2.mpg \
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type;
51 size_t init_arg = k.add_arg<output_type>("initial_value");
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" <<
62 k.decl<output_type>("sum") << " = initial_value;\n";
75 << op(k.var<output_type>("sum"), k.var<output_type>("x"))
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init));
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/algorithm/detail/
H A Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
51 size_t init_arg = k.add_arg<output_type>("initial_value"); in serial_scan()
56 k.decl<output_type>("sum") << " = " << first[0] << ";\n" << in serial_scan()
62 k.decl<output_type>("sum") << " = initial_value;\n"; in serial_scan()
75 << op(k.var<output_type>("sum"), k.var<output_type>("x")) in serial_scan()
90 scan_kernel.set_arg<output_type>(init_arg, static_cast<output_type>(init)); in serial_scan()
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/gnutv/
H A Dgnutv.c115 int output_type = OUTPUT_TYPE_DECODER; in main() local
185 output_type = OUTPUT_TYPE_DECODER; in main()
189 output_type = OUTPUT_TYPE_DVR; in main()
191 output_type = OUTPUT_TYPE_NULL; in main()
193 output_type = OUTPUT_TYPE_STDOUT; in main()
195 output_type = OUTPUT_TYPE_FILE; in main()
202 output_type = OUTPUT_TYPE_UDP; in main()
213 output_type = OUTPUT_TYPE_UDP; in main()
317 if ((output_type == OUTPUT_TYPE_DECODER) || in main()
322 output_type = OUTPUT_TYPE_DVR; in main()
[all …]
/dports/devel/py-nbclient/nbclient-0.5.9/nbclient/tests/files/
H A DOutput.ipynb20 "output_type": "display_data"
37 "output_type": "stream",
76 "output_type": "display_data"
92 "output_type": "stream",
122 "output_type": "display_data"
138 "output_type": "stream",
169 "output_type": "display_data"
185 "output_type": "stream",
215 "output_type": "display_data"
253 "output_type": "display_data"
[all …]
/dports/audio/shntool/shntool-3.0.10/src/
H A Dmode_cue.c43 static int output_type = TYPE_UNKNOWN; variable
66 output_type = TYPE_CUESHEET; in parse()
71 output_type = TYPE_CUESHEET; in parse()
74 output_type = TYPE_SPLITPOINTS; in parse()
84 if ((TYPE_CUESHEET == output_type) && PROB_NOT_CD(info)) { in verify_wave_info()
126 if (output_type == TYPE_CUESHEET) { in output_init()
146 if (output_type == TYPE_CUESHEET) { in output_track()
155 else if (output_type == TYPE_SPLITPOINTS) { in output_track()
167 if (TYPE_CUESHEET == output_type && numfiles < 1) { in output_end()
171 if (TYPE_SPLITPOINTS == output_type && numfiles < 2) { in output_end()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Drust_values_generator.cc34 if (target_->output_type() == Target::SOURCE_SET) in Run()
38 if (target_->output_type() != Target::EXECUTABLE && in Run()
39 target_->output_type() != Target::SHARED_LIBRARY && in Run()
40 target_->output_type() != Target::RUST_LIBRARY && in Run()
41 target_->output_type() != Target::RUST_PROC_MACRO && in Run()
42 target_->output_type() != Target::STATIC_LIBRARY && in Run()
43 target_->output_type() != Target::LOADABLE_MODULE) { in Run()
48 target_->output_type())) + in Run()
87 if (target_->output_type() == Target::SHARED_LIBRARY || in FillCrateType()
88 target_->output_type() == Target::LOADABLE_MODULE) { in FillCrateType()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Drust_values_generator.cc34 if (target_->output_type() == Target::SOURCE_SET) in Run()
38 if (target_->output_type() != Target::EXECUTABLE && in Run()
39 target_->output_type() != Target::SHARED_LIBRARY && in Run()
40 target_->output_type() != Target::RUST_LIBRARY && in Run()
41 target_->output_type() != Target::RUST_PROC_MACRO && in Run()
42 target_->output_type() != Target::STATIC_LIBRARY && in Run()
43 target_->output_type() != Target::LOADABLE_MODULE) { in Run()
48 target_->output_type())) + in Run()
87 if (target_->output_type() == Target::SHARED_LIBRARY || in FillCrateType()
88 target_->output_type() == Target::LOADABLE_MODULE) { in FillCrateType()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/tutorial/src/progressbin/
H A Dimp.rs39 output_type: Mutex<ProgressBinOutput>, field
74 output_type: Mutex::new(ProgressBinOutput::Println), in with_class()
108 let mut output_type = self.output_type.lock().unwrap(); in set_property() localVariable
116 output_type, in set_property()
119 *output_type = new_output_type; in set_property()
130 let output_type = self.output_type.lock().unwrap(); in property() localVariable
131 output_type.to_value() in property()
233 let output_type = *self.output_type.lock().unwrap(); in handle_message() localVariable
234 match output_type { in handle_message()

12345678910>>...188