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

1 2 3 4 5 6

  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests 2 exec perl $0.pl ${1+"$@"}
  /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/'
filter_xml 15 perl -p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c/vg_replace_malloc.c/" |
16 perl -0 -p -e "s/<suppcounts>.*<\/suppcounts>/<suppcounts>...<\/suppcounts>/s" |
17 perl -p -e "s/<time>.*<\/time>/<time>...<\/time>/s" |
18 perl -0 -p -e "s/<vargv>.*<\/vargv>/<vargv>...<\/vargv>/s" |
22 perl -p -0 -e 's/(<what>Syscall param[^\n]*\n)([^\n]*(stack|frame|ip|obj|fn|dir|file|line)[^\n]*\n)+/$1/gs'
24 # Collected wisdom re Perl magic incantation:
28 # Two problems - one is that you need -p to force perl to loop over
filter_stderr 15 perl -p -e "s/param exit_group\(status\)/param exit(status)/" |
23 perl -p -e "s/in loss record \d+ of \d+/in loss record ... of .../" |
26 perl -p -e "s/\(syscall-template.S:[0-9]*\)/(in \/...libc...)/" |
  /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/llvm/utils/lint/
remove_trailing_whitespace.sh 6 perl -pi -e 's/\s+$/\n/' $*
  /external/valgrind/main/tests/
filter_addresses 3 perl -p -e 's/0x[0-9A-Fa-f]+/0x......../g'
filter_numbers 3 perl -p -e 's/[0-9,]+/.../g'
filter_stderr_basic 8 # easily done. Use Perl instead for any such cases.
13 perl -p -e 's/(==|--|\*\*)[0-9]{1,7}\1 //' |
30 perl -p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c:\d+\)/vg_replace_malloc.c:...\)/" |
33 perl -p -e "s/valgrind\.h:\d+\)/valgrind\.h:...\)/" |
48 perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' |
51 perl -p -e "s/: memcpy\@\@?GLIBC_[.1-9]+ \(vg_replace_strmem.c:...\)/: memcpy \(vg_replace_strmem.c:...\)/" |
  /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'
filter_timestamp 7 perl -p -e "s/ [0-9]{1,7}==//" |
26 perl -p -e "s/^00:00:00:\d\d\.\d\d\d $/00:00:00:XX:YYY/"
  /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)$/'
  /external/valgrind/main/callgrind/tests/
filter_stderr 17 perl -p -e 's/((I|D|LL) *refs:)[ 0-9,()+rdw]*$/\1/' |
20 perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss rate):)[ 0-9,()+rdw%\.]*$/\1/' |
23 perl -p -e 's/((Branches|Mispredicts|Mispred rate):)[ 0-9,()+condi%\.]*$/\1/' |
  /external/linux-tools-perf/perf-3.12.0/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
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
rwtop-report 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
  /external/valgrind/main/auxprogs/
dump_insn_ppc.sh 4 =(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
change-copyright-year 10 # - change the years in the 'perl' command below appropriately.
21 perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2012/Copyright (C) 20$1$2-2013/' < $i > tmp.$$
26 perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2012/Copyright IBM Corp. 20$1$2-2013/' < $i > tmp.$$
  /external/valgrind/main/cachegrind/tests/
filter_stderr 11 perl -p -e 's/((I|D|LL) *refs:)[ 0-9,()+rdw]*$/\1/' |
14 perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss rate):)[ 0-9,()+rdw%\.]*$/\1/' |
  /developers/build/
sample-create 35 BUILDPATH=$(perl -e "use File::Spec; print File::Spec->abs2rel(@ARGV)" $SCRIPTPATH $SAMPLE_PATH)
39 COMMONPATH=$(perl -e "use File::Spec; print File::Spec->abs2rel(@ARGV)" $SAMPLES_COMMON $SAMPLE_PATH)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildbin.sh 98 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_ta.txt ${LANG}_ta_${VERSION_SUFFIX}.bin
99 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_${SID}_sg.txt ${LANG}_${SID}_sg_${VERSION_SUFFIX}.bin
100 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_dbg.txt ${LANG}_dbg.bin
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_useragentstylesheets.py 43 # multiple paths to additional perl modules.
106 perl = 'perl'
107 if '--perl' in options:
108 perlIndex = options.index('--perl')
110 perl = options[perlIndex + 1].replace('/', '\\')
114 command = [perl]
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 11 Requires: perl >= 5.8.8
40 - added dependency on perl 5.8.8 for >>& open mode support

Completed in 1210 milliseconds

1 2 3 4 5 6