Home
last modified time | relevance | path

Searched refs:TTY (Results 1 - 13 of 13) sorted by relevance

/third_party/node/test/pseudo-tty/
H A Dtest-tty-window-size.js7 const { TTY } = internalBinding('tty_wrap');
8 const getWindowSize = TTY.prototype.getWindowSize;
11 TTY.prototype.getWindowSize = function() {
12 TTY.prototype.getWindowSize = getWindowSize;
10 TTY.prototype.getWindowSize = function() { global() class
H A Dref_keeps_node_running.js7 const { TTY, isTTY } = internalBinding('tty_wrap');
10 strictEqual(isTTY(0), true, 'fd 0 is not a TTY');
12 const handle = new TTY(0);
20 strictEqual(isHandleActive(handle), true, 'TTY handle not initially active');
24 strictEqual(isHandleActive(handle), false, 'TTY handle active after unref()');
28 strictEqual(isHandleActive(handle), true, 'TTY handle inactive after ref()');
H A Dtest-async-wrap-getasyncid-tty.js43 const handle = new tty_wrap.TTY(ttyFd, false);
44 testInitialized(handle, 'TTY');
/third_party/node/test/parallel/
H A Dtest-tty-backwards-api.js9 const TTY = internalBinding('tty_wrap').TTY = function() {}; class
11 TTY.prototype = {
H A Dtest-ttywrap-invalid-fd.js32 const message = `TTY initialization failed: uv_tty_init returned ${suffix}`;
/third_party/node/lib/
H A Dtty.js31 const { TTY, isTTY } = internalBinding('tty_wrap');
54 const tty = new TTY(fd, ctx);
91 const tty = new TTY(fd, ctx);
/third_party/mksh/
H A Dcheck.pl1255 open(TTY, "> /dev/tty") || return 0;
1256 print TTY $msg;
1257 close(TTY);
/third_party/node/lib/internal/
H A Dchild_process.js55 const { TTY } = internalBinding('tty_wrap');
335 if (stream instanceof TTY) return 'tty';
/third_party/ffmpeg/tests/fate/
H A Dvideo.mak29 FATE_VIDEO-$(call FRAMECRC, TTY, ANSI, SCALE_FILTER) += fate-ansi
32 FATE_VIDEO-$(call FRAMECRC, TTY, ANSI, SCALE_FILTER) += fate-ansi256
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js337 TTY.init();
[all...]
/third_party/libuv/include/
H A Duv.h175 XX(TTY, tty) \
/third_party/libuv/include/uv_ndk/
H A Duv.h170 XX(TTY, tty) \
/third_party/node/deps/uv/include/
H A Duv.h170 XX(TTY, tty) \

Completed in 34 milliseconds