HomeSort by relevance Sort by last modified time
    Searched full:"$ prefix" (Results 426 - 450 of 833) sorted by null

<<11121314151617181920>>

  /external/curl/tests/
pathhelp.pm 550 my $prefix;
554 if($path =~ m{^([a-zA-Z]:(/|\\)?)(.*$)}) {
555 $prefix
= $1;
560 substr($prefix, 2, 1) = '/' if $have_root;
565 $prefix = $1;
568 $prefix = '';
592 my $ret = $prefix . join('/', @res);
  /external/libjpeg-turbo/
configure.ac 33 old_prefix=${prefix}
34 if test "x$prefix" = "xNONE" -a "x$ac_default_prefix" != "x"; then
40 datadir='${prefix}'
45 datarootdir='${prefix}'
55 exec_prefix=${prefix}
60 if test "x${libdir}" = 'x${exec_prefix}/lib' -o "x${libdir}" = 'x${prefix}/lib'; then
  /external/libjpeg-turbo/release/
makemacpkg.in 112 if [ "$PREFIX" = "/opt/libjpeg-turbo" -a "$DOCDIR" = "/opt/libjpeg-turbo/doc" ]; then
443 if [ "$PREFIX" = "/opt/libjpeg-turbo" -a "$LIBDIR" = "/opt/libjpeg-turbo/lib" ]; then
444 if [ ! -h $PKGROOT/$PREFIX/lib32 ]; then
445 ln -fs lib $PKGROOT/$PREFIX/lib32
447 if [ ! -h $PKGROOT/$PREFIX/lib64 ]; then
448 ln -fs lib $PKGROOT/$PREFIX/lib64
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 101 exec_prefix= ${prefix}
104 datarootdir= ${prefix}/share
110 INCLUDEDIR= ${prefix}/include
112 SCRIPTDIR= $(prefix)/lib
500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
597 -DPREFIX='"$(prefix)"' \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 101 exec_prefix= ${prefix}
104 datarootdir= ${prefix}/share
110 INCLUDEDIR= ${prefix}/include
112 SCRIPTDIR= $(prefix)/lib
501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
598 -DPREFIX='"$(prefix)"' \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 101 exec_prefix= ${prefix}
104 datarootdir= ${prefix}/share
110 INCLUDEDIR= ${prefix}/include
112 SCRIPTDIR= $(prefix)/lib
500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
597 -DPREFIX='"$(prefix)"' \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 101 exec_prefix= ${prefix}
104 datarootdir= ${prefix}/share
110 INCLUDEDIR= ${prefix}/include
112 SCRIPTDIR= $(prefix)/lib
501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
598 -DPREFIX='"$(prefix)"' \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 28 prefix=${prefix-/usr/local}
29 exec_prefix=${exec_prefix-'${prefix}'}
31 includedir=${includedir-'${prefix}/include'}
32 mandir=${mandir-'${prefix}/share/man'}
453 /^prefix *=/s#=.*#=$prefix#
  /prebuilts/go/darwin-x86/doc/
gccgo_install.html 214 LD_LIBRARY_PATH=${prefix}/lib/gcc/MACHINE/VERSION
216 LD_LIBRARY_PATH=${prefix}/lib64/gcc/MACHINE/VERSION
221 Here <code>${prefix}</code> is the <code>--prefix</code> option used
239 go build -gccgoflags -Wl,-R,${prefix}/lib/gcc/MACHINE/VERSION
241 gccgo -o file file.o -Wl,-R,${prefix}/lib/gcc/MACHINE/VERSION
  /prebuilts/go/linux-x86/doc/
gccgo_install.html 214 LD_LIBRARY_PATH=${prefix}/lib/gcc/MACHINE/VERSION
216 LD_LIBRARY_PATH=${prefix}/lib64/gcc/MACHINE/VERSION
221 Here <code>${prefix}</code> is the <code>--prefix</code> option used
239 go build -gccgoflags -Wl,-R,${prefix}/lib/gcc/MACHINE/VERSION
241 gccgo -o file file.o -Wl,-R,${prefix}/lib/gcc/MACHINE/VERSION
  /external/icu/icu4c/source/config/
icu-config-bottom 242 echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
295 echo "## Using --prefix=${prefix}" 1>&2
306 echo $prefix
Makefile.inc.in 28 # following line. There should exist $(prefix)/include/unicode/utypes.h
190 CPPFLAGS = @UCONFIG_CPPFLAGS@ -I$(prefix)/include
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 288 my $prefix = '';
299 $prefix = '// Java only: ';
312 $prefix, "{ ",
  /external/python/cpython2/
Makefile.pre.in 114 SCRIPTDIR= $(prefix)/lib
571 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
667 -DPREFIX='"$(prefix)"' \
    [all...]
  /external/python/cpython2/Modules/zlib/
Makefile.in 49 exec_prefix = ${prefix}
52 includedir = ${prefix}/include
53 mandir = ${prefix}/share/man
  /external/zlib/src/
Makefile.in 49 exec_prefix = ${prefix}
52 includedir = ${prefix}/include
53 mandir = ${prefix}/share/man
  /prebuilts/misc/windows/sdl2/test/
acinclude.m4 51 if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then
52 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
aclocal.m4 51 if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then
52 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
  /toolchain/binutils/binutils-2.25/bfd/po/
Make-in 23 datadir = $(prefix)/@DATADIRNAME@
25 gnulocaledir = $(prefix)/share/locale
26 gettextsrcdir = $(prefix)/share/gettext/po
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesni-x86.pl 59 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
77 if ($PREFIX eq "aesni") { $movekey=\&movups; }
185 &function_begin_B("${PREFIX}_encrypt");
200 &function_end_B("${PREFIX}_encrypt");
204 &function_begin_B("${PREFIX}_decrypt");
219 &function_end_B("${PREFIX}_decrypt");
408 &aesni_generate2("enc") if ($PREFIX eq "aesni");
410 &aesni_generate3("enc") if ($PREFIX eq "aesni");
412 &aesni_generate4("enc") if ($PREFIX eq "aesni")
    [all...]
aesni-x86_64.pl 189 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
207 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
272 .globl ${PREFIX}_encrypt
273 .type ${PREFIX}_encrypt,\@abi-omnipotent
275 ${PREFIX}_encrypt:
286 .size ${PREFIX}_encrypt,.-${PREFIX}_encrypt
288 .globl ${PREFIX}_decrypt
289 .type ${PREFIX}_decrypt,\@abi-omnipoten
    [all...]
aesp8-ppc.pl 74 $prefix="aes_hw";
107 .globl .${prefix}_set_encrypt_key
109 .${prefix}_set_encrypt_key:
368 .size .${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key
370 .globl .${prefix}_set_decrypt_key
372 .${prefix}_set_decrypt_key:
416 .size .${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key
427 .globl .${prefix}_${dir}cryp
    [all...]
  /external/iptables/
configure.ac 213 if test $prefix = 'NONE'; then
273 Installation prefix (--prefix): ${prefix}
  /external/lz4/
Makefile 37 LIBDIR ?= $(PREFIX)/lib
38 INCLUDEDIR=$(PREFIX)/include
  /toolchain/binutils/binutils-2.25/bfd/
mep-relocs.pl 211 $prefix = shift @control;
229 print NEW $prefix;

Completed in 7820 milliseconds

<<11121314151617181920>>