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

1 2 3 4 5 6 7 8 9

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.pl 39 my $ANT_RUN_CMD = @ARGV[0];
42 chdir (@ARGV[0]) || die "Can't cd to $ARGV[0]: $!\n";
47 $ANT_RUN_CMD .= "/".@ARGV[1];
50 $ANT_RUN_CMD = @ARGV[1];
58 my $returnValue = system $ANT_RUN_CMD, @ARGV;
  /external/chromium_org/tools/deep_memory_profiler/
dmprof 9 ARGV="$@"
12 "$BASEDIR/dmprof.py" $ARGV
  /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/chromium_org/third_party/WebKit/Tools/Scripts/
execAppWithEnv 35 my ($unsplitEnvVar, @app) = @ARGV;
  /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...]
findsym.pl 12 my $Directory = $ARGV[0];
13 my $Symbol = $ARGV[1];
  /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/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86.pl 14 &asm_init($ARGV[0],$0);
  /external/openssl/crypto/bn/asm/
x86.pl 14 &asm_init($ARGV[0],$0);
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make-hash-tools.pl 26 my $outdir = $ARGV[0];
28 my $option = basename($ARGV[0],".gperf");
  /external/chromium_org/third_party/icu/source/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/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/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
gendef.pl 7 while ( ($file = shift(@ARGV)) ) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
makegrammar.pl 34 my $grammarFilePath = $ARGV[0];
35 my $grammarIncludesFilePath = @ARGV > 0 ? $ARGV[1] : "";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 23 if ARGV.length == 0 || ARGV[0] == '-' then
26 File.open(ARGV[0]) { |file| patch_data = file.read }
  /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 ..]
85 foreach my $n (2 .. $#ARGV) {
86 $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]; # the load address to use
102 my $cc = $ARGV[1]; # the C compiler in use
115 foreach my $n (2 .. $#ARGV - 1) {
116 my $str = $ARGV[$n];
118 $outname = $ARGV[$n + 1];
129 foreach my $n (2 .. $#ARGV - 1) {
130 my $str = $ARGV[$n];
132 $archstr = $ARGV[$n + 1]
    [all...]
  /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/chromium_org/third_party/icu/source/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...]
  /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...]
  /external/chromium_org/third_party/jemalloc/chromium/
apply-ed-patches.pl 55 my $source_patch = $ARGV[0];
56 my $srcdir = $ARGV[1];
57 my $ed = $ARGV[2];
  /external/chromium_org/third_party/jemalloc/vendor/
apply-ed-patches.pl 55 my $source_patch = $ARGV[0];
56 my $srcdir = $ARGV[1];
57 my $ed = $ARGV[2];

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 9