Searched defs:stdin (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/examples/
H A DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, argument
20 person.setId(Integer.valueOf(stdin.readLine()));
23 person.setName(stdin.readLine());
26 String email = stdin.readLine();
33 String number = stdin.readLine();
42 String type = stdin.readLine();
/external/syslinux/dos/
H A Dstdio.h15 #define stdin 0 macro
/external/syslinux/com32/include/
H A Dstdio.h45 #define stdin __create_file(0) macro
/external/v8/tools/
H A Deval_gc_nvp.py14 from sys import stdin namespace
201 line = stdin.readline()
/external/libbrillo/brillo/minijail/
H A Dminijail.cc88 int* stdin) {
91 stdin, NULL, NULL) == 0;
93 return minijail_run_pid_pipes(jail, args[0], args.data(), pid, stdin, NULL,
101 int* stdin,
106 stdin, stdout, stderr) == 0;
108 return minijail_run_pid_pipes(jail, args[0], args.data(), pid, stdin, stdout,
132 int* stdin) {
133 bool res = RunPipe(jail, args, pid, stdin);
141 int* stdin,
144 bool res = RunPipes(jail, args, pid, stdin, stdou
85 RunPipe(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin) argument
98 RunPipes(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin, int* stdout, int* stderr) argument
129 RunPipeAndDestroy(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin) argument
138 RunPipesAndDestroy(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin, int* stdout, int* stderr) argument
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_file_eintr.py42 'infile = io.FileIO(sys.stdin.fileno(), "rb")' %
101 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
109 self._process.stdin.write(data_to_write)
193 return ('import %s as io ;infile = io.open(sys.stdin.fileno(), "rb") ;' namespace
216 'infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
H A Dtest_cgi.py16 stdin = sys.stdin variable in class:HackedSysModule
H A Dtest_platform.py315 command = '"{}" -c "import sys; data=sys.stdin.read(); exit(len(data))"' namespace
317 command = "'{}' -c 'import sys; data=sys.stdin.read(); exit(len(data))'" namespace
321 with platform.popen(command, 'w') as stdin:
322 stdout = stdin.write(data)
323 ret = stdin.close()
/external/llvm/utils/
H A Dextract_symbols.py34 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
36 process.stdin.close()
46 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
48 process.stdin.close()
58 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
60 process.stdin.close()
88 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
90 process.stdin.close()
352 # want the process to wait for something on stdin.
355 stdin variable
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_cgi.py14 stdin = sys.stdin variable in class:HackedSysModule
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_subprocess.py25 'data = sys.stdin.buffer.read()',
31 self._proc.stdin = None
88 stdin=subprocess.PIPE,
93 proc.stdin.write(data)
94 yield from proc.stdin.drain()
95 proc.stdin.close()
115 stdin=subprocess.PIPE,
193 # the program ends before the stdin can be feeded
196 stdin=subprocess.PIPE,
206 proc.stdin
275 code = 'import sys; data = sys.stdin.read(); print(len(data))' namespace
294 code = 'import sys; data = sys.stdin.read(); print(len(data))' namespace
[all...]
/external/python/cpython3/Python/
H A Dpylifecycle.c41 _Py_IDENTIFIER(stdin); variable
1080 /* stdin is always opened in buffered mode, first because it shouldn't
1136 /* sys.stdin: enable universal newline mode, translate "\r\n" and "\r"
1141 /* sys.stdin: split lines at "\n".
1179 /* Initialize sys.stdin, stdout, stderr and builtins.open */
1246 stdin and stdout use the surrogateescape error handler by
1254 /* Set sys.stdin */
1255 fd = fileno(stdin);
1256 /* Under some conditions stdin, stdout and stderr may not be connected
1260 std = create_stdio(iomod, fd, 0, "<stdin>", encodin
[all...]
H A Dpythonrun.c45 _Py_IDENTIFIER(stdin); variable
168 if (fp == stdin) {
169 /* Fetch encoding from sys.stdin if possible. */
389 /* When running from stdin, leave __main__.__loader__ alone */
390 if (strcmp(filename, "<stdin>") != 0 &&
H A Dbltinmodule.c47 _Py_IDENTIFIER(stdin); variable
1865 /* Check that stdin/out/err are intact */
1868 "input(): lost sys.stdin");
1889 /* We should only use (GNU) readline if Python's sys.stdin and
1890 sys.stdout are the same as C's stdin and stdout, because we
1902 tty = fd == fileno(stdin) && isatty(fd);
1933 /* stdin is a text stream, so it must have an
1974 s = PyOS_Readline(stdin, stdout, promptstr);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js1353 // Allow Module.stdin etc. to provide defaults, if none explicitly passed to us here
1354 input = input || Module['stdin'];
1406 var stdin = FS.createDevice(devFolder, 'stdin', input); variable
1413 path: '/dev/stdin',
1414 object: stdin,
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...

Completed in 1343 milliseconds