HomeSort by relevance Sort by last modified time
    Searched full:perl (Results 51 - 75 of 1728) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
c++-analyzer 1 #!/usr/bin/env perl
5 # Add scan-build dir to the list of places where perl looks for modules.
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 7 This document describes the design of the C<ANTLR::Runtime> Perl 5 port.
11 C<ANTLR::Runtime> is the port of the runtime part for ANTLR to Perl 5. ANTLR's
14 Perl users should be perlish if possible - at least as a secondary interface.
27 The Java package C<org.antlr.runtime> maps to the Perl 5 package
32 Each Java class maps to a Perl 5 class with the same name.
41 Here's a list of Java types and how they should map to Perl.
47 Use a Perl scalar.
51 Use a reference to a Perl array.
55 Use a reference to a Perl hash.
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 1 #!/usr/bin/perl
  /external/curl/tests/server/
base64.pl 1 #!/usr/bin/perl
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat 10 REM to work, the perl executable must be on the path. We recommend
15 perl -w -x indic.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
18 perl -w -x indic.pl %*
20 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
  /external/libcxx/buildcmds/
buildcmdscc 9 echo $ARGS | perl -ne 's/\S+\.cpp\b/%SOURCE%/; print' \
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
12 echo $ARGS | perl -ne 's/out\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \
13 | perl -ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
  /external/llvm/utils/lint/
remove_trailing_whitespace.sh 6 perl -pi -e 's/\s+$/\n/' $*
  /external/valgrind/auxprogs/
dump_insn_ppc.sh 4 =(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_sse_mdb 8 perl -p -e 's/from \S*$/from .../' | \
9 perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
10 perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
14 perl -n -e '/^%xmm/ && print $_;'
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread_sse_mdb 8 perl -p -e 's/from \S*$/from .../' | \
9 perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
10 perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
14 perl -n -e '/^%xmm/ && print $_;'
  /external/valgrind/tests/
filter_addresses 3 perl -p -e 's/0x[0-9A-Fa-f]+/0x......../g'
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout 1 # -*-perl-*-
  /external/ImageMagick/PerlMagick/t/jbig/
write.t 1 #!/usr/bin/perl
22 $test=0; # Keep perl from complaining
  /external/markdown/tests/misc/
japanese.html 2 <p><strong>Python</strong>????????<a href="http://en.wikipedia.org/wiki/Guido_van_Rossum">Guido van Rossum</a> ????????????????????????????????<a href="http://ja.wikipedia.org/wiki/Perl">Perl</a>????????????????????????? BBC ????????????????????????????????????? (Python???????????????????Python??????????????????????????)</p>

Completed in 2840 milliseconds

1 23 4 5 6 7 8 91011>>