/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 | 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 …]
|
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 | 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 | 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 …]
|
D | 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 …]
|
D | sshserver.pl | 102 while(@ARGV) { 103 if($ARGV[0] eq '--verbose') { 106 elsif($ARGV[0] eq '--debugprotocol') { 110 elsif($ARGV[0] eq '--user') { 111 if($ARGV[1]) { 112 $username = $ARGV[1]; 113 shift @ARGV; 116 elsif($ARGV[0] eq '--id') { 117 if($ARGV[1]) { 118 if($ARGV[1] =~ /^(\d+)$/) { [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 …]
|
/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/swiftshader/third_party/LLVM/utils/ |
D | 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 …]
|
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 …]
|
D | NewNightlyTest.pl | 155 while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) { 160 if (/^-config$/) { $CONFIG_PATH = "$ARGV[0]"; shift; next; } 168 if (/^-parallel-jobs$/) { $PARALLELJOBS = "$ARGV[0]"; shift; next;} 188 if (/^-test-opts$/) { $PROGTESTOPTS .= " $ARGV[0]"; shift; next; } 192 if (/^-f2c$/) { $CONFIGUREARGS .= " --with-f2c=$ARGV[0]"; 194 if (/^-with-externals$/) { $CONFIGUREARGS .= " --with-externals=$ARGV[0]"; 196 if (/^-configure-args$/) { $CONFIGUREARGS .= " $ARGV[0]"; 198 if (/^-submit-server/) { $SUBMITSERVER = "$ARGV[0]"; shift; next; } 199 if (/^-submit-script/) { $SUBMITSCRIPT = "$ARGV[0]"; shift; next; } 200 if (/^-submit-aux/) { $SUBMITAUX = "$ARGV[0]"; shift; next; } [all …]
|
D | 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);
|
/external/swiftshader/third_party/llvm-7.0/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/syzkaller/vendor/golang.org/x/sys/unix/ |
D | mksyscall.pl | 24 my $cmdline = "mksyscall.pl " . join(' ', @ARGV); 34 if($ARGV[0] eq "-b32") { 37 } elsif($ARGV[0] eq "-l32") { 41 if($ARGV[0] eq "-plan9") { 45 if($ARGV[0] eq "-openbsd") { 49 if($ARGV[0] eq "-netbsd") { 53 if($ARGV[0] eq "-dragonfly") { 57 if($ARGV[0] eq "-arm") { 61 if($ARGV[0] eq "-tags") { 63 $tags = $ARGV[0]; [all …]
|
D | mksyscall_solaris.pl | 22 my $cmdline = "mksyscall_solaris.pl " . join(' ', @ARGV); 29 if($ARGV[0] eq "-b32") { 32 } elsif($ARGV[0] eq "-l32") { 36 if($ARGV[0] eq "-tags") { 38 $tags = $ARGV[0]; 42 if($ARGV[0] =~ /^-/) { 60 print STDERR "$ARGV:$.: malformed parameter: $p\n"; 85 print STDERR "$ARGV:$.: malformed //sys declaration\n"; 154 print STDERR "$ARGV:$.: $func uses string arguments, but has no error return\n"; 194 print STDERR "$ARGV:$.: too many arguments to system call\n"; [all …]
|
/external/chromium-libpac/test/ |
D | 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/curl/tests/libtest/ |
D | test613.pl | 5 if ( $#ARGV < 1 ) 17 if ($ARGV[0] eq "prepare") 19 my $dirname = $ARGV[1]; 49 elsif ($ARGV[0] eq "postprocess") 51 my $dirname = $ARGV[1]; 52 my $logfile = $ARGV[2]; 108 print "Unsupported command $ARGV[0]\n";
|
D | test610.pl | 3 if ( $#ARGV <= 0 ) 10 while(@ARGV) { 11 my $cmd = shift @ARGV; 12 my $arg = shift @ARGV; 23 my $arg2 = shift @ARGV;
|
D | 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/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/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/skia/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/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];
|