Home
last modified time | relevance | path

Searched refs:output_type (Results 151 – 175 of 4940) sorted by relevance

12345678910>>...198

/dports/devel/gn/gn-1962/src/gn/
H A Dtarget_generator.cc101 if (output_type == functions::kBundleData) { in GenerateTarget()
105 } else if (output_type == functions::kCreateBundle) { in GenerateTarget()
109 } else if (output_type == functions::kCopy) { in GenerateTarget()
112 } else if (output_type == functions::kAction) { in GenerateTarget()
116 } else if (output_type == functions::kActionForEach) { in GenerateTarget()
120 } else if (output_type == functions::kExecutable) { in GenerateTarget()
124 } else if (output_type == functions::kGroup) { in GenerateTarget()
131 } else if (output_type == functions::kSharedLibrary) { in GenerateTarget()
135 } else if (output_type == functions::kSourceSet) { in GenerateTarget()
139 } else if (output_type == functions::kStaticLibrary) { in GenerateTarget()
[all …]
H A Dninja_target_writer.cc74 if (target->output_type() == Target::BUNDLE_DATA) { in RunAndWriteFile()
77 } else if (target->output_type() == Target::CREATE_BUNDLE) { in RunAndWriteFile()
80 } else if (target->output_type() == Target::COPY_FILES) { in RunAndWriteFile()
83 } else if (target->output_type() == Target::ACTION || in RunAndWriteFile()
84 target->output_type() == Target::ACTION_FOREACH) { in RunAndWriteFile()
87 } else if (target->output_type() == Target::GROUP) { in RunAndWriteFile()
205 if (target_->output_type() == Target::ACTION || in WriteInputDepsStampAndGetDep()
206 target_->output_type() == Target::ACTION_FOREACH) in WriteInputDepsStampAndGetDep()
222 if (target_->output_type() == Target::ACTION) { in WriteInputDepsStampAndGetDep()
240 if (target->output_type() != Target::BUNDLE_DATA || in WriteInputDepsStampAndGetDep()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/doc/manual2/
H A Dconcepts25 h4. @ T::output_type @
35 output_type T::valueAt(double);
36 output_type T::operator()(double);
37 output_type T::at0();
38 output_type T::at1();
53 the *toSBasis* function is required. When *output_type* is @double@,
80 When *output_type* is @double@, @bounds_type@ is *Interval*. When
81 *output_type* is @Point@, @bounds_type@ is *Rect*.
88 *FragmentConcept*, this concept requires an output_type, which is used
95 @T + output_type, T - output_type, T += output_type, T -= output_type@,
[all …]
/dports/math/lib2geom/lib2geom-1.1/doc/manual2/
H A Dconcepts25 h4. @ T::output_type @
35 output_type T::valueAt(double);
36 output_type T::operator()(double);
37 output_type T::at0();
38 output_type T::at1();
53 the *toSBasis* function is required. When *output_type* is @double@,
80 When *output_type* is @double@, @bounds_type@ is *Interval*. When
81 *output_type* is @Point@, @bounds_type@ is *Rect*.
88 *FragmentConcept*, this concept requires an output_type, which is used
95 @T + output_type, T - output_type, T += output_type, T -= output_type@,
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/
H A Dinclusive_scan.hpp55 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef
58 output_type(0), binary_op, in inclusive_scan()
71 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef
74 output_type(0), boost::compute::plus<output_type>(), in inclusive_scan()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/outputs/__tests__/
H A Doutput.spec.tsx19 output_type: "stream",
35 output_type: "error",
50 output_type: "error",
65 output_type: "display_data",
89 output_type: "execute_result",
118 output_type: "display_data",
160 output_type: "display_data",
174 output_type: "execute_result",
179 output_type: "stream",
198 output_type: ["display_data", "execute_result"]
[all …]
/dports/graphics/egl-wayland/egl-wayland-1.1.9/wayland-drm/
H A Dmeson.build1 foreach output_type: ['server-header', 'public-code']
2 if output_type == 'server-header' variable
8 output_type = 'code' variable
10 output_type = 'public-code' variable
17 command: [prog_scanner, output_type, '@INPUT@', '@OUTPUT@'],
/dports/math/spot/spot-2.10.2/tests/python/
H A Dacc_cond.ipynb57 "output_type": "stream",
74 "output_type": "stream",
91 "output_type": "stream",
115 "output_type": "stream",
145 "output_type": "stream",
163 "output_type": "stream",
181 "output_type": "stream",
208 "output_type": "stream",
232 "output_type": "stream",
310 "output_type": "stream",
[all …]
/dports/math/py-spot/spot-2.10.2/tests/python/
H A Dacc_cond.ipynb57 "output_type": "stream",
74 "output_type": "stream",
91 "output_type": "stream",
115 "output_type": "stream",
145 "output_type": "stream",
163 "output_type": "stream",
181 "output_type": "stream",
208 "output_type": "stream",
232 "output_type": "stream",
310 "output_type": "stream",
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/misc/broot/broot-1.7.0/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/png-0.17.1/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/png/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/png-0.16.3/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/www/zola/zola-0.15.2/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/png-0.16.8/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/graphics/viu/viu-1.1/cargo-crates/png-0.16.7/src/
H A Dtraits.rs4 ($output_type:ty) => {
5 impl<W: io::Read + ?Sized> ReadBytesExt<$output_type> for W {
7 fn read_be(&mut self) -> io::Result<$output_type> {
8 let mut bytes = [0u8; std::mem::size_of::<$output_type>()];
10 Ok(<$output_type>::from_be_bytes(bytes))
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/
H A Dserializable.hpp62 CProxy(const CSerializable& obj, EOutputType output_type) in CProxy() argument
63 : m_Obj(obj), m_OutputType(output_type) { } in CProxy()
72 CProxy Dump(EOutputType output_type) const;
87 CSerializable::CProxy CSerializable::Dump(EOutputType output_type) in Dump()
90 return CProxy(*this, output_type); in Dump()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/
H A Dserializable.hpp62 CProxy(const CSerializable& obj, EOutputType output_type) in CProxy() argument
63 : m_Obj(obj), m_OutputType(output_type) { } in CProxy()
72 CProxy Dump(EOutputType output_type) const;
87 CSerializable::CProxy CSerializable::Dump(EOutputType output_type) in Dump()
90 return CProxy(*this, output_type); in Dump()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DStaticModel.cc1471 tt_output[0], output_type, tef_terms); in writeStaticModel()
1473 writeModelEquations(d_output[0], output_type, temp_term_union); in writeStaticModel()
1487 tt_output[1], output_type, tef_terms); in writeStaticModel()
1495 d1->writeOutput(d_output[1], output_type, in writeStaticModel()
1537 sparseHelper(i, col0_output, k, 0, output_type); in writeStaticModel()
1540 sparseHelper(i, col1_output, k, 1, output_type); in writeStaticModel()
1543 sparseHelper(i, col2_output, k, 2, output_type); in writeStaticModel()
1576 if (output_type != ExprNodeOutputType::juliaStaticModel) in writeStaticModel()
1580 if (output_type == ExprNodeOutputType::matlabStaticModel) in writeStaticModel()
1649 else if (output_type == ExprNodeOutputType::CStaticModel) in writeStaticModel()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h349 typedef Output output_type; typedef
386 output_type apply_body_impl( const input_type& i) { in apply_body_impl()
390 output_type v = (*my_body)(i); in apply_body_impl()
397 output_type v = apply_body_impl(i); in apply_body_impl_bypass()
597 typedef Output output_type;
658 output_type v = (*my_body)( continue_msg() );
697 typedef Output output_type;
727 typedef Output output_type;
728 typedef function_output<output_type> base_type;
734 bool try_put(const output_type &i) {
[all …]

12345678910>>...198