Home
last modified time | relevance | path

Searched refs:output_type (Results 76 – 100 of 4684) sorted by relevance

12345678910>>...188

/dports/graphics/graphviz/graphviz-2.44.1/tests/regression_tests/shapes/
H A Dshapes.py79 def generate_shape_graph(shape, output_type): argument
83 output_file = 'output/' + shape + '.' + output_type
84 process = Popen(['dot', '-T' + output_type, '-o', output_file], stdin=PIPE)
93 if output_type == 'svg':
110 for output_type in output_types:
111 generate_shape_graph(shape, output_type)
112 if not compare_graphs(shape, output_type):
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_async_node.cpp315 typedef Output output_type; typedef in async_activity
365 output_type output; in process()
366 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()
367 wrapper_helper<output_type, output_type>::check(work.input, output); in process()
408 typedef Output output_type; typedef
435 output_type output; in run()
436 wrapper_helper<output_type, output_type>::check(input, output); in run()
511 typedef Output output_type; typedef
516 typedef Output output_type; typedef in spin_test::end_body_type
610 typedef Output output_type; typedef in equeueing_on_inner_level
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dec_arith_Edwards.h141 output_type == MONTGOMERY_xz); in edwards_addsub()
144 if (output_type == TWISTED_EDWARDS_proj) in edwards_addsub()
146 else if (output_type == TWISTED_EDWARDS_ext) in edwards_addsub()
192 if (output_type == TWISTED_EDWARDS_ext || output_type == TWISTED_EDWARDS_proj) in edwards_addsub()
197 if (output_type == TWISTED_EDWARDS_ext) in edwards_addsub()
235 edwards_addsub (R, P, Q, 0, m, output_type); in edwards_add()
243 edwards_addsub (R, P, Q, 1, m, output_type); in edwards_sub()
269 if (output_type == TWISTED_EDWARDS_proj) in edwards_dbl()
292 if (output_type == TWISTED_EDWARDS_ext) in edwards_dbl()
325 if (output_type == TWISTED_EDWARDS_proj) in edwards_tpl()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/compute_instance_agent/models/
H A Dinstance_agent_command_execution_output_content.py90 def output_type(self): member in InstanceAgentCommandExecutionOutputContent
113 @output_type.setter
114 def output_type(self, output_type): member in InstanceAgentCommandExecutionOutputContent
133 if not value_allowed_none_or_none_sentinel(output_type, allowed_values):
134 output_type = 'UNKNOWN_ENUM_VALUE'
135 self._output_type = output_type
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc190 NetEqOutputType output_type; in GetAndVerifyOutput() local
264 if (output_type == kOutputNormal) { in UpdateState()
270 if (output_type == kOutputPLC) { in UpdateState()
276 if (output_type == kOutputPLCtoCNG) { in UpdateState()
278 } else if (output_type == kOutputNormal) { in UpdateState()
284 if (output_type == kOutputNormal) { in UpdateState()
297 NetEqOutputType output_type; in GetAndVerifyOutput() local
299 UpdateState(output_type); in GetAndVerifyOutput()
384 if (output_type == kOutputNormal) { in UpdateState()
390 if (output_type == kOutputPLC) { in UpdateState()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc190 NetEqOutputType output_type; in GetAndVerifyOutput() local
265 if (output_type == kOutputNormal) { in UpdateState()
271 if (output_type == kOutputPLC) { in UpdateState()
277 if (output_type == kOutputPLCtoCNG) { in UpdateState()
279 } else if (output_type == kOutputNormal) { in UpdateState()
285 if (output_type == kOutputNormal) { in UpdateState()
298 NetEqOutputType output_type; in GetAndVerifyOutput() local
300 UpdateState(output_type); in GetAndVerifyOutput()
385 if (output_type == kOutputNormal) { in UpdateState()
391 if (output_type == kOutputPLC) { in UpdateState()
[all …]
/dports/archivers/zopfli/zopfli-zopfli-1.0.3/src/zopfli/
H A Dzopfli_bin.c100 ZopfliFormat output_type, in CompressFile() argument
112 ZopfliCompress(options, output_type, in, insize, &out, &outsize); in CompressFile()
146 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
158 output_type = ZOPFLI_FORMAT_DEFLATE; in main()
160 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; in main()
161 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP; in main()
197 } else if (output_type == ZOPFLI_FORMAT_GZIP) { in main()
199 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in main()
202 assert(output_type == ZOPFLI_FORMAT_DEFLATE); in main()
208 CompressFile(&options, output_type, filename, outfilename); in main()
/dports/archivers/maxcso/maxcso-1.10.0/zopfli/src/zopfli/
H A Dzopfli_bin.c100 ZopfliFormat output_type, in CompressFile() argument
112 ZopfliCompress(options, output_type, in, insize, &out, &outsize); in CompressFile()
149 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
161 output_type = ZOPFLI_FORMAT_DEFLATE; in main()
163 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; in main()
164 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP; in main()
200 } else if (output_type == ZOPFLI_FORMAT_GZIP) { in main()
202 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in main()
205 assert(output_type == ZOPFLI_FORMAT_DEFLATE); in main()
211 CompressFile(&options, output_type, filename, outfilename); in main()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/zopfli/
H A Dzopfli_bin.c100 ZopfliFormat output_type, in CompressFile() argument
112 ZopfliCompress(options, output_type, in, insize, &out, &outsize); in CompressFile()
149 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
161 output_type = ZOPFLI_FORMAT_DEFLATE; in main()
163 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; in main()
164 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP; in main()
200 } else if (output_type == ZOPFLI_FORMAT_GZIP) { in main()
202 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in main()
205 assert(output_type == ZOPFLI_FORMAT_DEFLATE); in main()
211 CompressFile(&options, output_type, filename, outfilename); in main()
/dports/databases/adabase/AdaBase-3.1/src/statements/
H A Dadabase-statement-base.adb558 (index, (output_type => ft_bits, a20 => vaxx,
1476 (index, (output_type => ft_chain, a17 => vaxx,
1487 (index, (output_type => ft_chain, a17 => null,
1549 (index, (output_type => ft_bits, a20 => vaxx,
1560 (index, (output_type => ft_bits, a20 => null,
1572 (index, (output_type => ft_utf8, a21 => vaxx,
1582 (index, (output_type => ft_utf8, a21 => null,
1656 case zone.output_type is
1668 case zone.output_type is
1693 case zone.output_type is
[all …]
/dports/math/gap/gap-4.11.0/pkg/PackageManager-1.0/binder/notebooks/
H A DPackageManager-demo.ipynb32 "output_type": "execute_result"
54 "output_type": "execute_result"
68 "output_type": "stream",
98 "output_type": "execute_result"
120 "output_type": "execute_result"
142 "output_type": "execute_result"
164 "output_type": "execute_result"
185 "output_type": "stream",
221 "output_type": "stream",
253 "output_type": "stream",
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/keystate/
H A Dzone_add_cmd.c99 const char *output_type = NULL; in run() local
160 output_type = optarg; in run()
267 if (output_type) { in run()
268 if (!strcasecmp(output_type, "DNS")) in run()
269 output_type = "DNS"; in run()
270 else if (!strcasecmp(output_type, "File")) in run()
271 output_type = "File"; in run()
276 if (zone_db_set_output_adapter_type(zone, output_type)) { in run()
287 if (output_type && !strcasecmp(output_type, "DNS")) { in run()
304 if(output_type && !strcasecmp(output_type, "DNS")) { in run()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/dyn/
H A D_tensor.py29 def ones_compute(attrs, inputs, output_type): argument
31 return [topi.full(output_type.shape, output_type.dtype, 1.0)]
39 def zeros_compute(attrs, inputs, output_type): argument
41 return [topi.full(output_type.shape, output_type.dtype, 0.0)]

12345678910>>...188