Searched refs:stdin (Results 176 - 200 of 483) sorted by relevance

1234567891011>>

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
91 // opened for reading only, not an input stream such as stdin. The function
164 // The filenames used for input and output. Will be empty if stdin
177 // comes from stdin because no input file was specified, then the size of
200 if (input_file_ && (input_file_ != stdin)) {
260 _setmode(_fileno(stdin), _O_BINARY);
262 *file = stdin;
313 // Read from file or stdin
627 // and --delta file arguments must be specified, rather than using stdin
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py120 # capture their output and print out to stdin. Useful for things
360 """Returns (stdin, string_to_communicate)"""
361 # FIXME: We should be returning /dev/null for stdin
362 # or closing stdin after process creation to prevent
405 stdin, string_to_communicate = self._compute_stdin(input)
409 stdin=stdin,
H A Duser.py151 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
/external/chromium_org/third_party/openssl/openssl/crypto/ui/
H A Dui_openssl.c488 tty_in=stdin;
497 tty_in=stdin;
577 if (tty_in != stdin) fclose(tty_in);
/external/chromium_org/v8/tools/
H A Dgc-nvp-trace-processor.py80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
81 gnuplot.stdin.write(script)
82 gnuplot.stdin.close()
/external/open-vcdiff/src/
H A Dvcdiff_main.cc47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
91 // opened for reading only, not an input stream such as stdin. The function
164 // The filenames used for input and output. Will be empty if stdin
177 // comes from stdin because no input file was specified, then the size of
200 if (input_file_ && (input_file_ != stdin)) {
260 _setmode(_fileno(stdin), _O_BINARY);
262 *file = stdin;
313 // Read from file or stdin
627 // and --delta file arguments must be specified, rather than using stdin
[all...]
/external/openssl/crypto/ui/
H A Dui_openssl.c488 tty_in=stdin;
497 tty_in=stdin;
577 if (tty_in != stdin) fclose(tty_in);
/external/v8/tools/
H A Dgc-nvp-trace-processor.py80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
81 gnuplot.stdin.write(script)
82 gnuplot.stdin.close()
/external/checkpolicy/test/
H A Ddispol.c452 fgets(ans, sizeof(ans), stdin);
479 fgets(ans, sizeof(ans), stdin);
490 fgets(ans, sizeof(ans), stdin);
517 fgets(OutfileName, sizeof(OutfileName), stdin);
/external/chromium/testing/gtest/scripts/
H A Dfuse_gtest_files.py124 answer = sys.stdin.readline().strip()
/external/chromium_org/build/android/
H A Dtombstones.py89 proc = subprocess.Popen(stack_tool, stdin=subprocess.PIPE,
/external/chromium_org/remoting/host/setup/
H A Dstart_host.cc43 // Reads a newline-terminated string from stdin.
49 char* result = fgets(&str[0], kMaxLen, stdin);
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc41 // three fifos rather than a combined one: one for stderr, stdin and stdout.
43 const char kCreateStdinFifo[] = "create-stdin-fifo";
164 // DumpRenderTree uses stdin to receive input about which test to run.
166 stdin_fifo_path = files_dir.Append(base::FilePath("stdin.fifo"));
173 EnsureRedirectStream(stdin, stdin_fifo_path, "r");
/external/chromium_org/testing/gtest/scripts/
H A Dfuse_gtest_files.py124 answer = sys.stdin.readline().strip()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Drjsmin.py300 _sys.stdout.write(jsmin(_sys.stdin.read()))
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-json-test-results30 txt = sys.stdin.read()
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfilestrm.c206 return (FileStream*)stdin;
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
H A Dformat.py125 if stream is sys.stdin:
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Ddec.c132 BIO_set_fp(data,stdin,BIO_NOCLOSE);
H A Dverify.c129 BIO_set_fp(data,stdin,BIO_NOCLOSE);
/external/chromium_org/tools/gyp/tools/
H A Dpretty_gyp.py145 data = sys.stdin.read().splitlines()
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Dandroid_browser_finder.py84 stdin=devnull)
/external/chromium_org/tools/valgrind/
H A Dtest_suppressions.py55 pipe = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/external/clang/tools/scan-view/
H A Dstartfile.py47 # for TTY programs, we need stdin/out
57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
/external/dropbear/libtomcrypt/demos/
H A Dencrypt.c159 fgets((char *)tmpkey,sizeof(tmpkey), stdin);

Completed in 505 milliseconds

1234567891011>>