| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p3_sockets_tcp_streams.rs | 17 setup(family, |mut server, mut client| async move { in test_tcp_ping_pong() 43 setup(family, |server, mut client| async move { in test_tcp_receive_stream_should_be_dropped_by_remote_shutdown() 58 setup(family, |mut server, client| async move { in test_tcp_receive_future_should_resolve_when_stream_dropped() 79 setup(family, |_server, client| async move { in test_tcp_send_future_should_resolve_when_stream_dropped() 93 setup(family, |server, mut client| async move { in test_tcp_send_drops_stream_when_remote_shutdown() 118 setup(family, |mut server, client| async move { in test_tcp_receive_once() 141 setup(family, |_server, client| async move { in test_tcp_send_once() 161 setup(family, |server, client| async move { in test_tcp_stream_lifetimes() 219 setup(family, |mut server, mut client| async move { in test_tcp_read_cancellation() 325 async fn setup<Fut: Future<Output = ()>>( in setup() function
|
| H A D | p2_tcp_streams.rs | 11 setup(net, family, |server, client| { in test_tcp_input_stream_should_be_closed_by_remote_shutdown() 34 setup(net, family, |server, client| { in test_tcp_input_stream_should_be_closed_by_local_shutdown() 59 setup(net, family, |_server, client| { in test_tcp_output_stream_should_be_closed_by_local_shutdown() 85 setup(net, family, |server, client| { in test_tcp_shutdown_should_not_lose_data() 136 fn setup(net: &Network, family: IpAddressFamily, body: impl FnOnce(Connection, Connection)) { in setup() function
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | switch.rs | 339 macro_rules! setup { macro 366 let func = setup!(42, []); in switch_empty() 377 let func = setup!(0, [0,]); in switch_zero() 388 let func = setup!(0, [1,]); in switch_single() 400 let func = setup!(0, [0, 1,]); in switch_bool() 412 let func = setup!(0, [0, 2,]); in switch_two_gap() 427 let func = setup!(0, [0, 1, 5, 7, 10, 11, 12,]); in switch_many() 460 let func = setup!(0, [i8::MIN as u8 as u128, 1,]); in switch_min_index_value() 476 let func = setup!(0, [i8::MAX as u8 as u128, 1,]); in switch_max_index_value() 492 let func = setup!(0, [-1i8 as u8 as u128, 0, 1,]); in switch_optimal_codegen() [all …]
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 173 setup: settings::Builder, field 183 setup: settings::Builder, in new() 188 setup, in new() 216 self.setup.iter() in iter() 226 (self.constructor)(self.triple.clone(), shared_flags, &self.setup) in finish() 232 self.setup.set(name, value) in set() 236 self.setup.enable(name) in enable()
|
| /wasmtime-44.0.1/tests/all/cli_tests/ |
| H A D | count-stdin.wat | 20 ;; setup a basic ciovec pointing into memory
|
| /wasmtime-44.0.1/.github/workflows/ |
| H A D | release-process.yml | 90 # Push the result to a branch and setup metadata for the step below 134 # Push the result to a branch and setup metadata for the step below 170 # Push the result to a branch and setup metadata for the step below
|
| H A D | main.yml | 972 - uses: nuget/setup-nuget@v2 1020 # `--all-features` brings in OCaml, which is a pain to get setup for all
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | mod.rs | 231 setup: s390x_settings::builder(), in isa_builder()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 276 setup: aarch64_settings::builder(), in isa_builder()
|
| H A D | inst.isle | 1244 ;; outgoing argument area that's setup by the function prologue.
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | mod.rs | 256 setup: riscv_settings::builder(), in isa_builder()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | mod.rs | 258 setup: x64_settings::builder(), in isa_builder()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | mod.rs | 265 setup: self::settings::builder(), in isa_builder()
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/ |
| H A D | leaf_function_detection.clif | 8 ;; setup is still present in the generated code below.
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-ci.md | 5 consistently high quality. The CI setup for this repository is relatively
|
| H A D | cli-options.md | 174 requires setup of some `wit` dependencies. For more information, see
|