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

1 2 3 4 5 6 7 8 910

  /external/curl/tests/libtest/
test75.pl 3 if ( $#ARGV != 1 )
8 if (length(@ARGV[0]) != @ARGV[1])
notexists.pl 4 if ($#ARGV < 0) {
8 while (@ARGV) {
9 my $fname = shift @ARGV;
test610.pl 3 if ( $#ARGV <= 0 )
10 while(@ARGV) {
11 my $cmd = shift @ARGV;
12 my $arg = shift @ARGV;
23 my $arg2 = shift @ARGV;
test1022.pl 3 if ( $#ARGV != 2 )
9 my $what=$ARGV[2];
12 open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n";
22 open(CURLCONFIG, "sh $ARGV[0] --$what|") || die "Can't get curl-config --$what list\n";
  /external/curl/tests/
http2-server.pl 36 while(@ARGV) {
37 if($ARGV[0] eq '--verbose') {
40 elsif($ARGV[0] eq '--pidfile') {
41 if($ARGV[1]) {
42 $pidfile = $ARGV[1];
43 shift @ARGV;
46 elsif($ARGV[0] eq '--nghttpx') {
47 if($ARGV[1]) {
48 $nghttpx = $ARGV[1];
49 shift @ARGV;
    [all...]
rtspserver.pl 50 while(@ARGV) {
51 if($ARGV[0] eq '--pidfile') {
52 if($ARGV[1]) {
53 $pidfile = $ARGV[1];
54 shift @ARGV;
57 elsif($ARGV[0] eq '--logfile') {
58 if($ARGV[1]) {
59 $logfile = $ARGV[1];
60 shift @ARGV;
63 elsif($ARGV[0] eq '--srcdir')
    [all...]
tftpserver.pl 51 while(@ARGV) {
52 if($ARGV[0] eq '--pidfile') {
53 if($ARGV[1]) {
54 $pidfile = $ARGV[1];
55 shift @ARGV;
58 elsif($ARGV[0] eq '--logfile') {
59 if($ARGV[1]) {
60 $logfile = $ARGV[1];
61 shift @ARGV;
64 elsif($ARGV[0] eq '--srcdir')
    [all...]
httpserver.pl 53 while(@ARGV) {
54 if($ARGV[0] eq '--pidfile') {
55 if($ARGV[1]) {
56 $pidfile = $ARGV[1];
57 shift @ARGV;
60 elsif($ARGV[0] eq '--logfile') {
61 if($ARGV[1]) {
62 $logfile = $ARGV[1];
63 shift @ARGV;
66 elsif($ARGV[0] eq '--srcdir')
    [all...]
secureserver.pl 93 while(@ARGV) {
94 if($ARGV[0] eq '--verbose') {
97 elsif($ARGV[0] eq '--proto') {
98 if($ARGV[1]) {
99 $proto = $ARGV[1];
100 shift @ARGV;
103 elsif($ARGV[0] eq '--accept') {
104 if($ARGV[1]) {
105 if($ARGV[1] =~ /^(\d+)$/) {
107 shift @ARGV;
    [all...]
  /external/chromium-libpac/test/
jstocstring.pl 3 print "Reading from $ARGV[0]\nWriting to $ARGV[1]\n";
4 open(LS, "ls $ARGV[0]|");
5 open(FILE, "> $ARGV[1]");
8 print FILE "// \t./jstocstring.pl $ARGV[0] $ARGV[1]\n";
14 open(FH, "cat $ARGV[0]/$_|");
  /external/syslinux/utils/
keytab-lilo 19 while ($ARGV[0] eq "-p") {
20 shift(@ARGV);
21 &usage unless $ARGV[0] =~ /=/;
23 shift(@ARGV);
25 &usage unless defined $ARGV[0];
26 load_map("def",defined $ARGV[1] ? $ARGV[0] : undef);
27 load_map("kbd",defined $ARGV[1] ? $ARGV[1] : $ARGV[0])
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
profile.pl 27 while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
36 die "-o option requires a filename argument!" if (!scalar(@ARGV));
37 $ProgramOpts .= " -llvmprof-output $ARGV[0]";
38 $ProfileFile = $ARGV[0];
59 die "Must specify LLVM bitcode file as first argument!" if (@ARGV == 0);
61 my $BytecodeFile = $ARGV[0];
63 shift @ARGV;
72 "$BytecodeFile.inst $ProgramOpts " . (join ' ', @ARGV);
llvm-native-gcc 20 for ($i = 0; $i <= $#ARGV; ++$i) {
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
24 splice (@ARGV, $i, 1);
27 } elsif ($ARGV[$i] eq "-E") {
29 } elsif ($ARGV[$i] eq "-c") {
30 $GCCOptions .= " " . $ARGV[$i];
32 } elsif ($ARGV[$i] eq "-v") {
33 $GCCOptions .= " " . $ARGV[$i];
35 } elsif ($ARGV[$i] eq "-o") {
36 $OutputFile = $ARGV[$i + 1];
    [all...]
llvm-native-gxx 20 for ($i = 0; $i <= $#ARGV; ++$i) {
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
24 splice (@ARGV, $i, 1);
27 } elsif ($ARGV[$i] eq "-E") {
29 } elsif ($ARGV[$i] eq "-c") {
30 $GCCOptions .= " " . $ARGV[$i];
32 } elsif ($ARGV[$i] eq "-v") {
33 $GCCOptions .= " " . $ARGV[$i];
35 } elsif ($ARGV[$i] eq "-o") {
36 $OutputFile = $ARGV[$i + 1];
    [all...]
plotNLT.pl 11 $passwd=shift @ARGV;
18 $count = @ARGV / 2;
33 $prog = shift @ARGV;
34 $test = shift @ARGV;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
fixup-dump.pl 2 print "# name: ia64 $ARGV[0]\n";
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 3 die "insufficient arguments" if (scalar(@ARGV) < 2);
4 $src = $ARGV[0];
5 $dst = $ARGV[1];
7 if (scalar(@ARGV) > 2) {
8 $mode = $ARGV[2];
  /external/valgrind/coregrind/
link_tool_exe_linux.in 45 # argv[2 ..].
50 # "-static" and "-Ttext[-segment]=<argv[1]>" to it.
63 if (($#ARGV + 1) < 5);
65 my $ala = $ARGV[0];
66 shift; # Remove $ala from @ARGV
72 my $cmd = join(" ", @ARGV, "-static -Wl,@FLAG_T_TEXT@=$ala");
  /external/ImageMagick/scripts/
txt2html 296 while ($ARGV[0] =~ /^[-+].+/)
298 if (($ARGV[0] eq "-r" || $ARGV[0] eq "--hrule") &&
299 $ARGV[1] =~ /^%d+$/)
301 $hrule_min = $ARGV[1];
302 shift @ARGV;
306 if (($ARGV[0] eq "-s" || $ARGV[0] eq "--shortline") &&
307 $ARGV[1] =~ /^\d+$/)
309 $short_line_length = $ARGV[1]
    [all...]
  /prebuilts/go/darwin-x86/test/
errchk 22 if(@ARGV >= 1 && $ARGV[0] eq "-0") {
27 if(@ARGV < 1) {
33 foreach(reverse 0 .. @ARGV-1) {
34 unless($ARGV[$_] =~ /\.(go|s)$/) {
35 @file = @ARGV[$_+1 .. @ARGV-1];
43 foreach(reverse 0 .. @ARGV-1) {
44 if(-d $ARGV[$_]) {
45 @file = glob($ARGV[$_] . "/*.go")
    [all...]
  /prebuilts/go/linux-x86/test/
errchk 22 if(@ARGV >= 1 && $ARGV[0] eq "-0") {
27 if(@ARGV < 1) {
33 foreach(reverse 0 .. @ARGV-1) {
34 unless($ARGV[$_] =~ /\.(go|s)$/) {
35 @file = @ARGV[$_+1 .. @ARGV-1];
43 foreach(reverse 0 .. @ARGV-1) {
44 if(-d $ARGV[$_]) {
45 @file = glob($ARGV[$_] . "/*.go")
    [all...]
  /external/llvm/utils/
llvm-native-gxx 20 for ($i = 0; $i <= $#ARGV; ++$i) {
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
24 splice (@ARGV, $i, 1);
27 } elsif ($ARGV[$i] eq "-E") {
29 } elsif ($ARGV[$i] eq "-c") {
30 $GCCOptions .= " " . $ARGV[$i];
32 } elsif ($ARGV[$i] eq "-v") {
33 $GCCOptions .= " " . $ARGV[$i];
35 } elsif ($ARGV[$i] eq "-o") {
36 $OutputFile = $ARGV[$i + 1]
    [all...]
  /external/tcpdump/tests/
TESTonce 5 if(@ARGV != 4) {
10 $name=$ARGV[0];
11 $input=$ARGV[1];
12 $output=$ARGV[2];
13 $options=$ARGV[3];
  /external/slf4j/
binderVersion.pl 2 if ($#ARGV < 1) {
7 $V= $ARGV[0];
12 shift(@ARGV);
40 foreach $ARG (@ARGV) {
version.pl 2 if ($#ARGV < 1) {
7 $V=$ARGV[0];
9 shift(@ARGV);
39 foreach $ARG (@ARGV) {

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 910