Home
last modified time | relevance | path

Searched refs:setBlocking (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/npm/node_modules/set-blocking/
Dindex.js3 if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') {
4 stream._handle.setBlocking(blocking)
DREADME.md11 const setBlocking = require('set-blocking')
12 setBlocking(true)
25 `setBlocking(true)` once we already know we are about to call `process.exit(code)`.
DCHANGELOG.md26 * implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/…
/third_party/typescript/src/tsc/
Dtsc.ts17 if (ts.sys.setBlocking) {
18 ts.sys.setBlocking();
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc63 bool setBlocking(SOCKET s, bool blocking) { in setBlocking() function
278 if (!setBlocking(socket, false)) { in Connect()
285 if (setBlocking(socket, true)) { in Connect()
299 if (res > 0 && !errored(socket) && setBlocking(socket, true)) { in Connect()
/third_party/node/test/parallel/
Dtest-tty-backwards-api.js12 setBlocking: noop, property in TTY
/third_party/node/deps/npm/node_modules/npmlog/
Dlog.js8 var setBlocking = require('set-blocking') variable
11 setBlocking(true)
DREADME.md212 stderr and stdout blocking if they are tty's and have the setBlocking call.
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js12 const setBlocking = require('set-blocking') constant
1128 if (exitProcess) setBlocking(true)
1140 if (exitProcess) setBlocking(true)
1160 if (exitProcess) setBlocking(true)
1166 if (exitProcess) setBlocking(true)
/third_party/node/lib/
Dtty.js108 this._handle.setBlocking(true);
Dnet.js344 err = this._handle.setBlocking(true);
/third_party/node/deps/npm/node_modules/yargs/lib/
Dusage.js8 const setBlocking = require('set-blocking') constant
44 if (yargs.getExitProcess()) setBlocking(true)
/third_party/typescript/src/compiler/
Dsys.ts1127 /*@internal*/ setBlocking?(): void; method
1306 setBlocking: () => {
1307 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
1308 process.stdout._handle.setBlocking(true);
/third_party/typescript/lib/
Dtsc.js4507 setBlocking: function () { method
4508 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
4509 process.stdout._handle.setBlocking(true);
95378 if (ts.sys.setBlocking) {
95379 ts.sys.setBlocking();
DtypingsInstaller.js7114 setBlocking: function () { method
7115 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
7116 process.stdout._handle.setBlocking(true);
Dtsserver.js7125 setBlocking: function () { method
7126 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
7127 process.stdout._handle.setBlocking(true);
DtypescriptServices.js7319 setBlocking: function () { method
7320 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
7321 process.stdout._handle.setBlocking(true);
Dtsserverlibrary.js7319 setBlocking: function () { method
7320 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
7321 process.stdout._handle.setBlocking(true);
Dtypescript.js7319 setBlocking: function () { method
7320 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {
7321 process.stdout._handle.setBlocking(true);