OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perl
(Results
151 - 175
of
1048
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
warn-undefined-variables
1
# -*-
perl
-*-
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
FORCE
1
# -*-
perl
-*-
SILENT
1
# -*-
perl
-*-
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKEFILES
1
# -*-
perl
-*-
/external/llvm/utils/
test_debuginfo.pl
1
#!/usr/bin/
perl
9
# This
perl
script extracts debugger commands from input source program
/external/markdown/tests/misc/
bidi.html
1
<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/openssh/contrib/aix/
inventory.sh
6
# Originally written by Ben Lindstrom, modified by Darren Tucker to use
perl
33
find . ! -name . -print |
perl
-ne '{
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
array_split_1.js
27
These are tests from free
perl
suite.
33
var SECTION = "Free
Perl
";
/external/webkit/Tools/Scripts/
update-webkit-auxiliary-libs
1
#!/usr/bin/
perl
-w
40
system("
perl
", $command, $auxiliaryLibsURL, "win") == 0 or die;
update-webkit-wincairo-libs
1
#!/usr/bin/
perl
-w
40
system("
perl
", $command, $winCairoLibsURL, ".") == 0 or die;
update-webkit
1
#!/usr/bin/
perl
-w
100
system("
perl
", "Tools/Scripts/update-webkit-chromium") == 0 or die $!;
102
system("
perl
", "Tools/Scripts/update-webkit-auxiliary-libs") == 0 or die;
104
system("
perl
", "Tools/Scripts/update-webkit-wincairo-libs") == 0 or die;
112
system("
perl
", "Tools/Scripts/generate-project-files") == 0 or die "Failed to run generate-project-files";
run-webkit-tests
1
#!/usr/bin/
perl
36
# This is intentionally written in
Perl
to guarantee support on
39
#
perl
directly instead of executing it in a shell.
test-webkit-scripts
31
"""Run unit tests of WebKit's
Perl
and Python scripts."""
72
self.run_test_script('
Perl
scripts', self.script_path('test-webkitperl'))
79
print('Note:
Perl
and Python results appear separately above.')
/ndk/sources/host-tools/make-3.81/tests/
README
27
The test suite requires
Perl
. These days, you should have at least
Perl
29
used to work with
Perl
4.036 but official support for
Perl
4.x was
35
To run the test suite on a UNIX system, use "
perl
./run_make_tests"
36
(or just "./run_make_tests" if you have a
perl
on your PATH).
39
"
perl
.exe ./run_make-tests.pl".
43
"
perl
run_make_tests -make_path /usr/local/src/make-3.78/make") if
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
reinvoke
1
# -*-mode:
perl
-*-
64
# This tells the test driver that the
perl
test script executed properly.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
error
1
# -*-
Perl
-*-
66
# This tells the test driver that the
perl
test script executed properly.
word
1
# -*-
perl
-*-
11
string := word.pl general_test2.pl FORCE.pl word.pl generic_test.
perl
MAKEFILES_variable.pl
40
."word.pl general_test2.pl FORCE.pl word.pl generic_test.
perl
MAKEFILES_variable.pl\n"
41
."generic_test.
perl
MAKEFILES_variable.pl\n"
166
# This tells the test driver that the
perl
test script executed properly.
/external/webkit/Source/WebCore/
DerivedSources.make
596
FRAMEWORK_FLAGS = $(shell echo $(BUILT_PRODUCTS_DIR) $(FRAMEWORK_SEARCH_PATHS) |
perl
-e 'print "-F " . join(" -F ", split(" ", <>));')
649
perl
"$(WebCore)/css/makeprop.pl"
653
perl
-ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
655
perl
"$(WebCore)/css/makevalues.pl"
662
perl
$(WebCore)/make-hash-tools.pl . $(WebCore)/html/DocTypeStrings.gperf
671
perl
$(WebCore)/inspector/xxd.pl XMLViewer_css $(WebCore)/xml/XMLViewer.css XMLViewerCSS.h
680
perl
$(WebCore)/inspector/xxd.pl XMLViewer_js $(WebCore)/xml/XMLViewer.js XMLViewerJS.h
694
perl
$(WebCore)/make-hash-tools.pl . $(WebCore)/platform/ColorData.gperf
701
flex -t $< |
perl
$(WebCore)/css/maketokenizer > $@
761
perl
$< $@ UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS
[
all
...]
/ndk/sources/host-tools/make-3.81/
Makefile.am
163
# Look for the make test suite, and run it if found and we can find
perl
.
171
if $(
PERL
) -v >/dev/null 2>&1; then \
180
echo "cd tests && $(
PERL
) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \
181
cd tests && $(
PERL
) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \
183
echo "Can't find a working
Perl
($(
PERL
)); the test suite requires
Perl
."; \
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py
84
self.assert_interpreter_for_content(None, '##/usr/bin/
perl
')
85
self.assert_interpreter_for_content('
perl
', '#!/usr/bin/env
perl
')
86
self.assert_interpreter_for_content('
perl
', '#!/usr/bin/env
perl
\nfirst\nsecond')
87
self.assert_interpreter_for_content('
perl
', '#!/usr/bin/
perl
')
88
self.assert_interpreter_for_content('
perl
', '#!/usr/bin/
perl
-w')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl
1
#!/usr/bin/
perl
22
# wrapper script for invoking ant in a platform with
Perl
installed
29
# structured for the catfile() call, but because of
perl
version funnies
40
# - target platform uses ":" as classpath separator or
perl
indicates it is dos/win32
78
#and
perl
is not too hot at hinting which box it is on.
/external/linux-tools-perf/scripts/perl/
check-perf-trace.pl
1
# perf script event handlers, generated by perf script -g
perl
8
# displays expected results,
perl
scripting support should be ok.
10
use lib "$ENV{'PERF_EXEC_PATH'}/scripts/
perl
/Perf-Trace-Util/lib";
/external/llvm/docs/CommandGuide/
lli.rst
170
.. code-block::
perl
220
.. code-block::
perl
238
.. code-block::
perl
252
.. code-block::
perl
266
.. code-block::
perl
279
.. code-block::
perl
/external/clang/utils/analyzer/
reducer.pl
1
#!/usr/bin/
perl
-w
34
#!/usr/bin/
perl
-w
/external/dropbear/libtommath/
pretty.build
1
#!/bin/
perl
-w
3
# Cute little builder for
perl
Completed in 527 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>