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

1 2 3 4 56 7 8 91011>>

  /external/boringssl/src/crypto/obj/
README 1 OID information is generated via a series of perl scripts. In order, the full
4 perl objects.pl objects.txt obj_mac.num ../../include/openssl/obj_mac.h
5 perl obj_dat.pl ../../include/openssl/obj_mac.h obj_dat.h
6 perl obj_xref.pl obj_mac.num obj_xref.txt > obj_xref.h
  /external/curl/tests/libtest/
notexists.pl 1 #!/usr/bin/env perl
test307.pl 1 #!/usr/bin/env perl
  /external/pcre/dist/
libpcre.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
libpcre16.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
libpcre32.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
  /external/snakeyaml/src/test/resources/pyyaml/
spec-08-10.canonical 7 : !!str "#!/usr/bin/perl\n\
  /external/valgrind/massif/tests/
basic.vgtest 4 post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
ignoring.vgtest 4 post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
null.vgtest 4 post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-e 1 # -*-perl-*-
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
CURDIR 1 # -*-perl-*-
  /external/regex-re2/doc/
mksyntaxwiki 11 ,s! perl$! <font size="1">PERL</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/valgrind/auxprogs/
change-copyright-year 10 # - change the years in the 'perl' command below appropriately.
22 perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2013/Copyright (C) 20$1$2-2015/' < $i > tmp.$$
27 perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2013/Copyright IBM Corp. 20$1$2-2015/' < $i > tmp.$$
  /external/valgrind/none/tests/amd64-darwin/
filter_minimal 6 perl -p -e 's/(==|\*\*)[0-9]{1,7}\1 //' |
8 perl -p -e 's/0x[0-9A-Fa-f]+/0x......../g' |
14 perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' |
  /external/pcre/dist/doc/
perltest.txt 4 The perltest.pl script tests Perl's regular expressions; it has the same
6 input patterns can be followed only by Perl's lower case modifiers and certain
20 are processed as Perl double-quoted strings, so if they contain " $ or @
22 the Perl-compatible testinput1 file are escaped so that they can be used for
25 in the Perl-compatible test file. The output should be identical, apart from
  /external/icu/icu4c/source/test/perf/
README 9 performance tests are driven by a perl-based script which calls the underlying C program and
46 (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test
48 * You only need to run the perl script from the latest ICU version. The corresponding perl script
56 Note: To run the actual performance test, you will need to setup Perl with the following modules:
60 perl script might be helpful.
61 Note: The perl script is only used in one version of ICU. When you run regression tests,
  /external/valgrind/
Makefile.am 72 ## Preprend @PERL@ because tests/vg_regtest isn't executable
73 ## Ensure make exits with error if PERL fails or post_regtest_checks fails.
76 if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
85 @PERL@ tests/vg_regtest $(TOOLS)
87 @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
92 ## Preprend @PERL@ because tests/vg_perf isn't executable
94 @PERL@ perf/vg_perf perf
  /external/valgrind/tests/
filter_stderr_basic 8 # easily done. Use Perl instead for any such cases.
13 perl -p -e 's/(==|--|\*\*)[0-9]{1,7}\1 //' |
31 perl -p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c:\d+\)/vg_replace_malloc.c:...\)/" |
34 perl -p -e "s/valgrind\.h:\d+\)/valgrind\.h:...\)/" |
49 perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' |
52 perl -n -e 'print if !/^(Memory fault|Killed) $/' |
55 perl -p -e "s/: memcpy\@\@?GLIBC_[.1-9]+ \(vg_replace_strmem.c:.*?\)/: memcpy \(vg_replace_strmem.c:...\)/" |
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 7 @rem = '--*-Perl-*--
10 perl -W -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
13 perl -W -x -S "%0" %*
15 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
18 #!perl
21 # This perl script updates the filters in the transliterator index file.
  /frameworks/compile/libbcc/tests/debuginfo/
lit.site.cfg 71 config.perl = inferTool(lit, 'perl', 'PERL', config.environment['PATH'])
90 config.substitutions.append( ('%Test_jit_debuginfo', config.perl \
99 lit.note('using perl: %r' % config.perl)
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 1 #!/usr/bin/perl
46 # NOTE: msys perl returns /c/go/src/... not C:\go\....
60 # A minimal version of CGI.pm, for people without the perl-modules
61 # package installed. (CGI.pm used to be part of the Perl core, but
62 # some distros now bundle perl-base and perl-modules separately...)
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 1 #!/usr/bin/perl
46 # NOTE: msys perl returns /c/go/src/... not C:\go\....
60 # A minimal version of CGI.pm, for people without the perl-modules
61 # package installed. (CGI.pm used to be part of the Perl core, but
62 # some distros now bundle perl-base and perl-modules separately...)
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 1 /* Warnings for Perl keywords */
2 #define PERLKW(x) %keywordwarn("'" `x` "' is a perl keyword") `x`
3 #define PERLBN(x) %builtinwarn("'" `x` "' conflicts with a built-in name in perl") "::" `x`
8 From http://www.rocketaware.com/perl/perlfunc/
144 /* Keywords related to the control flow of your perl program */
201 /* Keywords related to perl modules */
  /external/icu/icu4j/perf-tests/
build.xml 33 <property name="perl" value="perl"/>
34 <exec executable="${perl}">

Completed in 817 milliseconds

1 2 3 4 56 7 8 91011>>