Searched refs:perl (Results 1 – 25 of 248) sorted by relevance
12345678910
/external/valgrind/main/none/tests/ |
D | 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|f… 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'
|
D | 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/memcheck/tests/ |
D | 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)…
|
D | 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 physi…
|
D | 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 .../" |
|
/external/chromium_org/third_party/JSON/JSON-2.59/eg/ |
D | bench_encode.pl | 22 my $perl = JSON::XS::decode_json $json; 36 'JSON::PP' => sub { $pp->encode( $perl ) }, 37 'JSON::XS' => sub { $xs->encode( $perl ) }, 52 'JSON::PP' => sub { $pp->encode( $perl ) }, 53 'JSON::XS' => sub { $xs->encode( $perl ) },
|
/external/dropbear/libtomcrypt/ |
D | updatemakes.sh | 5 perl filter.pl makefile tmplist 8 perl filter.pl makefile.icc tmplist 11 perl filter.pl makefile.shared tmplist 14 perl filter.pl makefile.unix tmplist 17 perl filter.pl makefile.msvc tmplist
|
D | genlist.sh | 4 perl ./parsenames.pl OBJECTS "$a" 6 perl ./parsenames.pl HEADERS "$a"
|
/external/valgrind/main/tests/ |
D | filter_stderr_basic | 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\))?$/' |
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
D | scripts.gypi | 44 # Using native perl rather than cygwin perl cuts execution time 46 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe', 53 'perl_exe': 'perl',
|
/external/valgrind/main/callgrind/tests/ |
D | 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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | 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_SU… 100 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_dbg.txt ${LANG}_dbg.bin
|
/external/svox/pico_resources/tools/LingwareBuilding/ |
D | Readme.txt | 8 ! perl, lua, cygwin 10 ! perl 5.8.8 http://www.perl.org/
|
/external/linux-tools-perf/Documentation/ |
D | Makefile | 54 PERL_PATH = /usr/bin/perl 192 doc.dep : $(wildcard *.txt) build-docdep.perl 194 $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \ 211 cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT) 213 $(PERL_PATH) ./cmd-list.perl ../command-list.txt $(QUIET_STDERR) && \ 251 $(PERL_PATH) fix-texi.perl <$@++ >$@+ && \ 260 perfman.texi: $(MAN_XML) cat-texi.perl 264 $(PERL_PATH) cat-texi.perl $@ <$@++ >$@+ && \
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | filter_scalar_exit_group | 7 perl -p -e "s/exit_group/EXIT_GROUP/" | 11 perl -p -e "s/EXIT_GROUP/exit_group/"
|
/external/valgrind/main/massif/tests/ |
D | 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/cachegrind/tests/ |
D | 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/' |
|
/external/qemu-pc-bios/bochs/bios/ |
D | Makefile.in | 79 -perl ${srcdir}/makesym.perl < rombiosl.txt > rombiosl.sym 90 -perl ${srcdir}/makesym.perl < rombios.txt > rombios.sym
|
/external/valgrind/main/ |
D | README_DEVELOPERS | 43 perl tests/vg_regtest <name> 49 perl tests/vg_regtest memcheck 50 perl tests/vg_regtest memcheck/tests/badfree.vgtest 51 perl tests/vg_regtest memcheck/tests/badfree 60 perl perf/vg_perf <name> 66 perl perf/vg_perf perf/ 67 perl perf/vg_perf perf/bz2.vgperf 68 perl perf/vg_perf perf/bz2 75 perl perf/vg_perf --vg=../trunk1 --vg=../trunk2 perf/
|
/external/chromium_org/third_party/icu/source/test/perf/ |
D | 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 61 perl script might be helpful.
|
/external/icu4c/test/perf/ |
D | 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 61 perl script might be helpful.
|
/external/scrypt/ |
D | import_scrypt.sh | 130 perl "$1" > "$OUT" 139 CC=true perl "$1" o32 > "$OUT" 145 perl "$1" elf -fPIC > "$OUT" 151 perl "$1" elf "$OUT" > "$OUT"
|
/external/chromium_org/build/ |
D | sanitize-win-build-log.sed | 15 s/^.*"(perl|[^"]+perl\.exe)".*deprecated_generate_bindings\.pl".*("[^"]+\.idl").*$/ deprecated_gen…
|
/external/openssl/ |
D | import_openssl.sh | 127 perl "$1" > "$OUT" 136 CC=true perl "$1" o32 > "$OUT" 142 perl "$1" elf -fPIC > "$OUT" 148 perl "$1" elf "$OUT" > "$OUT"
|
/external/chromium_org/third_party/openssl/openssl/ |
D | import_openssl.sh | 127 perl "$1" > "$OUT" 136 CC=true perl "$1" o32 > "$OUT" 142 perl "$1" elf -fPIC > "$OUT" 148 perl "$1" elf "$OUT" > "$OUT"
|
12345678910