/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
stdio_h.pass.cpp | 71 #ifndef stdin 72 #error stdin not defined
|
/ndk/sources/host-tools/nawk-20071023/ |
main.c | 172 yyin = stdin; 179 if (yyin != stdin)
|
/system/core/sh/ |
options.h | 76 DEF_OPT( "stdin", 's' ) /* read from stdin */
|
/external/jpeg/ |
rdjpgcom.c | 476 /* default input file is stdin */ 478 setmode(fileno(stdin), O_BINARY); 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 482 fprintf(stderr, "%s: can't open stdin\n", progname); 486 infile = stdin;
|
/external/openfst/src/include/fst/extensions/far/ |
far.h | 51 // Header reading unsupported on stdin. Assumes STList and StdArc. 414 //sources_[i] = "stdin"; 417 FSTERROR() << "FstFarReader::FstFarReader: stdin should only " 433 FSTERROR() << "FstFarReader::Reset: operation not supported on stdin"; 443 FSTERROR() << "FstFarReader::Find: operation not supported on stdin";
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.c | 476 /* default input file is stdin */ 478 setmode(fileno(stdin), O_BINARY); 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 482 fprintf(stderr, "%s: can't open stdin\n", progname); 486 infile = stdin;
|
/external/stlport/src/ |
iostream.cpp | 203 cin_buf.reset(new stdio_istreambuf(stdin)); 205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); 232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); 317 cin_buf.reset(new stdio_istreambuf(stdin)); 319 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 203 cin_buf.reset(new stdio_istreambuf(stdin)); 205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); 232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); 317 cin_buf.reset(new stdio_istreambuf(stdin)); 319 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 80 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/ |
vcdiff_test.bat | 80 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/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 230 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None) 238 self._helper.stdin.write("x\n") 239 self._helper.stdin.close() 392 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, 409 self._proc.stdin.write(input) 523 self._proc.stdin.close() 527 # Closing stdin/stdout/stderr hangs sometimes on OS X,
|
/external/bison/m4/ |
posix_spawn.m4 | 300 /* Avoid reading from our stdin, as it could block. */ 301 freopen ("/dev/null", "rb", stdin); 341 if (fread (buf, 1, sizeof (buf), stdin) == 11
|
/external/bison/tests/ |
cxx-type.at | 131 if (!freopen (argv[1], "r", stdin)) 155 assert (!feof (stdin)); 189 ungetc (c, stdin);
|
/external/zlib/src/examples/ |
fitblk.c | 126 /* compress from stdin to fixed-size block on stdout */ 155 /* compress from stdin until output full, or no more input */ 158 ret = partcompress(stdin, &def);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_AvailTest.java | 30 // This program accepts from stdin a
|
/external/bison/build-aux/ |
cross-options.pl | 11 while (<STDIN>)
|
/external/checkpolicy/test/ |
dispol.c | 452 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-trace/ |
update.py | 96 p = subprocess.Popen(yuic_args, stdin=subprocess.PIPE)
|
/external/dropbear/ |
cli-authinteract.c | 49 ret = fgets(buf, sizeof(buf), stdin);
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 44 f = stdin;
|
/external/elfutils/src/ |
addr2line.c | 144 line, read from stdin. */ 148 (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER); 152 while (!feof_unlocked (stdin)) 154 if (getline (&buf, &len, stdin) < 0)
|
/external/icu4c/tools/toolutil/ |
filestrm.c | 206 return (FileStream*)stdin;
|
/external/iproute2/man/man8/ |
ss.8 | 95 Each line of FILE is interpreted like single command line option. If FILE is - stdin is used.
|
/external/libogg/doc/libogg/ |
ogg_sync_pageout.html | 57 bytes = fread(buffer, 1, 8192, stdin);
|