/external/webkit/Source/WebCore/bindings/scripts/ |
gobject-generate-headers.pl | 23 my $classlist = <STDIN>;
|
/external/webkit/Tools/Scripts/ |
run-webkit-websocketserver | 57 <STDIN>;
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
server_process.py | 75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE, 119 self._proc.stdin.write(input) 206 self._proc.stdin.close() 211 # Closing stdin/stdout/stderr hangs sometimes on OS X,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
README | 3 version of the Unix "wc" tool: read text from stdin and print the number of
|
/frameworks/base/tests/backup/ |
test_backup.sh | 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
|
/frameworks/compile/slang/ |
slangdata.py | 55 buf = sys.stdin.read(1024)
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
perf_reader.c | 337 /* open input, or stdin if '-' is specified */ 338 log = strcmp(argv [i], "-") ? fopen(argv [i], "rb") : stdin; 352 /* don't close stdin! */ 353 if (log != stdin) fclose(log);
|
/bionic/libc/stdio/ |
findfp.c | 54 /* the usual - (stdin + stdout + stderr) */ 68 std(__SRD, STDIN_FILENO), /* stdin */
|
freopen.c | 71 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
|
/external/clang/tools/scan-view/ |
startfile.py | 47 # for TTY programs, we need stdin/out 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
|
/external/grub/util/ |
mbchk.c | 239 if (! check_multiboot ("<stdin>", stdin))
|
/external/iproute2/ip/ |
ip.c | 105 if (freopen(name, "r", stdin) == NULL) { 118 while (getcmdline(&line, &len, stdin) != -1) {
|
/external/jpeg/ |
jconfig.doc | 131 * line, rather than using stdout and optionally stdin. You MUST do this if 132 * your system can't cope with binary I/O to stdin/stdout. See comments at
|
jconfig.h | 132 * line, rather than using stdout and optionally stdin. You MUST do this if 133 * your system can't cope with binary I/O to stdin/stdout. See comments at
|
/external/libvpx/libvpx/build/make/ |
ads2gas_apple.pl | 44 while (<STDIN>) 183 $_ = <STDIN>;
|
/external/libvpx/libvpx/examples/ |
gen_example_doxy.php | 16 * content inside a \page. It expects input on stdin and outputs on stdout. 42 $page_body = file_get_contents('php://stdin');
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 11 // llvm-dis [options] - Read LLVM bitcode from stdin, write asm to stdout 133 DisplayFilename = "<stdin>";
|
/external/openssh/ |
readpass.c | 115 * RP_ALLOW_STDIN is set, the passphrase will be read from stdin if no 129 debug("read_passphrase: stdin is not a tty");
|
/external/openssl/crypto/rc4/ |
rc4.c | 68 " -in arg - input file - default stdin\n", 122 in=stdin;
|
/external/qemu/distrib/jpeg-6b/ |
jconfig.doc | 131 * line, rather than using stdout and optionally stdin. You MUST do this if 132 * your system can't cope with binary I/O to stdin/stdout. See comments at
|
jconfig.h | 132 * line, rather than using stdout and optionally stdin. You MUST do this if 133 * your system can't cope with binary I/O to stdin/stdout. See comments at
|
/external/webkit/Tools/DumpRenderTree/qt/ |
ImageDiff.cpp | 45 while (fgets(buffer, sizeof(buffer), stdin)) { 65 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filereader.py | 75 # Support the UNIX convention of using "-" for stdin. 77 file = codecs.StreamReaderWriter(sys.stdin,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 83 if (!freopen(name[IN_FD], mode[IN_FD], stdin)) 84 lerrsf("failed to redirect `stdin' from \"%s\"", name[IN_FD]);
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
SelectorProvider.java | 133 * On Android, this method always returns null because stdin and stdout are 141 // Android never has stdin/stdout connected to a socket.
|