Searched defs:stdin (Results 1 - 5 of 5) 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/stlport/stlport/stl/
H A D_cstdio.h38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
/external/openssl/
H A De_os.h309 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
311 # undef stdin macro
315 # define stdin (&__iob_func()[0]) macro
319 # undef stdin macro
329 # define stdin (&_imp___iob[0]) macro
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js1277 // Allow Module.stdin etc. to provide defaults, if none explicitly passed to us here
1278 input = input || Module['stdin'];
1330 var stdin = FS.createDevice(devFolder, 'stdin', input); variable
1336 path: '/dev/stdin',
1337 object: stdin,
[all...]
/external/chromium_org/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...]

Completed in 6626 milliseconds