Home
last modified time | relevance | path

Searched refs:handle_result (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/py-maturin/maturin-0.11.3/tests/
H A Drun.rs19 handle_result(develop::test_develop( in develop_pyo3_mixed_submodule()
27 handle_result(develop::test_develop( in develop_pyo3_mixed_py_subdir()
55 handle_result(integration::test_integration( in integration_pyo3_mixed()
63 handle_result(integration::test_integration( in integration_pyo3_mixed_submodule()
71 handle_result(integration::test_integration( in integration_pyo3_mixed_py_subdir()
81 handle_result(integration::test_integration_conda( in integration_pyo3_pure_conda()
94 handle_result(integration::test_integration( in integration_cffi_mixed()
102 handle_result(integration::test_integration( in integration_hello_world()
110 handle_result(errors::abi3_without_version()) in abi3_without_version()
116 handle_result(errors::pyo3_no_extension_module()) in pyo3_no_extension_module()
[all …]
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-fs-copyfile.c45 static void handle_result(uv_fs_t* req) { in handle_result() function
134 handle_result(&req); in TEST_IMPL()
141 handle_result(&req); in TEST_IMPL()
146 handle_result(&req); in TEST_IMPL()
157 handle_result(&req); in TEST_IMPL()
164 handle_result(&req); in TEST_IMPL()
169 r = uv_fs_copyfile(loop, &req, fixture, dst, 0, handle_result); in TEST_IMPL()
185 handle_result(&req); in TEST_IMPL()
194 handle_result(&req); in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-fs-copyfile.c45 static void handle_result(uv_fs_t* req) { in handle_result() function
142 handle_result(&req); in TEST_IMPL()
149 handle_result(&req); in TEST_IMPL()
154 handle_result(&req); in TEST_IMPL()
165 handle_result(&req); in TEST_IMPL()
172 handle_result(&req); in TEST_IMPL()
177 r = uv_fs_copyfile(loop, &req, fixture, dst, 0, handle_result); in TEST_IMPL()
193 handle_result(&req); in TEST_IMPL()
202 handle_result(&req); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-fs-copyfile.c45 static void handle_result(uv_fs_t* req) { in handle_result() function
142 handle_result(&req); in TEST_IMPL()
149 handle_result(&req); in TEST_IMPL()
154 handle_result(&req); in TEST_IMPL()
165 handle_result(&req); in TEST_IMPL()
172 handle_result(&req); in TEST_IMPL()
177 r = uv_fs_copyfile(loop, &req, fixture, dst, 0, handle_result); in TEST_IMPL()
193 handle_result(&req); in TEST_IMPL()
202 handle_result(&req); in TEST_IMPL()
/dports/devel/ppl/ppl-1.2/src/
H A DChecked_Number_inlines.hh61 Checked_Number_Transparent_Policy<T>::handle_result(Result) { in handle_result() function in Parma_Polyhedra_Library::Checked_Number_Transparent_Policy
65 Extended_Number_Policy::handle_result(Result r) { in handle_result() function in Parma_Polyhedra_Library::Extended_Number_Policy
163 Policy::handle_result(check_result(Checked::input<Policy>(v, in PPL_DEFINE_CTOR()
174 Policy::handle_result(check_result(Checked::input<Policy>(v, in Checked_Number()
187 Policy::handle_result(check_result(Checked::assign_special<Policy>(v, in Checked_Number()
472 Policy::handle_result((fun)(*this, *this, T(1), \
480 Policy::handle_result((fun)(*this, *this, T(1), \
516 Policy::handle_result((fun)(*this, *this, y, \
526 Policy::handle_result((fun)(*this, *this, cy, \
716 Policy::handle_result(div_assign_r(x, y, z, ROUND_NOT_NEEDED));
[all …]
H A DWRD_coefficient_types_inlines.hh30 WRD_Extended_Number_Policy::handle_result(Result r) { in handle_result() function in Parma_Polyhedra_Library::WRD_Extended_Number_Policy
37 Debug_WRD_Extended_Number_Policy::handle_result(Result r) { in handle_result() function in Parma_Polyhedra_Library::Debug_WRD_Extended_Number_Policy
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-fs-copyfile.c43 static void handle_result(uv_fs_t* req) { in handle_result() function
125 handle_result(&req); in TEST_IMPL()
132 handle_result(&req); in TEST_IMPL()
137 handle_result(&req); in TEST_IMPL()
148 handle_result(&req); in TEST_IMPL()
155 handle_result(&req); in TEST_IMPL()
160 r = uv_fs_copyfile(loop, &req, fixture, dst, 0, handle_result); in TEST_IMPL()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/c-api/src/
H A Dlinker.rs2 use crate::{bad_utf8, handle_result, wasmtime_error_t};
53 handle_result(linker.define(module, name, item), |_linker| ()) in wasmtime_linker_define()
63 handle_result(instance.add_to_linker(linker), |_linker| ()) in wasmtime_linker_define_wasi()
77 handle_result( in wasmtime_linker_define_instance()
105 handle_result(linker.module(name, &module.module.borrow()), |_linker| ()) in wasmtime_linker_module()
119 handle_result(linker.get_default(name), |f| { in wasmtime_linker_get_default()
H A Dconfig.rs1 use crate::{handle_result, wasmtime_error_t};
95 handle_result(result, |_cfg| {}) in wasmtime_config_strategy_set()
129 handle_result(result, |_cfg| {}) in wasmtime_config_profiler_set()
137 handle_result( in wasmtime_config_cache_config_load()
H A Dwat2wasm.rs1 use crate::{bad_utf8, handle_result, wasm_byte_vec_t, wasmtime_error_t};
12 handle_result(wat::parse_str(wat).map_err(|e| e.into()), |bytes| { in wasmtime_wat2wasm()
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/example/
H A Dxpath.pl17 handle_result( $result );
27 exit handle_result( $result );
30 sub handle_result { subroutine
/dports/x11-wm/awesome/awesome-4.3/lib/gears/
H A Dprotected_call.lua19 local function handle_result(success, ...) function
30 return handle_result(xpcall(function()
36 return handle_result(xpcall(func, error_handler, ...))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/messaging_layer/encryption/
H A Dencryption_module.cc75 StatusOr<Encryptor::Handle*> handle_result) { in EncryptRecord() argument
76 if (!handle_result.ok()) { in EncryptRecord()
77 std::move(cb).Run(handle_result.status()); in EncryptRecord()
83 base::Unretained(handle_result.ValueOrDie()), in EncryptRecord()
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/channel/
H A Dserver.ex232 handle_result({:stop, {:shutdown, :closed}, socket}, :handle_in)
245 |> handle_result(:handle_in)
253 |> handle_result(:handle_out)
259 |> handle_result(:handle_info)
317 defp handle_result({:reply, reply, %Socket{} = socket}, callback) do function
322 defp handle_result({:stop, reason, reply, socket}, callback) do function
324 handle_result({:stop, reason, socket}, callback)
327 defp handle_result({:stop, reason, socket}, _callback) do function
337 defp handle_result({:noreply, socket}, _callback) do function
345 defp handle_result(result, :handle_in) do function
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/editors/helix/helix-0.5.0/cargo-crates/crossterm_winapi-0.9.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm_winapi-0.9.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe { in current_out_handle()
147 let handle = handle_result(unsafe { in current_in_handle()
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?; in std_handle()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dhandle.rs17 use super::handle_result;
120 let handle = handle_result(unsafe {
147 let handle = handle_result(unsafe {
185 let handle = handle_result(unsafe { GetStdHandle(which_std) })?;
/dports/multimedia/snappy/snappy-1.0/src/
H A Ddlna.c160 handle_result (GDBusMethodInvocation * invocation, gboolean ret, GError * error) in handle_result() function
209 handle_result (invocation, ret, error); in handle_method_call()
214 handle_result (invocation, ret, error); in handle_method_call()
219 handle_result (invocation, ret, error); in handle_method_call()
223 handle_result (invocation, ret, error); in handle_method_call()
235 handle_result (invocation, ret, error); in handle_method_call()
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskthreadpool.c38 GskThreadPoolResultFunc handle_result; member
95 (*task_info->handle_result) (task_info->run_data, task_info->result_data); in handle_wakeup_fd_pinged()
235 GskThreadPoolResultFunc handle_result, in gsk_thread_pool_push() argument
243 info->handle_result = handle_result; in gsk_thread_pool_push()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dwu_check.cpp59 int handle_result(DB_RESULT& result) { in handle_result() function
155 retval = handle_result(result); in main()
164 retval = handle_result(result); in main()

12345678910