OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perl
(Results
26 - 50
of
1048
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/memcheck/tests/
filter_xml
12
perl
-p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c/vg_replace_malloc.c/" |
13
perl
-0 -p -e "s/<suppcounts>.*<\/suppcounts>/<suppcounts>...<\/suppcounts>/s" |
14
perl
-p -e "s/<time>.*<\/time>/<time>...<\/time>/s" |
15
perl
-0 -p -e "s/<vargv>.*<\/vargv>/<vargv>...<\/vargv>/s" |
19
perl
-p -0 -e 's/(<what>Syscall param[^\n]*\n)([^\n]*(stack|frame|ip|obj|fn|dir|file|line)[^\n]*\n)+/$1/gs'
21
# Collected wisdom re
Perl
magic incantation:
25
# Two problems - one is that you need -p to force
perl
to loop over
/external/valgrind/main/none/tests/
filter_fdleak
7
perl
-p -e 's/^Open AF_UNIX socket [0-9]*: <unknown>/Open AF_UNIX socket ...: <unknown>/' |
8
perl
-p -e 's/^Open (AF_UNIX socket|file descriptor) [0-9]*: \/dev\/null/Open $1 ...: \/dev\/null/' |
11
perl
-p -e 's/^Open (AF_UNIX socket|file descriptor) [0-9]*: (\/private)?\/tmp\/(sock|data1|data2|file)\.[0-9]*/Open $1 ...: \/tmp\/$3/' |
12
perl
-p -e 's/^Open file descriptor [0-9]*: .*/Open file descriptor ...: .../' |
13
perl
-p -e 's/^Open file descriptor [0-9]*:$/Open file descriptor ...:/' |
14
perl
-p -e 's/127.0.0.1:[0-9]*/127.0.0.1:.../g' |
23
perl
-p -0 -e 's/(Open[^\n]*\n)( (at|by)[^\n]*\n)+/$1 ...\n/gs'
/external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL
11
--languages=
Perl
--langmap=
Perl
:+.t \
18
LICENSE => '
perl
',
README
3
This is the
Perl
5 runtime for ANTLR. It is currently under early
13
*
Perl
's syntax clashes with ANTLR's StringTemplate ('%') and variable ('$')
22
$
perl
-c ExprLexer.pm
25
$
perl
-c ExprParser.pm
/external/clang/test/
make_test_dirs.pl
1
#!/usr/bin/
perl
-w
3
# Simple little
Perl
script that takes the cxx-sections.data file as
/external/ipsec-tools/src/racoon/
stats.pl
1
#!/usr/bin/
perl
3
# % cat /var/log/racoon-stats.log |
perl
stats.pl
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm
29
Perf::Trace::Context -
Perl
extension for accessing functions in perf.
48
it under the same terms as
Perl
itself, either
Perl
version 5.10.0 or,
49
at your option, any later version of
Perl
5 you may have available.
/external/linux-tools-perf/scripts/perl/bin/
failed-syscalls-report
10
perf script $@ -s "$PERF_EXEC_PATH"/scripts/
perl
/failed-syscalls.pl $comm
rw-by-file-report
10
perf script $@ -s "$PERF_EXEC_PATH"/scripts/
perl
/rw-by-file.pl $comm
/external/llvm/test/YAMLParser/
spec-08-10.data
6
#!/usr/bin/
perl
/external/openssl/crypto/bn/asm/x86/
div.pl
1
#!/usr/local/bin/
perl
/external/openssl/crypto/lhash/
num.pl
1
#!/usr/local/bin/
perl
/external/webkit/LayoutTests/http/tests/cookies/resources/
getCookies.cgi
1
#!/usr/bin/
perl
-wT
setCookies.cgi
1
#!/usr/bin/
perl
-wT
/external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi
1
#!/usr/bin/
perl
-w
/external/webkit/Source/WebKit/win/WebKit.vcproj/
InterfacesPostBuild.cmd
5
perl
FixMIDLHeaders.pl "%CONFIGURATIONBUILDDIR%/include/webkit/"
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix
18
print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.
perl
/tmp.c/bar foo.baz/bar.c MAKEFILES_variable.c\n"
39
$answer = ".pl .pl1 .pl .pl3 .
perl
.c .c\n"
40
.".c .
perl
.pl .pl1 .pl3\n"
41
.".pl .pl1 .pl .pl3 .
perl
.c .c .out\n"
42
.".c .
perl
.pl .pl1 .pl3\n";
50
# This tells the test driver that the
perl
test script executed properly.
addsuffix
1
# -*-
perl
-*-
35
# This tells the test driver that the
perl
test script executed properly.
flavor
1
# -*-
perl
-*-
43
# This tells the test driver that the
perl
test script executed properly.
/external/dropbear/libtomcrypt/
genlist.sh
4
perl
./parsenames.pl OBJECTS "$a"
6
perl
./parsenames.pl HEADERS "$a"
/external/webkit/Tools/MiniBrowser/gtk/
GNUmakefile.am
20
$(AM_V_GEN)$(
PERL
) $< $(MiniBrowser) $(MiniBrowserFwdHeaders) gtk
21
$(AM_V_GEN)$(
PERL
) $< $(MiniBrowser) $(MiniBrowserFwdHeaders) soup
/ndk/sources/host-tools/make-3.81/tests/scripts/
test_template
1
# -*-
perl
-*-
22
# This tells the test driver that the
perl
test script executed properly.
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
INCLUDE_DIRS
1
# -*-
perl
-*-
45
# This tells the test driver that the
perl
test script executed properly.
MAKECMDGOALS
1
# -*-
perl
-*-
45
# This tells the test driver that the
perl
test script executed properly.
/dalvik/tools/dmtracedump/
dmtracedump.pl
1
#!/usr/bin/
perl
Completed in 567 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>