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

1 2 3 4 5 6 7

  /external/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;
findsym.pl 12 my $Directory = $ARGV[0];
13 my $Symbol = $ARGV[1];
  /external/webkit/Source/WebCore/
make-hash-tools.pl 26 my $outdir = $ARGV[0];
28 my $option = basename($ARGV[0],".gperf");
36 my $docTypeStringsGperf = $ARGV[0];
46 my $colorDataGperf = $ARGV[0];
make-export-file-generator 26 input_file = ARGV[0]
27 output_file = ARGV[1]
  /external/webkit/Tools/Scripts/
execAppWithEnv 35 my ($unsplitEnvVar, @app) = @ARGV;
run-webkit-app 39 die "Did not specify an application to open (e.g. run-webkit-app AppName).\n" unless length($ARGV[0]) > 0;
45 print "Start $ARGV[0] with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
49 unshift(@ARGV, "-a");
50 exec "open", @ARGV;
run-webkit-tests 72 push(@ARGV, "--verbose");
77 push(@ARGV, "--results-directory");
79 push(@ARGV, sourceDir() . "/layout-test-results");
84 exec $harnessPath ($harnessPath, @ARGV) or die "Failed to execute $harnessPath";
generate-project-files 38 system("python", "Source/gyp/configure", @ARGV) == 0 or die "Failed to run Source/gyp/configure";
update-webkit-localizable-strings 41 @ARGV == 0 or die "Usage: " . basename($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/dropbear/libtomcrypt/
parsenames.pl 7 @a = split(" ", $ARGV[1]);
8 $b = "$ARGV[0]=";
20 if ($ARGV[0] eq "HEADERS") { print "testprof/tomcrypt_test.h"; }
  /external/valgrind/main/coregrind/
link_tool_exe_linux.in 41 # argv[2 ..].
47 # "-static" and "-Ttext=<argv[1]>" to it.
55 if (($#ARGV + 1) < 5);
57 my $ala = $ARGV[0];
64 my $cc = $ARGV[1];
66 # and the 'restargs' are argv[2 ..]
74 foreach my $n (2 .. $#ARGV) {
75 $cmd = "$cmd $ARGV[$n]";
link_tool_exe_darwin.in 58 # of course need to take it from argv[1]. In these examples the stack
99 if (($#ARGV + 1) < 5);
101 my $ala = $ARGV[0];
114 foreach my $n (2 .. $#ARGV - 1) {
115 my $str = $ARGV[$n];
117 $outname = $ARGV[$n + 1];
128 foreach my $n (2 .. $#ARGV - 1) {
129 my $str = $ARGV[$n];
131 $archstr = $ARGV[$n + 1];
156 foreach my $n (2 .. $#ARGV) {
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
showtest.rb 33 if ! ARGV[0]
38 ie.test_num = ARGV[0].to_i
39 ie.subtest_num = ARGV[1].to_i || 0
lasthit.rb 14 if (ARGV[0])
15 file = File.open(ARGV[0])
  /external/openssl/crypto/bn/asm/
x86.pl 14 &asm_init($ARGV[0],$0);
  /external/icu4c/test/compat/
tzone.pl 7 if ($ARGV[0] eq '-h' || $ARGV[0] eq '--help') {
25 if (scalar(@ARGV) == 5) {
26 ($year, $month, $day, $hour, $minute) = @ARGV;
  /external/pcre/
Detrail 33 for ($i = 0; $i < @ARGV; $i++) { &detrail($ARGV[$i]); }
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 7 while ( ($file = shift(@ARGV)) ) {
  /external/strace/strace/linux/x86_64/
gentab.pl 36 open(F,$ARGV[0]) || die "cannot open template file $ARGV[0]\n";
50 open(S,$ARGV[1]) || die "cannot open syscall file $ARGV[1]\n";
  /development/tools/findunused/
findunusedtranslations 14 if ($#ARGV != 0) {
18 unless ($ARGV[0] =~ /^(.*)\/values([^\/]*)\/(.*\.xml)/) {
19 print STDERR "Bad format for $ARGV[0]\n";
23 unless (-f $ARGV[0]) {
24 print STDERR "$0: $ARGV[0]: No such file\n";
41 open(IN, "<$ARGV[0]");
  /external/icu4c/tools/genren/
genren.pl 43 while($ARGV[0] =~ /^-/) { # detects whether there are any arguments
44 $_ = shift @ARGV; # extracts the argument for processing
47 /^-o/ && (($headername = shift (@ARGV)), next); # output file
48 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts
49 /^-p/ && (($post = shift (@ARGV)), next); # nm opts
50 /^-x/ && (($mode = shift (@ARGV)), next); # nm opts
51 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix
56 unless(@ARGV > 0) {
61 #$headername = "uren".substr($ARGV[0], 6, index(".", $ARGV[0])-7).".h"
    [all...]

Completed in 655 milliseconds

1 2 3 4 5 6 7