| /third_party/node/deps/npm/test/lib/commands/ |
| D | adduser.js | 12 let stdin variable 14 stdin = new stream.PassThrough() variable 47 stdin: ['test-user', 'test-password', 'test-email@npmjs.org'], property 74 stdin: ['test-user', 'test-password', 'test-email@npmjs.org'], property 97 stdin: ['test-user', 'test-password', 'test-email@npmjs.org'], property 124 stdin: ['test-user', 'test-password', 'test-email@npmjs.org'], property 168 stdin: ['test-user', 'test-password', 'test-email@npmjs.org'], property
|
| D | login.js | 12 let stdin variable 14 stdin = new stream.PassThrough() variable 47 stdin: ['test-user', 'test-password'], property 72 stdin: ['test-user', 'test-password'], property 94 stdin: ['test-user', 'test-password'], property 145 stdin: ['test-user', 'test-password'], property
|
| /third_party/node/test/wasi/ |
| D | test-wasi-stdio.js | 18 const stdin = openSync(stdinFile, 'r'); constant 21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
|
| D | test-wasi-options-validation.js | 27 assert.throws(() => { new WASI({ stdin: 'fhqwhgads' }); }, property
|
| /third_party/python/Tools/wasm/ |
| D | python.worker.js | 21 stdin = () => { field in StdinBuffer 64 stdin: stdinBuffer.stdin, property
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | stdin.c | 16 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | stdin.c | 17 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/src/stdio/ |
| D | stdin.c | 17 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | stdin.c | 16 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/node/test/fixtures/ |
| D | echo.js | 27 var stdin = process.openStdin(); variable
|
| D | echo-close-check.js | 29 const stdin = process.openStdin(); constant
|
| /third_party/musl/porting/liteos_a/kernel/src/include/ |
| D | stdio.h | 16 #define stdin (&__stdin_FILE) macro
|
| /third_party/musl/src/include/ |
| D | stdio.h | 16 #define stdin (&__stdin_FILE) macro
|
| /third_party/node/test/parallel/ |
| D | test-worker-safe-getters.js | 10 stdin: true, property
|
| D | test-worker-stdio.js | 29 const w = new Worker(__filename, { stdin: true, stdout: true }); property
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| D | build-index.js | 6 stdin = process.stdin, variable
|
| /third_party/protobuf/examples/ |
| D | AddPerson.java | 15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress()
|
| /third_party/node/deps/npm/node_modules/cssesc/bin/ |
| D | cssesc | 5 const stdin = process.stdin; constant
|
| /third_party/node/lib/internal/debugger/ |
| D | inspect.js | 128 constructor(options, stdin, stdout) { argument 327 stdin = process.stdin, argument
|
| /third_party/rust/crates/rustix/src/io/ |
| D | stdio.rs | 41 pub const unsafe fn stdin() -> BorrowedFd<'static> { in stdin() function
|
| /third_party/python/Lib/asyncio/ |
| D | subprocess.py | 203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, argument 215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, argument
|
| D | base_subprocess.py | 13 stdin, stdout, stderr, bufsize, argument 84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
|
| D | windows_utils.py | 130 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): argument
|
| /third_party/openssl/ohos_lite/ |
| D | e_os.h | 185 # define stdin (&__iob_func()[0]) macro 200 # define stdin (&_imp___iob[0]) macro
|
| /third_party/rust/crates/is-terminal/src/ |
| D | lib.rs | 266 fn stdin() { in stdin() function 293 fn stdin() { in stdin() function
|