HomeSort by relevance Sort by last modified time
    Searched refs:STDIN (Results 1 - 25 of 42) 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/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/qemu-pc-bios/bochs/bios/
makesym.perl 14 while (<STDIN>) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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>)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 38 static const int STDIN = 0;
44 tcgetattr(STDIN, &term);
46 tcsetattr(STDIN, TCSANOW, &term);
47 setbuf(stdin, NULL);
52 ioctl(STDIN, FIONREAD, &bytesWaiting);
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;

Completed in 4950 milliseconds

1 2