Home
last modified time | relevance | path

Searched refs:to_exec (Results 1 – 18 of 18) sorted by relevance

/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/async/
H A Dcopy.h72 , ToPolicy& to_exec
85 select_device_system(from_exec, to_exec)
97 select_device_system(from_exec, to_exec)
137 , direction_of_copy(from_exec, to_exec)
155 , thrust::cuda::execution_policy<ToPolicy>& to_exec
173 select_device_system(from_exec, to_exec)
199 , ToPolicy& to_exec
260 , thrust::cuda::execution_policy<ToPolicy>& to_exec
310 extract_dependencies(to_exec)
420 , to_exec
[all …]
/dports/graphics/py-altair/altair-4.1.0/altair/utils/
H A Dexeceval.py46 to_exec, to_eval = tree.body[:-1], tree.body[-1:]
48 to_exec, to_eval = tree.body, []
50 for node in to_exec:
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.multi/
H A Dmulti-arch-exec.exp109 set to_exec "$first_arch-multi-arch-exec-hello"
111 set to_binfile [standard_output_file ${to_exec}]
140 if { [build_executable "failed to prepare" ${to_exec} "${to_srcfile}" \
/dports/devel/thrust/thrust-1.9.5/thrust/async/
H A Dcopy.h52 , thrust::execution_policy<ToPolicy>& to_exec in async_copy() argument
79 , thrust::detail::execution_policy_base<ToPolicy> const& to_exec
87 , thrust::detail::derived_cast(thrust::detail::strip_const(to_exec))
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/
H A DLexEnv.pm49 my ($self, $to_exec, @rest) = @_;
50 my $wrapped = $self->lexical_environment->wrap($to_exec);
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/
H A DREPL.pm136 my ($self, $to_exec, @args) = @_;
137 my @ret = eval { $to_exec->(@args) };
/dports/devel/py-oslo.rootwrap/oslo.rootwrap-6.3.0/oslo_rootwrap/
H A Dfilters.py87 to_exec = self.get_exec(exec_dirs=exec_dirs) or self.exec_path
88 return [to_exec] + userargs[1:]
358 to_exec = self.get_exec(exec_dirs=exec_dirs) or self.exec_path
359 return [to_exec] + self.exec_args(userargs)[1:]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_execution.php248 $to_exec = 'exec';
255 $to_exec = 'C:\Windows\System32\cmd.exe';
263 $to_exec = 'C:\cygwin64\bin\bash.exe';
291 $to_exec = '';
306 …$test_process = proc_open($test_prepend . $to_exec . ' ' . $execute_binary_prepend . $execute_bina…
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/
H A Dcustom_build.rs176 let to_exec = script_dir.join(unit.target.name()); in build_work() localVariable
185 let to_exec = to_exec.into_os_string(); in build_work() localVariable
186 let mut cmd = cx.compilation.host_process(to_exec, &unit.pkg)?; in build_work()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-client-side-encryption.c893 char *to_exec; in _do_spawn() local
982 to_exec = bson_strdup_printf ("%s%s", path, args[0]); in _do_spawn()
984 to_exec = bson_strdup (args[0]); in _do_spawn()
986 if (execvp (to_exec, args) < 0) { in _do_spawn()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/
H A Dcustom_build.rs176 let to_exec = script_dir.join(unit.target.name()); in build_work() localVariable
185 let to_exec = to_exec.into_os_string(); in build_work() localVariable
186 let mut cmd = cx.compilation.host_process(to_exec, &unit.pkg)?; in build_work()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/
H A Dcustom_build.rs176 let to_exec = script_dir.join(unit.target.name()); in build_work() localVariable
185 let to_exec = to_exec.into_os_string(); in build_work() localVariable
186 let mut cmd = cx.compilation.host_process(to_exec, &unit.pkg)?; in build_work()
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dvariant.hpp152 variant execute_variant(const variant& to_exec);
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/configure/
H A Dtest_checks_configure.py27 def make_test(to_exec): argument
33 exec_(to_exec, sandbox)
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/configure/
H A Dtest_checks_configure.py26 def make_test(to_exec): argument
32 exec_(to_exec, sandbox)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/configure/
H A Dtest_checks_configure.py27 def make_test(to_exec): argument
33 exec_(to_exec, sandbox)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/configure/
H A Dtest_checks_configure.py36 def make_test(to_exec): argument
42 exec_(to_exec, sandbox)
/dports/www/links/links-2.25/
H A Djsint.c295 struct js_request *r, *to_exec; in jsint_done_execution() local
355 to_exec = js->active; in jsint_done_execution()
356 …if (!to_exec && !list_empty(fd->js->queue)) to_exec = list_struct(fd->js->queue.next, struct js_re… in jsint_done_execution()
357 …if (fd->ses->defered_url && (!to_exec || (to_exec->seq > fd->ses->defered_seq && to_exec->write_po… in jsint_done_execution()