Home
last modified time | relevance | path

Searched defs:io (Results 1 – 25 of 6783) sorted by relevance

12345678910>>...272

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.factories/range.iota.view/
H A Dsize.pass.cpp25 const std::ranges::iota_view<int, int> io(-10, -5); in test() local
29 const std::ranges::iota_view<int, int> io(-10, -10); in test() local
35 const std::ranges::iota_view<int, int> io(-10, 10); in test() local
55 const std::ranges::iota_view<int, int> io(10, 20); in test() local
59 const std::ranges::iota_view<int, int> io(10, 10); in test() local
63 const std::ranges::iota_view<int, int> io(0, 0); in test() local
67 const std::ranges::iota_view<int, int> io(0, std::numeric_limits<int>::max()); in test() local
73 const std::ranges::iota_view<SomeInt, SomeInt> io(SomeInt(-20), SomeInt(-10)); in test() local
81 const std::ranges::iota_view<SomeInt, SomeInt> io(SomeInt(0), SomeInt(0)); in test() local
85 const std::ranges::iota_view<SomeInt, SomeInt> io(SomeInt(10), SomeInt(20)); in test() local
[all …]
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskio.h94 #define GSK_IO_READ_HOOK(io) ((GskHook*) &GSK_IO (io)->read_hook) argument
95 #define GSK_IO_WRITE_HOOK(io) ((GskHook*) &GSK_IO (io)->write_hook) argument
96 #define gsk_io_block_read(io) gsk_hook_block (GSK_IO_READ_HOOK (io)) argument
97 #define gsk_io_block_write(io) gsk_hook_block (GSK_IO_WRITE_HOOK (io)) argument
98 #define gsk_io_unblock_read(io) gsk_hook_unblock (GSK_IO_READ_HOOK (io)) argument
99 #define gsk_io_unblock_write(io) gsk_hook_unblock (GSK_IO_WRITE_HOOK (io)) argument
102 #define gsk_io_trap_readable(io, func, shutdown_func, data, destroy) \ argument
105 #define gsk_io_trap_writable(io, func, shutdown_func, data, destroy) \ argument
108 #define gsk_io_untrap_readable(io) gsk_hook_untrap (GSK_IO_READ_HOOK (io)) argument
109 #define gsk_io_untrap_writable(io) gsk_hook_untrap (GSK_IO_WRITE_HOOK (io)) argument
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-io-0.1.12/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-0.1.11/tests/
H A Dlength_delimited.rs33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
77 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
89 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
101 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
117 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
135 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
162 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
171 let mut io = FramedRead::new(mock! { in read_incomplete_head_multi() localVariable
184 let mut io = FramedRead::new(mock! { in read_incomplete_payload() localVariable
319 let mut io = FramedWrite::new( in write_nothing_yields_nothing() localVariable
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/tokio-io-0.1.12/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-io-0.1.12/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-io/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-0.1.11/tests/
H A Dlength_delimited.rs33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
77 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
89 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
101 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
117 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
135 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
162 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
171 let mut io = FramedRead::new(mock! { in read_incomplete_head_multi() localVariable
184 let mut io = FramedRead::new(mock! { in read_incomplete_payload() localVariable
319 let mut io = FramedWrite::new( in write_nothing_yields_nothing() localVariable
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-0.1.11/tests/
H A Dlength_delimited.rs33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
77 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
89 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
101 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
117 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
135 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
162 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
171 let mut io = FramedRead::new(mock! { in read_incomplete_head_multi() localVariable
184 let mut io = FramedRead::new(mock! { in read_incomplete_payload() localVariable
319 let mut io = FramedWrite::new( in write_nothing_yields_nothing() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-0.1.11/tests/
H A Dlength_delimited.rs33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
77 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
89 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
101 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
117 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
135 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
162 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
171 let mut io = FramedRead::new(mock! { in read_incomplete_head_multi() localVariable
184 let mut io = FramedRead::new(mock! { in read_incomplete_payload() localVariable
319 let mut io = FramedWrite::new( in write_nothing_yields_nothing() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-io-0.1.13/tests/
H A Dlength_delimited.rs26 let mut io = FramedRead::new(mock!()); in read_empty_io_yields_nothing() localVariable
33 let mut io = FramedRead::new(mock! { in read_single_frame_one_packet() localVariable
73 let mut io = FramedRead::new(mock! { in read_single_multi_frame_one_packet() localVariable
85 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet() localVariable
97 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet() localVariable
113 let mut io = FramedRead::new(mock! { in read_single_frame_multi_packet_wait() localVariable
131 let mut io = FramedRead::new(mock! { in read_multi_frame_multi_packet_wait() localVariable
157 let mut io = FramedRead::new(mock! { in read_incomplete_head() localVariable
239 let mut io = Builder::new() in read_header_offset() localVariable
257 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-io-0.1.7/tests/
H A Dlength_delimited.rs41 let mut io = Builder::new() in read_single_frame_one_packet_little_endian() localVariable
58 let mut io = Builder::new() in read_single_frame_one_packet_native_endian() localVariable
196 let mut io = Builder::new() in read_max_frame_len() localVariable
207 let mut io = Builder::new() in read_update_max_frame_len_at_rest() localVariable
220 let mut io = Builder::new() in read_update_max_frame_len_in_flight() localVariable
236 let mut io = Builder::new() in read_one_byte_length_field() localVariable
248 let mut io = Builder::new() in read_header_offset() localVariable
266 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
288 let mut io = Builder::new() in read_single_multi_frame_one_packet_length_includes_head() localVariable
303 let mut io = Builder::new() in write_single_frame_length_adjusted() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-io/tests/
H A Dlength_delimited.rs41 let mut io = Builder::new() in read_single_frame_one_packet_little_endian() localVariable
58 let mut io = Builder::new() in read_single_frame_one_packet_native_endian() localVariable
196 let mut io = Builder::new() in read_max_frame_len() localVariable
207 let mut io = Builder::new() in read_update_max_frame_len_at_rest() localVariable
220 let mut io = Builder::new() in read_update_max_frame_len_in_flight() localVariable
236 let mut io = Builder::new() in read_one_byte_length_field() localVariable
248 let mut io = Builder::new() in read_header_offset() localVariable
266 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
288 let mut io = Builder::new() in read_single_multi_frame_one_packet_length_includes_head() localVariable
303 let mut io = Builder::new() in write_single_frame_length_adjusted() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-io/tests/
H A Dlength_delimited.rs41 let mut io = Builder::new() in read_single_frame_one_packet_little_endian() localVariable
58 let mut io = Builder::new() in read_single_frame_one_packet_native_endian() localVariable
196 let mut io = Builder::new() in read_max_frame_len() localVariable
207 let mut io = Builder::new() in read_update_max_frame_len_at_rest() localVariable
220 let mut io = Builder::new() in read_update_max_frame_len_in_flight() localVariable
236 let mut io = Builder::new() in read_one_byte_length_field() localVariable
248 let mut io = Builder::new() in read_header_offset() localVariable
266 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
288 let mut io = Builder::new() in read_single_multi_frame_one_packet_length_includes_head() localVariable
303 let mut io = Builder::new() in write_single_frame_length_adjusted() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-io/tests/
H A Dlength_delimited.rs41 let mut io = Builder::new() in read_single_frame_one_packet_little_endian() localVariable
58 let mut io = Builder::new() in read_single_frame_one_packet_native_endian() localVariable
196 let mut io = Builder::new() in read_max_frame_len() localVariable
207 let mut io = Builder::new() in read_update_max_frame_len_at_rest() localVariable
220 let mut io = Builder::new() in read_update_max_frame_len_in_flight() localVariable
236 let mut io = Builder::new() in read_one_byte_length_field() localVariable
248 let mut io = Builder::new() in read_header_offset() localVariable
266 let mut io = Builder::new() in read_single_multi_frame_one_packet_skip_none_adjusted() localVariable
288 let mut io = Builder::new() in read_single_multi_frame_one_packet_length_includes_head() localVariable
303 let mut io = Builder::new() in write_single_frame_length_adjusted() localVariable
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dqueue_SUITE.erl195 io(Ops, Q, X) -> function
198 io([head | Tail], Q, [], X) -> function
207 io([daeh | Tail], Q, [], X) -> function
213 io([daeh | Tail], Q, QQ, X) -> function
218 io([out | Tail], Q, [], X) -> function
231 io([cons | Tail], Q, QQ, X) -> function
233 io([snoc | Tail], Q, QQ, X) -> function
235 io([in_r | Tail], Q, QQ, X) -> function
237 io([in | Tail], Q, QQ, X) -> function
239 io([peek | Tail], Q, [], X) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dqueue_SUITE.erl195 io(Ops, Q, X) -> function
198 io([head | Tail], Q, [], X) -> function
207 io([daeh | Tail], Q, [], X) -> function
213 io([daeh | Tail], Q, QQ, X) -> function
218 io([out | Tail], Q, [], X) -> function
231 io([cons | Tail], Q, QQ, X) -> function
233 io([snoc | Tail], Q, QQ, X) -> function
235 io([in_r | Tail], Q, QQ, X) -> function
237 io([in | Tail], Q, QQ, X) -> function
239 io([peek | Tail], Q, [], X) -> function
[all …]

12345678910>>...272