HomeSort by relevance Sort by last modified time
    Searched refs:STDIN (Results 1 - 25 of 33) 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/chromium_org/third_party/WebKit/ManualTests/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/libvpx/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 44 while (<STDIN>)
183 $_ = <STDIN>;
ads2gas.pl 42 while (<STDIN>)
221 $_ = <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/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff 36 # Create a temporary file for STDIN.
47 while (<STDIN>) {
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
  /external/bison/build-aux/
cross-options.pl 11 while (<STDIN>)
  /external/chromium_org/tools/memory_watcher/scripts/
summary.pl 6 # Read a memtrace logfile from stdin and group memory allocations by logical
14 # [STDIN] -- The memwatcher.logXXXX file to summarize.
21 while(<STDIN>) {
27 while(<STDIN>) {
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <STDIN>;
  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <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 1205 milliseconds

1 2