OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perl
(Results
26 - 50
of
153
) sorted by null
1
2
3
4
5
6
7
/external/libcxx/buildcmds/
buildcmdscc
9
echo $ARGS |
perl
-ne 's/\S+\.cpp\b/%SOURCE%/; print' \
10
|
perl
-ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
12
echo $ARGS |
perl
-ne 's/out\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \
13
|
perl
-ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
/external/valgrind/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.
22
perl
-p -e 's/Copyright \(C\) 20([0-1])([0-9])-2013/Copyright (C) 20$1$2-2015/' < $i > tmp.$$
27
perl
-p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2013/Copyright IBM Corp. 20$1$2-2015/' < $i > tmp.$$
/external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_mdb
8
perl
-p -e 's/from \S*$/from .../' | \
9
perl
-0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
10
perl
-p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
16
perl
-p -e 's/%rip\s+=\s+0x[0-9A-Fa-f]+(.*)\+0x[0-9A-Fa-f]+$/%rip = 0x........ $1+0x......../' | \
25
echo "::stack !
perl
-p -e 's/^(\S+)\+.*/\$1/g'" | /usr/bin/mdb vgcore.*
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/buildcmds/
buildcmdscc
9
echo $ARGS |
perl
-ne 's/\S+\.cpp\b/%SOURCE%/; print' \
10
|
perl
-ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
12
echo $ARGS |
perl
-ne 's/out\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \
13
|
perl
-ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
/external/valgrind/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/' |
/external/valgrind/gdbserver_tests/
filter_stderr
6
perl
-0777 -p -e 's/error 4 Interrupted system call\nVG_\(poll\) failed \(old kernel \?\) retrying .*\n//g' |
/external/google-breakpad/src/third_party/libdisasm/swig/
Makefile
16
dummy: swig swig-python swig-ruby swig-
perl
swig-tcl install uninstall clean
18
swig: swig-python swig-
perl
27
swig-
perl
:
28
cd
perl
&& make -f Makefile-swig
34
install: install-python install-
perl
43
install-
perl
:
44
cd
perl
&& sudo make -f Makefile-swig install
51
#uninstall-ruby uninstall-
perl
uninstall-tcl
59
uninstall-
perl
:
60
cd
perl
&& sudo make -f Makefile-swig uninstal
[
all
...]
/external/linux-kselftest/tools/testing/selftests/sysctl/
run_stringtests
35
perl
-e 'print "A" x ('"${MAXLEN}"'-2), "B";' | \
46
perl
-e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
57
perl
-e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
68
perl
-e 'print "A" x ('"${MAXLEN}"'-1), "BB";' | \
/external/ltp/tools/
make-file.sh
38
if !
perl
-e "print 'A' x $size" > "$file" 2> /dev/null ; then
/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/valgrind/helgrind/tests/
filter_stderr
12
perl
-p $dir/filter_stderr_solaris
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat
14
REM to work, the
perl
executable must be on the path. We recommend
19
perl
-w -x indic.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
22
perl
-w -x indic.pl %*
24
if %errorlevel% == 9009 echo You do not have
Perl
in your PATH.
varsub.bat
12
@rem = '--*-
Perl
-*--
15
perl
-x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
18
perl
-x -S "%0" %*
20
if %errorlevel% == 9009 echo You do not have
Perl
in your PATH.
23
#!
perl
26
# Usage:
perl
varsub.bat [-n|-nr] <infile> <outfile>
/external/syslinux/codepage/
Makefile
2
PERL
=
perl
14
$(
PERL
) $(SRC)/cptable.pl $(SRC)/UnicodeData $< $< $@
/external/mockito/
update_source.sh
57
perl
-pi -e "s|^Version: .*$|Version: ${VERSION}|" "README.version"
/external/valgrind/drd/tests/
filter_stderr
11
perl
-p $dir/filter_stderr_solaris
/external/curl/projects/
checksrc.bat
75
rem Check we have
Perl
in our path
76
echo %PATH% | findstr /I /C:"\
Perl
" 1>nul
79
if exist "%SystemDrive%\
Perl
" (
80
set "PATH=%SystemDrive%\
Perl
\bin;%PATH%"
98
for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
99
for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
106
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
107
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake "%%i"
112
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
113
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @
perl
"%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i
[
all
...]
/external/openssh/contrib/hpux/
egd.rc
28
WHAT_PATH=/opt/
perl
/bin/egd.pl
/external/ImageMagick/MagickWand/tests/
script-token-test.sh
14
perl
-e 'print "\"Binary input follows\"\n", "abc\006xyz\n"' |\
/external/dexmaker/
update_source.sh
59
perl
-pi -e "s|^Version: .*$|Version: ${VERSION}|" "README.version"
/external/objenesis/
update_source.sh
60
perl
-pi -e "s|^Version: .*$|Version: ${VERSION}|" "README.version"
/external/pcre/dist2/
perltest.sh
3
# Script for testing regular expressions with
perl
to check that PCRE2 handles
4
# them the same. The
Perl
code has to have "use utf8" and "require Encode" at
10
#
Perl
script to
Perl
through a pipe. If the first argument is "-utf8", a
13
# The remaining arguments, if any, are passed to
Perl
. They are an input file
15
# STDOUT. If
Perl
receives no arguments, it opens /dev/tty as input, and writes
19
perl
=
perl
27
# The
Perl
script that follows has a similar specification to pcre2test, and so
29
# by
Perl
's lower case modifiers and certain other pcre2test modifiers that ar
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go
100
// No
Perl
on Windows, needed by test.cgi
101
// TODO: make the child process be Go, not
Perl
.
465
var
perl
string
467
perl
, err = exec.LookPath("
perl
")
469
t.Skip("Skipping test:
perl
not found.")
471
perl
, _ = filepath.Abs(
perl
)
475
Path:
perl
,
487
// base directory of
perl
[
all
...]
Completed in 1021 milliseconds
1
2
3
4
5
6
7