HomeSort by relevance Sort by last modified time
    Searched refs:stdin (Results 51 - 75 of 328) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/scripts/
jsmin.py 93 """ return the next character from stdin. Watch out for lookahead. If
226 minifier.input = sys.stdin
229 sys.stdin.close()
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
lasthit.rb 21 # It takes all or part of an apache logfile via stdin, and outputs a list
34 puts "No filename specified, waiting for data via stdin..."
35 file = $stdin
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /external/bison/lib/
dirname.c 109 while (fgets (buff, MAX_BUFF_LEN, stdin) && buff[0])
  /external/bluetooth/glib/tests/
testgdateparser.c 59 while (fgets(input, 1023, stdin))
  /external/chromium/build/linux/
rewrite_dirs.py 62 for line in sys.stdin.readlines():
  /external/fsck_msdos/
main.c 158 if (feof(stdin))
  /external/iproute2/netem/
stats.c 73 fp = stdin;
  /external/openssl/crypto/md4/
md4.c 78 do_fp(stdin);
  /external/openssl/crypto/md5/
md5.c 78 do_fp(stdin);
  /external/openssl/crypto/ripemd/
rmd160.c 78 do_fp(stdin);
  /external/openssl/crypto/sha/
sha.c 75 do_fp(stdin);
sha1.c 78 do_fp(stdin);
  /external/srec/portable/include/
PFileSystem.h 53 #define PSTDIN stdin
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 90 p2 = subprocess.Popen(['perl', maketokenizer], stdin=p1.stdout, stdout=outfile)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 38 help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens them in a web browser"
58 # This won't open bugs until stdin is closed but could be made to easily. That would just make unit testing slightly harder.
59 bug_ids = self._find_bugs_in_iterable(sys.stdin)
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 31 " read input data from stdin\n"
72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r");
  /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));
  /external/iproute2/ip/
ip.c 105 if (freopen(name, "r", stdin) == NULL) {
118 while (getcmdline(&line, &len, stdin) != -1) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in

Completed in 466 milliseconds

1 23 4 5 6 7 8 91011>>