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

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/e2fsck/
argv_parse.c 146 while (!feof(stdin)) {
147 if (fgets(buf, sizeof(buf), stdin) == NULL)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 17 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 124 def make_drt(self, options, args, filesystem, stdin, stdout, stderr):
125 return mock_drt.MockDRT(options, args, filesystem, stdin, stdout, stderr)
166 stdin = newstringio.StringIO(drt_input)
171 drt = self.make_drt(options, args, filesystem, stdin, stdout, stderr)
183 stdin = newstringio.StringIO()
187 filesystem, stdin, stdout, stderr)
224 def make_drt(self, options, args, filesystem, stdin, stdout, stderr):
232 return mock_drt.MockChromiumDRT(options, args, filesystem, stdin, stdout, stderr)
mock_drt.py 122 def main(argv, fs, stdin, stdout, stderr):
127 drt = MockChromiumDRT(options, args, fs, stdin, stdout, stderr)
129 drt = MockDRT(options, args, fs, stdin, stdout, stderr)
177 def __init__(self, options, args, filesystem, stdin, stdout, stderr):
182 self._stdin = stdin
289 sys.exit(main(sys.argv[1:], fs, sys.stdin, sys.stdout, sys.stderr))
  /external/checkpolicy/
checkpolicy.c 654 FGETS(ans, sizeof(ans), stdin);
658 FGETS(ans, sizeof(ans), stdin);
662 FGETS(ans, sizeof(ans), stdin);
666 FGETS(ans, sizeof(ans), stdin);
730 FGETS(ans, sizeof(ans), stdin);
751 FGETS(ans, sizeof(ans), stdin);
775 FGETS(ans, sizeof(ans), stdin);
778 FGETS(ans, sizeof(ans), stdin);
782 FGETS(ans, sizeof(ans), stdin);
833 FGETS(ans, sizeof(ans), stdin);
    [all...]
  /external/elfutils/tests/
addrscopes.c 163 line, read from stdin. */
167 (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER);
171 while (!feof_unlocked (stdin))
173 if (getline (&buf, &len, stdin) < 0)
  /system/core/libsync/
sync_test.c 124 fgets(str, sizeof(str), stdin);
133 fgets(str, sizeof(str), stdin);
138 fgets(str, sizeof(str), stdin);
  /development/tools/
make_key 63 -passout stdin
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 58 // stdin was closed in Stop(), so we can't restart.
75 close(fileno(stdin));
139 while (fgets(input_buffer, sizeof(input_buffer), stdin) != NULL) {
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 70 return subprocess.Popen(cmd, stdin=subprocess.PIPE,
82 print >> self.pipe.stdin, symbolizer_input
123 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
130 print >> self.pipe.stdin, offset
153 print >> self.pipe.stdin, '0x%x' % int(offset, 16)
160 stdin=subprocess.PIPE,
170 self.pipe.stdin.close()
334 for line in sys.stdin:
  /external/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /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/llvm-libc++/src/
iostream.cpp 36 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin) );
44 wistream* wcin_ptr = ::new(wcin) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin) );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /ndk/sources/host-tools/nawk-20071023/
main.c 172 yyin = stdin;
179 if (yyin != stdin)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /external/chromium/build/linux/
rewrite_dirs.py 62 for line in sys.stdin.readlines():
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 9 extern FILE *stdin;
  /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);

Completed in 4059 milliseconds

1 23 4 5 6 7 8 91011>>