/ndk/sources/host-tools/make-3.81/ |
Makefile.DOS | 71 PERL = perl 518 if $(PERL) -v >/dev/null 2>&1; then \ 525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \ 526 cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS); \ 528 echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
|
config.log | 178 configure:3315: checking for perl 179 configure:3331: found /usr/bin/perl 180 configure:3342: result: perl 327 ac_cv_prog_PERL=perl 399 PERL='perl'
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
export | 1 # -*-perl-*- 245 # This tells the test driver that the perl test script executed properly.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
af.po | 230 " -R, --regexp-perl\n" 231 " use Perl 5's regular expressions syntax in the script.\n" 233 " -R, --regexp-perl\n" 234 " gebruik Perl 5 se regexsintaks in die skrip.\n" 307 " -R, --regexp-perl\n" 308 " gebruik Perl 5 se regexsintaks in die skrip.\n"
|
da.po | 229 " -R, --regexp-perl\n" 230 " use Perl 5's regular expressions syntax in the script.\n" 232 " -R, --regexp-perl\n" 233 " brug Perl 5's syntaks for regul?re udtryk i skriptet\n" 306 " -R, --regexp-perl\n" 307 " brug Perl 5's syntaks for regul?re udtryk i skriptet\n"
|
/external/libvpx/examples/includes/geshi/docs/ |
CHANGES | 29 * Added some missing Perl keywords and obscure default variables (BenBE) 122 * Fixed duplicate keyword warnings for Perl, Tcl and Typoscript (BenBE) 253 - Implemented Heredoc and Nowdoc Syntax for PHP and Perl (SF#1914640, BenBE) 255 - Implemented minimalistic support for JavaScript \ Perl Regular Expressions (SF#1786665, SF#1754333, SF#1956631, BenBE) 298 * Perl 327 - Fixed POD (Plain Old Documentation) format problems breaking highlighting of Perl (SF #1891630, Shannon Wynter, BenBE) 342 - Fixed outdated documentation URL of Perl language file (RuralMoon by BenBE) 490 - Used hardquote support for ' strings in perl (Cliff Stanford) [all...] |
/external/regex-re2/doc/ |
syntax.html | 12 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr> 20 <tr><td><code>\d</code></td><td>Perl character class</td></tr> 21 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr> 87 <tr><td><code><font color=#808080>\G</font></code></td><td>at end of last match <font size=-2>PERL</font></td></tr> 155 <tr><td><code>\d</code></td><td>Perl character class</td></tr> 170 <tr><td colspan=2><b>Perl character classes:</b></td></tr> 358 <tr><td><code><font color=#808080>(?{code})</font></code></td><td>arbitrary Perl code <font size=-2>PERL</font></td></tr> 359 <tr><td><code><font color=#808080>(??{code})</font></code></td><td>postponed arbitrary Perl code <font size=-2>PERL</font></td></tr [all...] |
/external/dnsmasq/contrib/webmin/ |
dnsmasq.wbm | 47 dnsmasq/index.cgi 0000755 0000000 0000000 00000007531 10512641067 013030 0 ustar root root #!/usr/bin/perl [all...] |
/external/regex-re2/re2/ |
re2.h | 9 // RE2 supports Perl-style regular expressions (with extensions like 16 // its syntax for regular expressions, which is similar to Perl's with 21 // supported by RE2, and a comparison with PCRE and PERL regexps. 23 // For those not familiar with Perl's regular expressions, 224 ErrorBadPerlOp, // bad perl operator 488 // perl_classes (false) allow Perl's \d \s \w \D \S \W 489 // word_boundary (false) allow Perl's \b \B (word boundary and not) [all...] |
parse.cc | 16 // and recognizes the Perl escape sequences \d, \s, \w, \D, \S, and \W. 134 // Parse a Perl flag set or non-capturing group from s. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-oro.jar | |
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ |
manualTest.t | 201 <!-- Table of Contents generated by Perl - HTML::Toc --> 245 <!-- Table of Contents generated by Perl - HTML::Toc --> 255 <!-- Table of Contents generated by Perl - HTML::Toc --> 431 <!-- Table of Contents generated by Perl - HTML::Toc --> 475 <!-- Table of Contents generated by Perl - HTML::Toc --> 485 <!-- Table of Contents generated by Perl - HTML::Toc --> 661 <!-- Table of Contents generated by Perl - HTML::Toc --> 705 <!-- Table of Contents generated by Perl - HTML::Toc --> 715 <!-- Table of Contents generated by Perl - HTML::Toc -->
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 2 # Perl script genlingware.pl --- composes a lingware resource from 8 # type perl genlingware.pl -help to get help 11 eval "exec perl -S \$0 \${1+\"\$@\"}"
|
/external/webkit/Source/WebCore/bindings/gobject/ |
GNUmakefile.am | 414 $(AM_V_GEN)echo $(gdom_class_list) | $(PERL) $< gdom > $@ 417 $(AM_V_GEN)echo $(gdom_class_list) | $(PERL) $< defines > $@ 437 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(gdom_feature_defines)" --generator GObject $<
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 1 #!/usr/bin/perl -w 75 +#!/usr/bin/perl -w 89 expectedNextLine => "+#!/usr/bin/perl -w\n",
|
/tools/motodev/src/help/appvalidator_help/etc/buildfiles/ |
build_lib.xml | 25 <!-- References ANT extension that provides Perl 5 compatible regex functionality.-->
174 <!--Run linklint if report="true" and if OS is Mac or a Unix-like OS, which ship with Perl.-->
187 <exec dir="${basedir}" executable="perl" os="Mac OS X" failifexecutionfails="false"
|
/tools/motodev/src/help/studio_help/etc/buildfiles/ |
build_lib.xml | 25 <!-- References ANT extension that provides Perl 5 compatible regex functionality.-->
174 <!--Run linklint if report="true" and if OS is Mac or a Unix-like OS, which ship with Perl.-->
187 <exec dir="${basedir}" executable="perl" os="Mac OS X" failifexecutionfails="false"
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 336 part of the standard Perl distribution, part of the module's distribution, 344 system or program resources, or due to internal limitations of Perl
|
/external/icu4c/tools/genren/ |
genren.pl | 1 #!/usr/bin/perl 85 * Created by: Perl script written by Vladimir Weinstein
|
/external/openssl/crypto/objects/ |
obj_dat.pl | 1 #!/usr/local/bin/perl 175 * perl obj_dat.pl obj_mac.h obj_dat.h
|
objects.pl | 1 #!/usr/local/bin/perl 126 * perl objects.pl objects.txt obj_mac.num obj_mac.h
|
/external/valgrind/main/docs/ |
README | 229 - http://cvs.sourceforge.net/viewcvs.py/perl-xml/perl-xml-faq/
|
/external/valgrind/main/gdbserver_tests/ |
README_DEVELOPERS | 18 perl tests/vg_regtest gdbserver_tests 48 perl tests/vg_regtest --keep-unfiltered gdbserver_tests
|
/external/webkit/Tools/Scripts/ |
commit-log-editor | 1 #!/usr/bin/perl -w 131 # different from perl's line endings.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
http_server.py | 137 # Write out our cgi handlers. Run perl through env so that it 138 # processes the #! line and runs perl with the proper command
|