/external/ImageMagick/scripts/ |
D | 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]; 310 shift @ARGV; 314 if (($ARGV[0] eq "-p" || $ARGV[0] eq "--prewhite") && [all …]
|
/external/curl/tests/ |
D | httpserver.pl | 58 while(@ARGV) { 59 if($ARGV[0] eq '--pidfile') { 60 if($ARGV[1]) { 61 $pidfile = $ARGV[1]; 62 shift @ARGV; 65 elsif($ARGV[0] eq '--portfile') { 66 if($ARGV[1]) { 67 $portfile = $ARGV[1]; 68 shift @ARGV; 71 elsif($ARGV[0] eq '--logfile') { [all …]
|
D | 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 …]
|
D | tftpserver.pl | 56 while(@ARGV) { 57 if($ARGV[0] eq '--pidfile') { 58 if($ARGV[1]) { 59 $pidfile = $ARGV[1]; 60 shift @ARGV; 63 elsif($ARGV[0] eq '--portfile') { 64 if($ARGV[1]) { 65 $portfile = $ARGV[1]; 66 shift @ARGV; 69 elsif($ARGV[0] eq '--logfile') { [all …]
|
D | rtspserver.pl | 55 while(@ARGV) { 56 if($ARGV[0] eq '--pidfile') { 57 if($ARGV[1]) { 58 $pidfile = $ARGV[1]; 59 shift @ARGV; 62 elsif($ARGV[0] eq '--portfile') { 63 if($ARGV[1]) { 64 $portfile = $ARGV[1]; 65 shift @ARGV; 68 elsif($ARGV[0] eq '--logfile') { [all …]
|
D | 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 …]
|
D | testcurl.pl | 91 while ($ARGV[0]) { 92 if ($ARGV[0] =~ /--target=/) { 93 $targetos = (split(/=/, shift @ARGV, 2))[1]; 95 elsif ($ARGV[0] =~ /--setup=/) { 96 $setupfile = (split(/=/, shift @ARGV, 2))[1]; 98 elsif ($ARGV[0] =~ /--extvercmd=/) { 99 $extvercmd = (split(/=/, shift @ARGV, 2))[1]; 101 elsif ($ARGV[0] =~ /--mktarball=/) { 102 $mktarball = (split(/=/, shift @ARGV, 2))[1]; 104 elsif ($ARGV[0] =~ /--name=/) { [all …]
|
D | sshserver.pl | 105 while(@ARGV) { 106 if($ARGV[0] eq '--verbose') { 109 elsif($ARGV[0] eq '--debugprotocol') { 113 elsif($ARGV[0] eq '--user') { 114 if($ARGV[1]) { 115 $username = $ARGV[1]; 116 shift @ARGV; 119 elsif($ARGV[0] eq '--id') { 120 if($ARGV[1]) { 121 if($ARGV[1] =~ /^(\d+)$/) { [all …]
|
/external/icu/icu4c/source/tools/genren/ |
D | genren.pl | 45 while($ARGV[0] =~ /^-/) { # detects whether there are any arguments 46 $_ = shift @ARGV; # extracts the argument for processing 49 /^-o/ && (($headername = shift (@ARGV)), next); # output file 50 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts 51 /^-p/ && (($post = shift (@ARGV)), next); # nm opts 52 /^-x/ && (($mode = shift (@ARGV)), next); # nm opts 53 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix 58 unless(@ARGV > 0) { 137 for(;@ARGV; shift(@ARGV)) { 139 @NMRESULT = `nm $nmopts $ARGV[0] $post`; [all …]
|
/external/llvm/utils/ |
D | 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/llvm-project/llvm/utils/ |
D | 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/one-true-awk/testdir/ |
D | T.argv | 10 printf "%s ", ARGV[i] 12 printf "%s", ARGV[i] 22 printf "%s", ARGV[i] 35 ARGV[ARGC-1] = "" 37 print ARGV[i] 101 $awk 'BEGIN { print ARGV[1] + ARGV[2]}' 1 2.345 >foo2 102 diff foo1 foo2 || echo 'BAD: T.argv (ARGV[1] + ARGV[2])' 112 $awk 'BEGIN { ARGV[2] = "" } 116 diff foo4 foo5 || echo 'BAD: T.argv zap ARGV[2]' 119 $awk 'BEGIN { ARGV[1] = "foo2" ; print FILENAME } [all …]
|
D | u.main | 3 t = ARGV[0]; print "\n" t "\n"; system(t) # usage 4 t = ARGV[0] " -f"; print "\n" t "\n"; system(t) # no program file 5 t = ARGV[0] " -f /glop/glop"; print "\n" t "\n"; system(t) # program inaccessible 6 t = ARGV[0] " -zzz"; print "\n" t "\n"; system(t) # weird option 7 t = ARGV[0] " -F"; print "\n" t "\n"; system(t) # null FS 8 t = ARGV[0] " -F :"; print "\n" t "\n"; system(t) # field sep but no program
|
/external/curl/tests/libtest/ |
D | test613.pl | 26 if ( $#ARGV < 1 ) 38 if ($ARGV[0] eq "prepare") 40 my $dirname = $ARGV[1]; 70 elsif ($ARGV[0] eq "postprocess") 72 my $dirname = $ARGV[1]; 73 my $logfile = $ARGV[2]; 143 print "Unsupported command $ARGV[0]\n";
|
D | test610.pl | 24 if ( $#ARGV <= 0 ) 31 while(@ARGV) { 32 my $cmd = shift @ARGV; 33 my $arg = shift @ARGV; 44 my $arg2 = shift @ARGV;
|
D | test1022.pl | 24 if ( $#ARGV != 2 ) 30 my $what=$ARGV[2]; 33 open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n"; 43 open(CURLCONFIG, "sh $ARGV[0] --$what|") || die "Can't get curl-config --$what list\n";
|
/external/skia/tools/skpbench/ |
D | skpbench.py | 139 ARGV = [FLAGS.skpbench, '--verbosity', str(FLAGS.verbosity)] variable in SKPBench 141 ARGV.extend(['--duration', str(FLAGS.duration)]) 143 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)]) 145 ARGV.extend(['--gpuClock', 'true']) 147 ARGV.extend(['--fps', 'true']) 149 ARGV.extend(['--pr'] + re.split(r'[ ,]', FLAGS.pr)) 151 ARGV.extend(['--cc', 'true']) 153 ARGV.extend(['--cachePathMasks', 'false']) 155 ARGV.extend(['--allPathsVolatile', 'true']) 157 ARGV.extend(['--gpuThreads', str(FLAGS.gpuThreads)]) [all …]
|
/external/ipsec-tools/src/racoon/contrib/ |
D | 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/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 459 my $Status = system($Compiler,@ARGV); 461 print STDERR "$Compiler @ARGV\n"; 504 foreach (my $i = 0; $i < scalar(@ARGV); ++$i) { 505 my $Arg = $ARGV[$i]; 520 my $arch = $ARGV[$i+1]; 539 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 552 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 576 push @CompileOpts, $ARGV[$i]; 577 push @LinkOpts, $ARGV[$i]; 597 $Tmp = $Arg . $ARGV[$i]; [all …]
|
/external/llvm-project/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 454 my $Status = system($Compiler,@ARGV); 456 print STDERR "$Compiler @ARGV\n"; 499 foreach (my $i = 0; $i < scalar(@ARGV); ++$i) { 500 my $Arg = $ARGV[$i]; 516 my $arch = $ARGV[$i+1]; 535 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 548 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 573 push @CompileOpts, $ARGV[$i]; 574 push @LinkOpts, $ARGV[$i]; 595 $Tmp = $Arg . $ARGV[$i]; [all …]
|
/external/skqp/tools/skpbench/ |
D | skpbench.py | 123 ARGV = [FLAGS.skpbench, '--verbosity', str(FLAGS.verbosity)] variable in SKPBench 125 ARGV.extend(['--duration', str(FLAGS.duration)]) 127 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)]) 129 ARGV.extend(['--gpuClock', 'true']) 131 ARGV.extend(['--fps', 'true']) 133 ARGV.extend(['--pr'] + re.split(r'[ ,]', FLAGS.pr)) 135 ARGV.extend(['--cachePathMasks', 'false']) 137 ARGV.extend(['--gpuThreads', str(FLAGS.gpuThreads)]) 141 ARGV.extend(['--ddl', 'true']) 143 ARGV.extend(['--ddlNumAdditionalThreads', [all …]
|
/external/tcpdump/tests/ |
D | TESTonce | 5 if(@ARGV != 4) { 10 $name=$ARGV[0]; 11 $input=$ARGV[1]; 12 $output=$ARGV[2]; 13 $options=$ARGV[3];
|
/external/llvm-project/clang/utils/analyzer/ |
D | reducer.pl | 6 die "$prog <code file> <error string> [optional command]\n" if ($#ARGV < 0); 7 my $file = shift @ARGV; 10 my $magic = shift @ARGV; 25 if (scalar(@ARGV) > 0) { $command = \@ARGV; }
|
/external/clang/utils/analyzer/ |
D | reducer.pl | 6 die "$prog <code file> <error string> [optional command]\n" if ($#ARGV < 0); 7 my $file = shift @ARGV; 10 my $magic = shift @ARGV; 25 if (scalar(@ARGV) > 0) { $command = \@ARGV; }
|
/external/slf4j/ |
D | binderVersion.pl | 2 if ($#ARGV < 1) { 7 $V= $ARGV[0]; 12 shift(@ARGV); 40 foreach $ARG (@ARGV) {
|