Home
last modified time | relevance | path

Searched refs:NONE_CANCELLABLE (Results 1 – 25 of 123) sorted by relevance

12345

/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, ::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
34 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
44 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Dmemory_output_stream.rs15 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal_empty()
23 assert!(strm.write(&[1, 2, 3], ::NONE_CANCELLABLE).is_ok()); in steal()
26 assert!(strm.write(&[4, 5], ::NONE_CANCELLABLE).is_ok()); in steal()
29 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/
H A Dmemory_input_stream.rs13 let ret = strm.skip(1, ::NONE_CANCELLABLE); in new()
18 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new()
27 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
33 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
43 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
49 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Dmemory_output_stream.rs14 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal_empty()
22 assert!(strm.write(&[1, 2, 3], ::NONE_CANCELLABLE).is_ok()); in steal()
25 assert!(strm.write(&[4, 5], ::NONE_CANCELLABLE).is_ok()); in steal()
28 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, ::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
34 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in new_from_bytes()
44 let ret = strm.read(&mut buf, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, ::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Dmemory_output_stream.rs15 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal_empty()
23 assert!(strm.write(&[1, 2, 3], ::NONE_CANCELLABLE).is_ok()); in steal()
26 assert!(strm.write(&[4, 5], ::NONE_CANCELLABLE).is_ok()); in steal()
29 assert!(strm.close(::NONE_CANCELLABLE).is_ok()); in steal()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()
H A Dread_input_stream.rs184 let _ = self.close(crate::NONE_CANCELLABLE); in close_and_take()
346 assert_eq!(stream.read(&mut buf[..], crate::NONE_CANCELLABLE), Ok(10)); in test_read()
349 assert_eq!(stream.read(&mut buf[..], crate::NONE_CANCELLABLE), Ok(0)); in test_read()
363 assert_eq!(stream.read(&mut buf[..], crate::NONE_CANCELLABLE), Ok(10)); in test_read_seek()
366 assert_eq!(stream.read(&mut buf[..], crate::NONE_CANCELLABLE), Ok(0)); in test_read_seek()
370 stream.seek(0, glib::SeekType::Set, crate::NONE_CANCELLABLE), in test_read_seek()
373 assert_eq!(stream.read(&mut buf[..], crate::NONE_CANCELLABLE), Ok(10)); in test_read_seek()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Dmemory_output_stream.rs13 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal_empty()
21 assert!(strm.write(&[1, 2, 3], crate::NONE_CANCELLABLE).is_ok()); in steal()
24 assert!(strm.write(&[4, 5], crate::NONE_CANCELLABLE).is_ok()); in steal()
27 assert!(strm.close(crate::NONE_CANCELLABLE).is_ok()); in steal()
H A Dmemory_input_stream.rs14 let ret = strm.skip(1, crate::NONE_CANCELLABLE); in new()
19 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in new()
28 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
34 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in from_bytes()
44 let ret = strm.read(&mut buf, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
50 let ret = strm.skip(10, crate::NONE_CANCELLABLE).unwrap(); in add_bytes()
H A Doutput_stream.rs281 .write(buf, crate::NONE_CANCELLABLE) in write()
287 let gio_result = self.0.as_ref().flush(crate::NONE_CANCELLABLE); in flush()
301 .seek(pos, type_, crate::NONE_CANCELLABLE) in seek()
328 crate::NONE_CANCELLABLE, in splice_async()
348 crate::NONE_CANCELLABLE, in write_async()
370 crate::NONE_CANCELLABLE, in write_all_async()
393 crate::NONE_CANCELLABLE, in write_bytes_async()
412 stream.close(crate::NONE_CANCELLABLE).unwrap(); in std_io_write()

12345