Searched refs:TTY (Results 1 - 13 of 13) sorted by relevance
/third_party/node/test/pseudo-tty/ |
H A D | test-tty-window-size.js | 7 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 D | ref_keeps_node_running.js | 7 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 D | test-async-wrap-getasyncid-tty.js | 43 const handle = new tty_wrap.TTY(ttyFd, false); 44 testInitialized(handle, 'TTY');
|
/third_party/node/test/parallel/ |
H A D | test-tty-backwards-api.js | 9 const TTY = internalBinding('tty_wrap').TTY = function() {}; class 11 TTY.prototype = {
|
H A D | test-ttywrap-invalid-fd.js | 32 const message = `TTY initialization failed: uv_tty_init returned ${suffix}`;
|
/third_party/node/lib/ |
H A D | tty.js | 31 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 D | check.pl | 1255 open(TTY, "> /dev/tty") || return 0; 1256 print TTY $msg; 1257 close(TTY);
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 55 const { TTY } = internalBinding('tty_wrap'); 335 if (stream instanceof TTY) return 'tty';
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 29 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 D | api.js | 337 TTY.init(); [all...] |
/third_party/libuv/include/ |
H A D | uv.h | 175 XX(TTY, tty) \
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 170 XX(TTY, tty) \
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 170 XX(TTY, tty) \
|
Completed in 34 milliseconds