Home
last modified time | relevance | path

Searched refs:root_output (Results 1 – 23 of 23) sorted by relevance

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/src/
H A Dbuild.rs31 root_output: &Path, in build_include_file()
67 root_output: &Path, in copy_prebuilt_include_file()
91 root_output: &Path, in build_pc_files()
99 root_output, in build_pc_files()
284 root_output: PathBuf, field
299 root_output: &Path, in new()
305 root_output: root_output.to_owned(), in new()
343 self.root_output in path()
866 root_output: &Path, in compile_with_exec()
1021 let root_output = ws in cbuild() localVariable
[all …]
H A Dbuild_targets.rs29 root_output: Option<&Path>, in extra_targets()
37 root_output.map(|root_output| paths.install_paths(root_output)) in extra_targets()
/dports/science/hepmc3/HepMC3-3.2.4/examples/RootIOExample/
H A DrootIO_example_write.cc31 WriterRoot root_output(argv[2]); in main() local
48 root_output.write_event(evt); in main()
57 root_output.close(); in main()
/dports/science/hepmc3/HepMC3-3.2.4/examples/RootIOExample3/
H A DrootIOTree_example_write.cc31 WriterRootTree root_output(argv[2]); in main() local
48 root_output.write_event(evt); in main()
57 root_output.close(); in main()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Drandr.c25 static Output *root_output; variable
104 if (output != root_output && !output->to_be_disabled && output->active) in any_randr_output_active()
588 if (output != root_output) { in randr_query_outputs_15()
915 if (root_output && root_output->active) { in randr_query_outputs()
916 root_output->to_be_disabled = true; in randr_query_outputs()
920 root_output->active = true; in randr_query_outputs()
1053 root_output->active = true; in fallback_to_root_output()
1054 output_init_con(root_output); in fallback_to_root_output()
1055 init_ws_for_output(root_output); in fallback_to_root_output()
1066 root_output = create_root_output(conn); in randr_init()
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Drandr.c25 static Output *root_output; variable
104 if (output != root_output && !output->to_be_disabled && output->active) in any_randr_output_active()
588 if (output != root_output) { in randr_query_outputs_15()
915 if (root_output && root_output->active) { in randr_query_outputs()
916 root_output->to_be_disabled = true; in randr_query_outputs()
920 root_output->active = true; in randr_query_outputs()
1053 root_output->active = true; in fallback_to_root_output()
1054 output_init_con(root_output); in fallback_to_root_output()
1055 init_ws_for_output(root_output); in fallback_to_root_output()
1066 root_output = create_root_output(conn); in randr_init()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/
H A Dcompilation.rs66 pub root_output: HashMap<CompileKind, PathBuf>, field
122 root_output: HashMap::new(), in new()
272 &self.root_output[&kind], in fill_env()
275 search_path.push(self.root_output[&kind].clone()); in fill_env()
H A Dmod.rs253 let root_output = cx.files().host_dest().to_path_buf(); in rustc() localVariable
283 add_plugin_deps(&mut rustc, &script_outputs, &build_scripts, &root_output)?; in rustc()
525 root_output: &Path, in add_plugin_deps()
536 root_output, in add_plugin_deps()
549 fn filter_dynamic_search_path<'a, I>(paths: I, root_output: &Path) -> Vec<PathBuf> in filter_dynamic_search_path()
569 if dir.starts_with(&root_output) { in filter_dynamic_search_path()
576 root_output.display() in filter_dynamic_search_path()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/
H A Dcompilation.rs66 pub root_output: HashMap<CompileKind, PathBuf>, field
122 root_output: HashMap::new(), in new()
272 &self.root_output[&kind], in fill_env()
275 search_path.push(self.root_output[&kind].clone()); in fill_env()
H A Dmod.rs254 let root_output = cx.files().host_dest().to_path_buf(); in rustc() localVariable
284 add_plugin_deps(&mut rustc, &script_outputs, &build_scripts, &root_output)?; in rustc()
526 root_output: &Path, in add_plugin_deps()
537 root_output, in add_plugin_deps()
550 fn filter_dynamic_search_path<'a, I>(paths: I, root_output: &Path) -> Vec<PathBuf> in filter_dynamic_search_path()
570 if dir.starts_with(&root_output) { in filter_dynamic_search_path()
577 root_output.display() in filter_dynamic_search_path()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/
H A Dcompilation.rs66 pub root_output: HashMap<CompileKind, PathBuf>, field
122 root_output: HashMap::new(), in new()
272 &self.root_output[&kind], in fill_env()
275 search_path.push(self.root_output[&kind].clone()); in fill_env()
H A Dmod.rs253 let root_output = cx.files().host_dest().to_path_buf(); in rustc() localVariable
283 add_plugin_deps(&mut rustc, &script_outputs, &build_scripts, &root_output)?; in rustc()
510 root_output: &Path, in add_plugin_deps()
521 root_output, in add_plugin_deps()
534 fn filter_dynamic_search_path<'a, I>(paths: I, root_output: &Path) -> Vec<PathBuf> in filter_dynamic_search_path()
554 if dir.starts_with(&root_output) { in filter_dynamic_search_path()
561 root_output.display() in filter_dynamic_search_path()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/
H A Dcargo_doc.rs25 let path = compilation.root_output[&kind] in doc()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/
H A Dcargo_doc.rs25 let path = compilation.root_output[&kind] in doc()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/
H A Dcargo_doc.rs33 let path = compilation.root_output[&kind] in doc()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/t/
H A Dcheck_disk.t286 my $root_output = $result->output;
290 cmp_ok( $result->output, 'eq', $root_output, "check_disk /etc gives same as check_disk /");
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/t/
H A Dcheck_disk.t286 my $root_output = $result->output;
290 cmp_ok( $result->output, 'eq', $root_output, "check_disk /etc gives same as check_disk /");
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c284 static void root_output(struct cnode *cnode, unsigned int indent) { in root_output() function
296 &root_output,
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c302 root_output(struct cnode *cnode, unsigned int indent) in root_output() function
315 &root_output,
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c302 root_output(struct cnode *cnode, unsigned int indent) in root_output() function
315 &root_output,
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/context/
H A Dmod.rs342 .root_output in prepare()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/context/
H A Dmod.rs354 .root_output in prepare()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/context/
H A Dmod.rs342 .root_output in prepare()