/aosp_15_r20/bionic/tests/ |
H A D | pty_test.cpp | 30 TEST(pty, openpty) { in TEST() argument 31 int pty, tty; in TEST() local 54 TEST(pty, forkpty) { in TEST() argument 57 int pty; in TEST() local 106 TEST(pty, bug_28979140) { in TEST() argument 117 int pty; in TEST() local
|
H A D | termios_test.cpp | 122 int pty, tty; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/ |
D | test_termios.rs | 33 let pty = openpty(None, None).expect("openpty failed"); in test_tcgetattr_pty() localVariable 52 let pty = openpty(None, None).expect("openpty failed"); in test_output_flags() localVariable 68 let pty = openpty(None, &termios).unwrap(); in test_output_flags() localVariable 89 let pty = openpty(None, None).unwrap(); in test_local_flags() localVariable 100 let pty = openpty(None, &termios).unwrap(); in test_local_flags() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_pty.rs | 183 let pty = openpty(None, None).unwrap(); in test_openpty() localVariable 215 let pty = openpty(None, None).unwrap(); in test_openpty_with_termios() localVariable 221 let pty = openpty(None, &termios).unwrap(); in test_openpty_with_termios() localVariable 258 let pty = unsafe { forkpty(None, None).unwrap() }; in test_forkpty() localVariable
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pty.cpp | 115 int openpty(int* pty, int* tty, char* name, const termios* t, const winsize* ws) { in openpty() 152 int pty; in forkpty() local
|
/aosp_15_r20/external/python/pyserial/test/ |
D | test_pty.py | 17 pty = None variable
|
/aosp_15_r20/external/trusty/musl/src/misc/ |
D | pty.c | 26 int pty, err; in __ptsname_r() local
|
/aosp_15_r20/external/musl/src/misc/ |
H A D | pty.c | 28 int pty, err; in __ptsname_r() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 27 pty = None variable
|
D | test_builtin.py | 38 pty = signal = None variable
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 26 pty = None variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/ |
D | mod.rs | 67 pub(crate) mod pty; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | lib.rs | 249 pub mod pty; module
|
/aosp_15_r20/packages/modules/Virtualization/microfuchsia/microfuchsiad/src/ |
D | instance_starter.rs | 68 let pty = openpty()?; in start_new_instance() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 76 auto pty = posix_openpt(O_RDWR | O_NOCTTY | O_NONBLOCK); in OpenPTY() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/ |
D | mod.rs | 143 pub(crate) mod pty; module
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | conf.c | 180 int pty = 33; /* probability of tristate = y */ in conf_set_all_new_symbols() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/ |
D | Cargo.toml | 175 pty = [ qkey
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 1270 pty section in Improved Modules
|
/aosp_15_r20/external/libwebsockets/test-apps/ |
H A D | test-sshd.c | 415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
|
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-ssh.h | 491 struct lws_ssh_pty pty; member
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 11234 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local 11262 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local 11528 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument
|
/aosp_15_r20/external/jline/ |
HD | jline-3.13.3.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jline/
org/ ... |
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemas.c | 20044 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local
|