Searched refs:stdin (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A Dmake_css_value_keywords.py172 gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack64 print " stdin."
146 print "Reading native crash info from stdin"
147 f = sys.stdin
/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py48 stdin_input: data to feed to stdin
74 stdin_input: data to feed to stdin
99 stdin=stdin_dest,
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
H A Dchat_main.cc104 fflush(stdin);
/external/chromium_org/third_party/libxml/src/
H A DtestURI.c101 if (fgets (&str[0], sizeof (str) - 1, stdin) == NULL)
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dnseq.c114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Daddr2line-pdb.c80 fprintf(stderr, "(Then list the hex addresses on stdin, one per line)\n");
125 while (fgets(buf, sizeof(buf)-1, stdin)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Daddr2line-pdb.c54 fprintf(stderr, "(Then list the hex addresses on stdin, one per line)\n");
132 while (fgets(buf, sizeof(buf)-1, stdin)) {
/external/chromium_org/tools/android/memdump/
H A Dmemsymbols.py124 memdump_contents = sys.stdin.readlines()
/external/chromium_org/tools/
H A Dipc_messages_log.py164 _ProcessLog(sys.stdin, msg_map)
/external/dropbear/
H A Dcli-authinteract.c49 ret = fgets(buf, sizeof(buf), stdin);
/external/grub/util/
H A Dmbchk.c239 if (! check_multiboot ("<stdin>", stdin))
/external/openssl/apps/
H A Dnseq.c114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/external/qemu/
H A Doffset_layout.py21 Reads from stdin, outputs to stdout.
60 line = sys.stdin.readline()
/external/zlib/src/contrib/puff/
H A Dpufftest.c54 /* Read the input file *name, or stdin if name is NULL, into allocated memory.
70 in = name == NULL ? stdin : fopen(name, "rb");
124 name == NULL ? "<stdin>" : name);
/external/clang/test/Analysis/
H A Dtaint-generic.c7 extern FILE *stdin;
78 fscanf(stdin, "%s", s);
/external/iproute2/tc/
H A Dtc.c256 if (freopen(name, "r", stdin) == NULL) {
271 while (getcmdline(&line, &len, stdin) != -1) {
/external/libvorbis/examples/
H A Dseeking_example.c23 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
86 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
87 _setmode( _fileno( stdin ), _O_BINARY );
91 /* open the file/pipe on stdin */
92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat80 rem vcdiff using stdin/stdout. Verify that output file matches target file
85 || ( echo Encode using stdin/stdout failed ^
90 || ( echo Decode using stdin/stdout failed ^
100 rem vcdiff with mixed stdin/stdout.
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat80 rem vcdiff using stdin/stdout. Verify that output file matches target file
85 || ( echo Encode using stdin/stdout failed ^
90 || ( echo Decode using stdin/stdout failed ^
100 rem vcdiff with mixed stdin/stdout.
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^
/external/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat80 rem vcdiff using stdin/stdout. Verify that output file matches target file
85 || ( echo Encode using stdin/stdout failed ^
90 || ( echo Decode using stdin/stdout failed ^
100 rem vcdiff with mixed stdin/stdout.
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^
/external/chromium_org/third_party/openssl/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/harfbuzz_ng/util/
H A Doptions.cc417 setmode (fileno (stdin), _O_BINARY);
419 while (!feof (stdin)) {
420 size_t ret = fread (buf, 1, sizeof (buf), stdin);
421 if (ferror (stdin))
523 fp = stdin;
/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/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
90 // opened for reading only, not an input stream such as stdin. The function
163 // The filenames used for input and output. Will be empty if stdin
176 // comes from stdin because no input file was specified, then the size of
199 if (input_file_ && (input_file_ != stdin)) {
259 _setmode(_fileno(stdin), _O_BINARY);
261 *file = stdin;
312 // Read from file or stdin
623 // and --delta file arguments must be specified, rather than using stdin
[all...]

Completed in 606 milliseconds

1234567891011>>