/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | pty_process.rs | 77 let mut pty = Pty::new().unwrap(); in sdv_pty_process_read_and_write_test() localVariable 78 let pts = pty.pts().unwrap(); in sdv_pty_process_read_and_write_test() 90 pty.flush().await.unwrap(); in sdv_pty_process_read_and_write_test() 91 pty.shutdown().await.unwrap(); in sdv_pty_process_read_and_write_test() 108 let pts = pty.pts().unwrap(); in sdv_pty_split_test() 139 let pty = Pty::new().unwrap(); in sdv_pty_into_split_test() localVariable 140 let pts = pty.pts().unwrap(); in sdv_pty_into_split_test() 172 let pty = Pty::new().unwrap(); in sdv_pty_unsplit_test() localVariable 173 let pts = pty.pts().unwrap(); in sdv_pty_unsplit_test() 199 let pty = Pty::new().unwrap(); in sdv_pty_debug_test() localVariable [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | command.rs | 581 let pts = pty.pts().unwrap(); in ut_pty_process_read_write_test() 593 pty.flush().await.unwrap(); in ut_pty_process_read_write_test() 594 pty.shutdown().await.unwrap(); in ut_pty_process_read_write_test() 611 let pts = pty.pts().unwrap(); in ut_pty_process_split_test() 642 let pty = Pty::new().unwrap(); in ut_pty_process_into_split_test() localVariable 643 let pts = pty.pts().unwrap(); in ut_pty_process_into_split_test() 675 let pty = Pty::new().unwrap(); in ut_pty_process_unsplit_test() localVariable 676 let pts = pty.pts().unwrap(); in ut_pty_process_unsplit_test() 705 let pty = Pty::new().unwrap(); in ut_pty_as_test() localVariable 708 assert!(pty.as_raw_fd() >= 0); in ut_pty_as_test() [all …]
|
H A D | sys.rs | 222 let pty = PtyInner::open().unwrap(); in ut_pty_pts_size_test() localVariable 223 let pts = pty.pts(1); in ut_pty_pts_size_test() 240 let mut pty = PtyInner::open().unwrap(); in ut_pty_read_write_test() localVariable 242 pty.write_all(arg.as_bytes()).unwrap(); in ut_pty_read_write_test() 245 pty.read_exact(&mut buf).unwrap(); in ut_pty_read_write_test()
|
H A D | mod.rs | 19 mod pty; module 20 pub use pty::{Pts, Pty};
|
H A D | pty.rs | 40 let pty = super::sys::PtyInner::open()?; in new() localVariable 41 pty.set_nonblocking()?; in new() 42 let source = AsyncSource::new(pty, None)?; in new()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 178 scalar pty = GetObject<scalar>(); in PathFuzzTest003() local 180 path.AddCircle(ptx, pty, radius, static_cast<PathDirection>(direction % DIRECTION_SIZE)); in PathFuzzTest003() 181 path.AddRoundRect(rect, ptx, pty, static_cast<PathDirection>(direction % DIRECTION_SIZE)); in PathFuzzTest003() 202 scalar pty = GetObject<scalar>(); in PathFuzzTest004() local 205 path.AddPath(src, ptx, pty, static_cast<PathAddMode>(mode % DIRECTION_SIZE)); in PathFuzzTest004() 209 path.Contains(ptx, pty); in PathFuzzTest004() 218 path.Offset(ptx, pty); in PathFuzzTest004() 219 path.Offset(&src, ptx, pty); in PathFuzzTest004()
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | guidance-on-ndk-libc-interfaces-affected-by-permissions.md | 85 | SELinux | pty.h | forkpty | 86 | SELinux | pty.h | openpty |
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | guidance-on-ndk-libc-interfaces-affected-by-permissions.md | 152 | pty.h | forkpty | 153 | pty.h | openpty |
|
/ohos5.0/build/test/example/ |
H A D | performance_test.py | 23 import pty 388 master, slave = pty.openpty()
|
H A D | test_build_option.py | 28 import pty 1069 master, slave = pty.openpty()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/1080_3M/ |
H A D | video_10802.ts | 13107 ;#9NΑ��(k̼Gs��(���pty�F!R�#���>N}w�Y"��
|