HomeSort by relevance Sort by last modified time
    Searched full:perl (Results 1 - 25 of 1048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/bn/asm/x86/
f 1 #!/usr/local/bin/perl
  /external/valgrind/main/tests/
filter_numbers 3 perl -p -e 's/[0-9,]+/.../g'
filter_addresses 3 perl -p -e 's/0x[0-9A-Fa-f]+/0x......../g'
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests 2 exec perl $0.pl ${1+"$@"}
  /external/webkit/Tools/Scripts/
create-exports 1 #!/usr/bin/perl -w
num-cpus 1 #!/usr/bin/perl -w
  /external/dropbear/libtomcrypt/
updatemakes.sh 5 perl filter.pl makefile tmplist
8 perl filter.pl makefile.icc tmplist
11 perl filter.pl makefile.shared tmplist
14 perl filter.pl makefile.unix tmplist
17 perl filter.pl makefile.msvc tmplist
  /external/antlr/antlr-3.4/runtime/Perl5/examples/
README 1 This directory contains examples for the Perl 5 code generation target.
5 Then you need to build the Perl module.
7 perl Makefile.PL
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcritic.t 10 require Test::Perl::Critic;
13 my $msg = 'Test::Perl::Critic required to criticise code';
18 Test::Perl::Critic->import( -profile => $rcfile );
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
test.pl 1 #!/usr/bin/perl
  /external/linux-tools-perf/scripts/perl/bin/
rw-by-pid-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
wakeup-latency-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
workqueue-stats-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
Makefile 2 exec perl mklistpage.pl > menubody.html
  /external/valgrind/main/memcheck/tests/
filter_addressable 4 perl -p -e 's/(default action of signal) [0-9]+ \(SIG(SEGV|BUS)\)/$1 N \(SIGSEGV or SIGBUS\)/' |
5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'
  /external/valgrind/main/memcheck/tests/x86-linux/
filter_scalar_exit_group 7 perl -p -e "s/exit_group/EXIT_GROUP/" |
11 perl -p -e "s/EXIT_GROUP/exit_group/"
  /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/llvm/utils/lint/
remove_trailing_whitespace.sh 6 perl -pi -e 's/\s+$/\n/' $*
  /external/valgrind/main/auxprogs/
dump_insn_ppc.sh 4 =(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout 1 # -*-perl-*-
  /ndk/sources/host-tools/sed-4.2.1/doc/
config.texi 7 @clear PERL
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
README 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
7 that the core perf support for Perl calls on and should always be
9 that scripts may want to use. Context.pm contains the Perl->C
13 The Perl->C perf interface is completely driven by Context.xs. If you
14 want to add new Perl functions that end up accessing C data in the
22 perl Makefile.PL # to create a Makefile for the next step
36 Building perf with perf script Perl scripting should install this
40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
53 it under the same terms as Perl itself, either Perl version 5.10.0 or
    [all...]
  /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>
  /external/valgrind/main/massif/tests/
filter_stderr 11 perl -n -e 'print if !/^Massif: (malloc|calloc|realloc|memalign)_common$/' |
14 perl -n -e 'print if !/^Massif: malloc_zone_(malloc|calloc|realloc|memalign|valloc)$/'

Completed in 345 milliseconds

1 2 3 4 5 6 7 8 91011>>