/third_party/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 …]
|
D | ftpserver.pl | 2935 while(@ARGV) { 2936 if($ARGV[0] eq '--verbose') { 2939 elsif($ARGV[0] eq '--srcdir') { 2940 if($ARGV[1]) { 2941 $srcdir = $ARGV[1]; 2942 shift @ARGV; 2945 elsif($ARGV[0] eq '--id') { 2946 if($ARGV[1] && ($ARGV[1] =~ /^(\d+)$/)) { 2948 shift @ARGV; 2951 elsif($ARGV[0] eq '--proto') { [all …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/icu/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 …]
|
/third_party/pixman/test/ |
D | fuzzer-find-diff.pl | 18 $#ARGV >= 1 or die $usage; 22 if ($#ARGV >= 2) { 23 $number_of_tests = int($ARGV[2]); 33 if (`$ARGV[0] $min $max 2>/dev/null` eq `$ARGV[1] $min $max 2>/dev/null`) { 38 if (`$ARGV[0] $min 2>/dev/null` ne `$ARGV[1] $min 2>/dev/null`) { 45 my $res1 = `$ARGV[0] $min $avg 2>/dev/null`; 46 my $res2 = `$ARGV[1] $min $avg 2>/dev/null`; 64 print `$ARGV[0] $res`; 66 print `$ARGV[1] $res`; 69 printf("$ARGV[1] %d\n", $res);
|
/third_party/openssl/ms/ |
D | cmp.pl | 9 ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n"; 11 open(IN0,"<$ARGV[0]") || die "unable to open $ARGV[0]\n"; 12 open(IN1,"<$ARGV[1]") || die "unable to open $ARGV[1]\n"; 38 printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
|
/third_party/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";
|
/third_party/openssl/util/ |
D | ck_errf.pl | 48 while ( @ARGV ) { 49 my $arg = $ARGV[0]; 53 $config = $ARGV[1]; 54 shift @ARGV; 67 shift @ARGV; 72 die "Extra parameters given.\n" if @ARGV; 79 @source = @ARGV;
|
/third_party/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 …]
|
/third_party/mbedtls/tests/data_files/ |
D | print_c.pl | 21 if (!@ARGV || $ARGV[0] == '--help') { 33 my $pp_name = @ARGV > 1 ? shift @ARGV : undef; 34 my $name = shift @ARGV;
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.py | 125 ARGV = [FLAGS.skpbench, '--verbosity', str(FLAGS.verbosity)] variable in SKPBench 127 ARGV.extend(['--duration', str(FLAGS.duration)]) 129 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)]) 131 ARGV.extend(['--gpuClock', 'true']) 133 ARGV.extend(['--fps', 'true']) 135 ARGV.extend(['--pr'] + re.split(r'[ ,]', FLAGS.pr)) 137 ARGV.extend(['--cc', 'true']) 139 ARGV.extend(['--cachePathMasks', 'false']) 141 ARGV.extend(['--gpuThreads', str(FLAGS.gpuThreads)]) 145 ARGV.extend(['--ddl', 'true']) [all …]
|
/third_party/openssl/crypto/objects/ |
D | objects.pl | 16 my $iYEAR = [localtime([stat($ARGV[0])]->[9])]->[5] + 1900; 18 $iYEAR = [localtime([stat($ARGV[1])]->[9])]->[5] + 1900; 21 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]"; 34 { die "$ARGV[1]:$o:There's already an object with NID ",$mynum," on line ",$order{$mynum},"\n"; } 36 …{ die "$ARGV[1]:$o:There's already an object with name ",$Cname," on line ",$order{$nid{$Cname}},"… 44 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]"; 188 { die "$ARGV[0]:$o:Undefined identifier ",$a[0],"\n"; }
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 29 #define INIT_WARGV(ARGC, ARGV) \ argument 71 #define INIT_WARGV(ARGC, ARGV) argument 73 #define GET_WARGV(ARGV, C) (ARGV)[C] argument 74 #define GET_WARGV_SHIFTED(ARGV, C) (ARGV)[C] argument
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 29 #define INIT_WARGV(ARGC, ARGV) \ argument 71 #define INIT_WARGV(ARGC, ARGV) argument 73 #define GET_WARGV(ARGV, C) (ARGV)[C] argument 74 #define GET_WARGV_SHIFTED(ARGV, C) (ARGV)[C] argument
|
/third_party/grpc/examples/ruby/ |
D | greeter_client.rb | 29 user = ARGV.size > 0 ? ARGV[0] : 'world' 30 hostname = ARGV.size > 1 ? ARGV[1] : 'localhost:50051'
|
/third_party/openssl/apps/ |
D | progs.pl | 19 my $apps_openssl = shift @ARGV; 39 @ARGV = sort keys %commands; 70 foreach (@ARGV) { 75 foreach (@ARGV) { 94 foreach my $cmd ( @ARGV ) {
|