Home
last modified time | relevance | path

Searched refs:output_type (Results 126 – 150 of 4812) sorted by relevance

12345678910>>...193

/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_async_node.cpp270 typedef Output output_type; typedef in async_activity
321 output_type output; in process()
322 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()
323 wrapper_helper<output_type, output_type>::check(work.input, output); in process()
364 typedef Output output_type; typedef
379 typedef Output output_type; typedef in basic_test::async_body_type
402 typedef Output output_type; typedef in basic_test::end_body_type
406 output_type output; in operator ()()
407 wrapper_helper<output_type, output_type>::check(input, output); in operator ()()
507 typedef Output output_type; typedef
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/repo/
H A Dfun.py193 output_type = "commit"
229 output_type = rev[start + 1:end] # exclude brace
232 if output_type == 'commit':
234 elif output_type == 'tree':
240 elif output_type in ('', 'blob'):
253 revlog_index = -(int(output_type) + 1)
269 output_type = None
271 raise ValueError("Invalid output type: %s ( in %s )" % (output_type, rev))
275 if output_type and obj.type != output_type:
276 …aise ValueError("Could not accommodate requested object type %r, got %s" % (output_type, obj.type))
/dports/graphics/egl-wayland/egl-wayland-1.1.9/wayland-eglstream/
H A Dmeson.build10 foreach output_type: ['client-header', 'server-header', 'private-code']
11 if output_type == 'client-header' variable
13 elif output_type == 'server-header' variable
18 output_type = 'code' variable
20 output_type = 'public-code' variable
27 command: [prog_scanner, output_type, '@INPUT@', '@OUTPUT@'],
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dcvrout.c20 void fprint_pla(fp, PLA, output_type) in fprint_pla() argument
23 IN int output_type;
30 output_type &= ~ CONSTRAINTS_type;
31 if (output_type == 0) {
39 if (output_type == 0) {
60 if (output_type == F_type) {
66 if (output_type & F_type) {
71 if (output_type & D_type) {
76 if (output_type & R_type) {
89 int output_type;
[all …]
/dports/math/pdal/PDAL-2.3.0/test/data/pipeline/
H A Dp2g-writer.json.in13 "output_type":"min", string
14 "output_type":"max", string
15 "output_type":"mean", string
16 "output_type":"idw", string
17 "output_type":"den", string
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/internal/
H A D_flow_graph_node_impl.h402 typedef Output output_type; typedef
436 output_type v = (*my_body)(i); in apply_body_impl_bypass()
454 function_body<input_type, output_type> *my_body;
591 typedef Output output_type;
626 function_body<input_type, output_type> *my_body;
638 output_type v = (*my_body)( continue_msg() );
665 typedef Output output_type;
666 typedef receiver<output_type> successor_type;
725 typedef Output output_type;
726 typedef function_output<output_type> base_type;
[all …]
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dsim2.c15 …LocPtr cslp2, Int4 k, SimPamPtr a_spp, ValNodePtr PNTR new_list, Uint1 output_type, FilterProc fil… in SIM2() argument
38 if(output_type < OUTPUT_ALIGN || output_type > OUTPUT_BOTH) in SIM2()
41 output_type = OUTPUT_ALIGN; in SIM2()
48 if(output_type == OUTPUT_BOTH || output_type == OUTPUT_ENDS) in SIM2()
114 out_sap = Region(sap, cslp1, cslp2, A+1, B+1, m, g, h, Width, new_list, output_type, filter); in SIM2()
122 out_sapC = Region(sap, cslp1, cslp2, A+1, B+1, m, g, h, Width, new_list, output_type, filter); in SIM2()
131 if(output_type != OUTPUT_ALIGN) in SIM2()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dflow_graph.h96 typedef T output_type; typedef
765 typedef Output output_type; typedef
975 output_type v; in apply_body_bypass()
1301 typedef T output_type; typedef
1455 typedef T output_type; typedef
1504 typedef T output_type; typedef
1616 typedef T output_type; typedef
2116 typedef T output_type; typedef
2153 typedef T output_type; typedef
2221 typedef T output_type; typedef
[all …]
/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_set.c42 output_type = UCL_EMIT_CONFIG; in set_main()
46 { "cjson", no_argument, &output_type, in set_main()
52 { "json", no_argument, &output_type, in set_main()
56 { "msgpack", no_argument, &output_type, in set_main()
64 { "ucl", no_argument, &output_type, in set_main()
66 { "yaml", no_argument, &output_type, UCL_EMIT_YAML }, in set_main()
73 output_type = UCL_EMIT_JSON_COMPACT; in set_main()
102 output_type = UCL_EMIT_JSON; in set_main()
111 output_type = UCL_EMIT_MSGPACK; in set_main()
130 output_type = UCL_EMIT_CONFIG; in set_main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/dports/graphics/py-plotly/plotly-4.14.3/plotly/io/
H A D_utils.py29 def validate_coerce_output_type(output_type): argument
30 if output_type == "Figure" or output_type == go.Figure:
32 elif output_type == "FigureWidget" or (
33 hasattr(go, "FigureWidget") and output_type == go.FigureWidget
/dports/editors/pluma/pluma-1.26.0/plugins/externaltools/tools/
H A Dfunctions.py118 output_type = node.output
123 if output_type == 'output-panel':
139 if output_type == 'replace-selection':
168 if output_type == 'new-document':
177 elif output_type != 'output-panel' and output_type != 'nothing' and view is not None:
182 if output_type == 'insert':
184 elif output_type == 'replace-selection':
187 elif output_type == 'replace-document':
193 elif output_type != 'nothing':
204 if output_type != 'nothing':
[all …]
/dports/devel/py-nbformat/nbformat-5.1.3/nbformat/v4/tests/
H A Dnbexamples.py61 output_type=u'display_data',
86 output_type=u'execute_result',
101 output_type=u'display_data',
115 output_type=u'error',
120 output_type=u'stream',
123 output_type=u'stream',
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/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 …]

12345678910>>...193