HomeSort by relevance Sort by last modified time
    Searched full:stdin (Results 501 - 525 of 1207) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 219 // Continue waiting in STDIN for more test case after process one test case
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 311 while (fgets(filenameBuffer, sizeof(filenameBuffer), stdin)) {
  /frameworks/compile/libbcc/tests/data/
otcc.c 432 Q=stdin;
  /frameworks/compile/libbcc/tests/data/src/
otcc-noinclude.c 432 Q=stdin;
  /ndk/build/tools/
dev-rebuild-ndk.sh 111 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
  /ndk/sources/cxx-stl/llvm-libc++/test/
lit.cfg 31 'stdin' :subprocess.PIPE,
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 247 /* Get the right stdin. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 56 unsigned int rst_port0; /* port for stdin */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 56 unsigned int rst_port0; /* port for stdin */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 56 unsigned int rst_port0; /* port for stdin */
  /prebuilts/sdk/tools/linux/
acp 
  /system/core/toolbox/grep/
file.c 242 /* Processing stdin implies --line-buffered. */
  /build/tools/signapk/
SignApk.java 111 * Reads the password from stdin and returns it as a string.
119 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); local
121 return stdin.readLine();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 58 # the input stream used by the Main script; defaults to <tt>$stdin</tt>
75 @input = options.fetch( :input, $stdin )
125 @input = options.fetch( :input, $stdin )
  /external/checkpolicy/test/
dismod.c 758 fgets(module_name, sizeof(module_name), stdin);
884 fgets(ans, sizeof(ans), stdin);
951 fgets(OutfileName, sizeof(OutfileName), stdin);
  /external/chromium/base/
process_util_win.cc 91 *stdin = *_fdopen(raw_in, "r");
92 setvbuf(stdin, NULL, _IONBF, 0);
359 // Keep the normal stdin and stderr.
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 575 if sys.stdin.isatty():
579 print 'Waiting for compiler errors on stdin . . .'
581 msg = sys.stdin.read().strip()
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 578 // stdin is a pointer, so it would be a region.
595 // variable named stdin with the proper type.
598 if ((D->getName().find("stdin") != StringRef::npos) && D->isExternC())
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.m 587 printf(" -- assume stdin is a grep CON" "FIG across the test sources\n");
678 // process remaining arguments, or stdin
681 generators = (NSMutableArray *)[TestFileExeGenerator generatorsFromFILE:stdin];
  /external/jpeg/
cjpeg.c 20 * doesn't do binary I/O to stdin/stdout.
544 /* default input file is stdin */
594 if (input_file != stdin)
djpeg.c 20 * doesn't do binary I/O to stdin/stdout.
509 /* default input file is stdin */
604 if (input_file != stdin)
  /external/openssl/apps/
apps.c 690 } else if(!strcmp(arg, "stdin")) {
691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
693 BIO_printf(err, "Can't open BIO for stdin\n");
802 setvbuf(stdin, NULL, _IONBF, 0);
805 BIO_set_fp(cert,stdin,BIO_NOCLOSE);
905 setvbuf(stdin, NULL, _IONBF, 0);
908 BIO_set_fp(key,stdin,BIO_NOCLOSE);
996 setvbuf(stdin, NULL, _IONBF, 0);
999 BIO_set_fp(key,stdin,BIO_NOCLOSE);
1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE)
    [all...]
ecparam.c 92 * -in arg - input file - default stdin
257 "default stdin\n");
311 BIO_set_fp(in,stdin,BIO_NOCLOSE);
  /external/openssl/crypto/ui/
ui_openssl.c 488 tty_in=stdin;
497 tty_in=stdin;
577 if (tty_in != stdin) fclose(tty_in);
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 20 * doesn't do binary I/O to stdin/stdout.
544 /* default input file is stdin */
594 if (input_file != stdin)

Completed in 820 milliseconds

<<21222324252627282930>>