Home
last modified time | relevance | path

Searched refs:uv_tty_init (Results 1 - 16 of 16) sorted by relevance

/third_party/libuv/test/
H A Dtest-tty.c97 r = uv_tty_init(loop, &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
102 r = uv_tty_init(loop, &tty_out, ttyout_fd, 0); /* Writable. */ in TEST_IMPL()
187 r = uv_tty_init(loop, &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
245 r = uv_tty_init(loop, &tty_out, ttyout_fd, 0); /* Writable. */ in TEST_IMPL()
291 r = uv_tty_init(loop, &tty_out, ttyout_fd, 0); /* Writable. */ in TEST_IMPL()
329 r = uv_tty_init(uv_default_loop(), &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
357 ASSERT_EQ(UV_EINVAL, uv_tty_init(&loop, &tty, fd, 1)); in TEST_IMPL()
360 ASSERT_EQ(UV_EINVAL, uv_tty_init(&loop, &tty, fd, 1)); in TEST_IMPL()
367 ASSERT_EQ(UV_EINVAL, uv_tty_init(&loop, &tty, fd, 1)); in TEST_IMPL()
374 ASSERT_EQ(UV_EINVAL, uv_tty_init( in TEST_IMPL()
[all...]
H A Dtest-osx-select.c64 r = uv_tty_init(uv_default_loop(), &tty, fd, 1); in TEST_IMPL()
117 r = uv_tty_init(uv_default_loop(), &tty, fd, 1); in TEST_IMPL()
H A Dtest-tty-duplicate-key.c158 r = uv_tty_init(uv_default_loop(), &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
212 r = uv_tty_init(uv_default_loop(), &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
278 r = uv_tty_init(uv_default_loop(), &tty_in, ttyin_fd, 1); /* Readable. */ in TEST_IMPL()
H A Dtest-handle-fileno.c108 r = uv_tty_init(loop, &tty, tty_fd, 0); in TEST_IMPL()
H A Dtest-tty-escape-sequence-processing.c368 r = uv_tty_init(uv_default_loop(), tty_out, ttyout_fd, 0); /* Writable. */ in initialize_tty()
/third_party/libuv/docs/code/tty/
H A Dmain.c11 uv_tty_init(loop, &tty, STDOUT_FILENO, 0); in main()
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c35 uv_tty_init(loop, &tty, STDOUT_FILENO, 0); in main()
/third_party/node/test/parallel/
H A Dtest-ttywrap-invalid-fd.js27 syscall: 'uv_tty_init'
32 const message = `TTY initialization failed: uv_tty_init returned ${suffix}`;
/third_party/node/src/
H A Dtty_wrap.cc137 env->CollectUVExceptionInfo(args[1], err, "uv_tty_init"); in New()
151 *init_err = uv_tty_init(env->event_loop(), &handle_, fd, 0); in TTYWrap()
/third_party/libuv/src/unix/
H A Dtty.c136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() function
/third_party/node/deps/uv/src/unix/
H A Dtty.c136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() function
/third_party/libuv/include/
H A Duv.h807 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
/third_party/libuv/include/uv_ndk/
H A Duv.h750 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
/third_party/libuv/src/win/
H A Dtty.c185 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, uv_file fd, int unused) { in uv_tty_init() function
/third_party/node/deps/uv/include/
H A Duv.h763 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
/third_party/node/deps/uv/src/win/
H A Dtty.c190 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, uv_file fd, int unused) { in uv_tty_init() function

Completed in 34 milliseconds