/external/protobuf/examples/ |
H A D | AddPerson.java | 15 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 D | stdio.h | 15 #define stdin 0 macro
|
/external/syslinux/com32/include/ |
H A D | stdio.h | 45 #define stdin __create_file(0) macro
|
/external/v8/tools/ |
H A D | eval_gc_nvp.py | 14 from sys import stdin namespace 201 line = stdin.readline()
|
/external/libbrillo/brillo/minijail/ |
H A D | minijail.cc | 88 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 D | test_file_eintr.py | 42 '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 D | test_cgi.py | 16 stdin = sys.stdin variable in class:HackedSysModule
|
H A D | test_platform.py | 315 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 D | extract_symbols.py | 34 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 D | test_cgi.py | 14 stdin = sys.stdin variable in class:HackedSysModule
|
/external/python/cpython3/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 25 '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 D | pylifecycle.c | 41 _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 D | pythonrun.c | 45 _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 D | bltinmodule.c | 47 _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 D | gnuplot-4.6.3-emscripten.js | 1353 // 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 D | logback-classic-0.9.8-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ... |
/external/kotlinc/lib/ |
H A D | kotlin-runtime.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
H A D | kotlin-stdlib.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |