/bionic/libc/tools/ |
genserv.py | 69 services = parse(sys.stdin)
|
/build/tools/ |
filter-product-graph.py | 36 lines = sys.stdin.readlines()
|
/build/tools/fs_config/ |
fs_config.c | 32 // trailing slash) on the stdin, and prints to stdout each input 98 while (fgets(buffer, 1023, stdin) != NULL) {
|
/external/chromium_org/content/shell/browser/ |
shell_layout_tests_android.cc | 71 // one for each of [stdout, stderr, stdin]. 81 base::FilePath stdin_fifo(files_dir.Append(FILE_PATH_LITERAL("stdin.fifo"))); 84 // Redirecting stdout needs to happen before redirecting stdin, which needs 87 base::android::RedirectStream(stdin, stdin_fifo, "r") &&
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
systemhost_mock.py | 54 self.stdin = StringIO()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
browser_test_driver.py | 42 a path to a file to be used for stdin to be printed by the browser test. 44 assign it to the stdin of the process that is owned by this driver's 55 # Gets the path of the directory that the file for stdin communication is 58 # the stdin file, so deleting that directory recursively will remove all the 68 self._server_process._proc.stdin = open(path, 'wb', 0)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 77 # Support the UNIX convention of using "-" for stdin. 79 file = codecs.StreamReaderWriter(sys.stdin,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
test-buffer-serialize.cc | 104 while (fgets (line, sizeof(line), stdin) != 0)
|
/external/chromium_org/third_party/libjpeg_turbo/ |
wrjpgcom.c | 478 * from stdin; in this case there MUST be an input JPEG file name. 490 /* default input file is stdin */ 492 setmode(fileno(stdin), O_BINARY); 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 496 fprintf(stderr, "%s: can't open stdin\n", progname); 500 infile = stdin; 536 /* Collect comment text from comment_file or stdin, if necessary */ 545 src_file = (comment_file != NULL ? comment_file : stdin);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/ |
raw-preproc.c | 57 f = stdin;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
main.c | 156 fileName = "<stdin>"; 157 f = stdin;
|
/external/chromium_org/tools/gyp/tools/ |
pretty_gyp.py | 145 data = sys.stdin.read().splitlines()
|
/external/chromium_org/tools/json_comment_eater/ |
json_comment_eater.py | 72 sys.stdout.write(Nom(sys.stdin.read()))
|
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/ |
cros_forwarder.py | 50 stdin=subprocess.PIPE,
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
android_systrace_profiler.py | 45 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 44 f = stdin;
|
/external/e2fsprogs/misc/ |
base_device.c | 156 if (fgets(buf, sizeof(buf), stdin) == NULL)
|
/external/e2fsprogs/resize/ |
test_extent.c | 121 do_test(stdin, stdout);
|
/external/harfbuzz_ng/src/ |
test-buffer-serialize.cc | 104 while (fgets (line, sizeof(line), stdin) != 0)
|
/external/jpeg/ |
wrjpgcom.c | 478 * from stdin; in this case there MUST be an input JPEG file name. 490 /* default input file is stdin */ 492 setmode(fileno(stdin), O_BINARY); 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 496 fprintf(stderr, "%s: can't open stdin\n", progname); 500 infile = stdin; 536 /* Collect comment text from comment_file or stdin, if necessary */ 545 src_file = (comment_file != NULL ? comment_file : stdin);
|
/external/libpng/contrib/tools/ |
checksum-icc.c | 92 if (!read_one_file(stdin, "-")) 95 perror("stdin"); 96 fprintf(stderr, "stdin: read error\n"); 97 printf("/* ERROR: stdin */\n");
|
/external/lldb/examples/python/ |
disasm.py | 101 next = sys.stdin.readline()
|
/external/lldb/utils/test/ |
llvm-mc-shell.py | 36 next = sys.stdin.readline()
|
/external/openssl/apps/ |
pkeyparam.c | 156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
|
/external/openssl/crypto/des/ |
read_pwd.c | 296 tty=stdin; 298 tty=stdin; 303 tty=stdin; 409 if (stdin != tty) fclose(tty);
|