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

  /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>) {
  /external/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 51 while (<STDIN>)
190 $_ = <STDIN>;
ads2gas.pl 42 while (<STDIN>)
221 $_ = <STDIN>;
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 51 while (<STDIN>)
190 $_ = <STDIN>;
ads2gas.pl 42 while (<STDIN>)
221 $_ = <STDIN>;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff 36 # Create a temporary file for STDIN.
47 while (<STDIN>) {
webkitdirs.pm     [all...]
  /external/bison/build-aux/
cross-options.pl 11 while (<STDIN>)
  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <STDIN>;
  /external/lldb/scripts/
sed-sources 21 or any sources in directories. If no arguments are given, STDIN will be used
224 # no args, take from STDIN and put to STDOUT
225 process_opened_file_handle (*STDIN, *STDOUT);
  /external/libpng/contrib/pngminus/
png2pnm.c 34 #define STDIN 0
63 FILE *fp_rd = stdin;
105 else if (fp_rd == stdin)
133 /* set stdin/stdout if required to binary */
134 if (fp_rd == stdin)
136 setmode (STDIN, O_BINARY);
pnm2png.c 33 #define STDIN 0
64 FILE *fp_rd = stdin;
104 else if (fp_rd == stdin)
132 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
133 if (fp_rd == stdin)
135 setmode (STDIN, O_BINARY);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 58 my $resp = <STDIN>;
  /external/mksh/src/
check.pl 28 # stdin:
59 # stdin m Value is written to a file which is
206 'stdin', 'm',
456 if (defined $test{'stdin'}) {
457 return undef if !&write_file($tempi, $test{'stdin'});
544 if (!open(STDIN, "< $ifile")) {
548 binmode(STDIN);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 167 Maps addresses to symbol names. In this mode, stdin should be a
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
786 if ( -t STDIN &&
799 $_ = <STDIN>;
    [all...]
  /external/jemalloc/bin/
pprof 167 Maps addresses to symbol names. In this mode, stdin should be a
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
786 if ( -t STDIN &&
799 $_ = <STDIN>;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 167 Maps addresses to symbol names. In this mode, stdin should be a
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
786 if ( -t STDIN &&
799 $_ = <STDIN>;
    [all...]

Completed in 734 milliseconds