Searched defs:stdin (Results 1 - 8 of 8) 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.cc89 int* stdin) {
92 stdin, NULL, NULL) == 0;
94 return minijail_run_pid_pipes(jail, args[0], args.data(), pid, stdin, NULL,
102 int* stdin,
107 stdin, stdout, stderr) == 0;
109 return minijail_run_pid_pipes(jail, args[0], args.data(), pid, stdin, stdout,
133 int* stdin) {
134 bool res = RunPipe(jail, args, pid, stdin);
142 int* stdin,
145 bool res = RunPipes(jail, args, pid, stdin, stdou
86 RunPipe(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin) argument
99 RunPipes(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin, int* stdout, int* stderr) argument
130 RunPipeAndDestroy(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin) argument
139 RunPipesAndDestroy(struct minijail* jail, vector<char*> args, pid_t* pid, int* stdin, int* stdout, int* stderr) argument
[all...]
/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/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/ ...

Completed in 809 milliseconds