HomeSort by relevance Sort by last modified time
    Searched refs:STDIN (Results 1 - 25 of 30) sorted by null

1 2

  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
test.pl 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
  /external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi 6 read(STDIN, $request, $ENV{'CONTENT_LENGTH'})
  /external/clang/test/
make_test_dirs.pl 9 while ($line = <STDIN>) {
  /frameworks/native/opengl/libs/tools/
glenumsgen 21 while (my $line = <STDIN>) {
  /external/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /external/valgrind/main/nightly/conf/
cellbuzz-native.conf 23 rm -f STDIN.*
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
post-and-verify-hybrid.cgi 9 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
  /external/webkit/Tools/Scripts/
run-webkit-websocketserver 57 <STDIN>;
show-pretty-diff 36 # Create a temporary file for STDIN.
47 while (<STDIN>) {
bisect-builds 436 my $answer = <STDIN>;
  /external/libvpx/build/make/
ads2gas.pl 24 while (<STDIN>)
139 $_ = <STDIN>;
ads2gas_apple.pl 42 while (<STDIN>)
164 $_ = <STDIN>;
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 14 while (<STDIN>) {
  /external/valgrind/main/helgrind/tests/
filter_helgrind 51 while (<STDIN>) {
filter_xml 72 while (<STDIN>) {
  /external/valgrind/main/memcheck/tests/
filter_memcheck 51 while (<STDIN>) {
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <STDIN>;
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 23 my $classlist = <STDIN>;
  /external/libpng/contrib/pngminus/
png2pnm.c 33 #define STDIN 0
62 FILE *fp_rd = stdin;
104 else if (fp_rd == stdin)
132 /* set stdin/stdout if required to binary */
133 if (fp_rd == stdin)
135 setmode (STDIN, O_BINARY);
pnm2png.c 32 #define STDIN 0
63 FILE *fp_rd = stdin;
103 else if (fp_rd == stdin)
131 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
132 if (fp_rd == stdin)
134 setmode (STDIN, O_BINARY);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 58 my $resp = <STDIN>;
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 32 .equ STDIN, 0

Completed in 631 milliseconds

1 2