Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 100) sorted by relevance

1234

/external/webkit/Source/cmake/
DLibFindMacros.cmake5 macro (libfind_package PREFIX)
7 if (${PREFIX}_FIND_QUIETLY)
9 endif (${PREFIX}_FIND_QUIETLY)
10 if (${PREFIX}_FIND_REQUIRED)
12 endif (${PREFIX}_FIND_REQUIRED)
20 macro (libfind_pkg_check_modules PREFIX PKGNAME)
23 …pkgconfig(${PKGNAME} ${PREFIX}_INCLUDE_DIRS ${PREFIX}_LIBRARY_DIRS ${PREFIX}_LDFLAGS ${PREFIX}_CFL…
27 pkg_check_modules(${PREFIX} ${PKGNAME})
33 # If include dirs are needed, ${PREFIX}_PROCESS_INCLUDES should be set to contain
35 # Ditto for ${PREFIX}_PROCESS_LIBS and library files.
[all …]
/external/elfutils/lib/
Dfixedsizehash.h57 #ifndef PREFIX
58 # define PREFIX macro
63 struct CONCAT(PREFIX,fshash) in CONCAT() argument
66 struct CONCAT(PREFIX,fshashent) in CONCAT()
81 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() argument
82 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
84 struct CONCAT(PREFIX,fshash) *result; in CONCAT()
99 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT()
100 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
101 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT()
[all …]
/external/bzip2/
DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
78 cp -f bzip2 $(PREFIX)/bin/bzip2
79 cp -f bzip2 $(PREFIX)/bin/bunzip2
80 cp -f bzip2 $(PREFIX)/bin/bzcat
81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover
[all …]
Dwords312 make install PREFIX=/xxx/yyy
18 make -n install PREFIX=/xxx/yyy respectively.
/external/libpng/scripts/
Dmakefile.openbsd9 PREFIX?= /usr/local
10 LIBDIR= ${PREFIX}/lib
11 MANDIR= ${PREFIX}/man/cat
44 if [ ! -d ${DESTDIR}${PREFIX}/include/libpng ]; then \
45 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \
59 if [ ! -d ${DESTDIR}${PREFIX}/share/doc/png ]; then \
60 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
66 @rm -f ${DESTDIR}${PREFIX}/include/png.h
67 @rm -f ${DESTDIR}${PREFIX}/include/pngconf.h
70 -m ${NONBINMODE} ${HDRS} ${DESTDIR}${PREFIX}/include
[all …]
Dmakefile.freebsd8 PREFIX?= /usr/local
18 DESTDIR= ${PREFIX}
/external/expat/lib/
Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, in PREFIX() function
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, in PREFIX() function
138 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, in PREFIX() function
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, in PREFIX() function
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
285 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, in PREFIX() function
[all …]
Dxmltok.c27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skipS), \
40 PREFIX(getAtts), \
41 PREFIX(charRefNumber), \
[all …]
/external/dnsmasq/contrib/wrt/
Dlease_update.sh21 PREFIX=dnsmasq_lease_
39 ${NVRAM} show | sed -n -e "/^${PREFIX}.*/ s/^.*=//p"
42 ${NVRAM} unset ${PREFIX}${3}
46 …${NVRAM} set ${PREFIX}${3}="${DNSMASQ_LEASE_LENGTH:-}${DNSMASQ_LEASE_EXPIRES:-} ${2} ${3} ${4:-*} …
/external/expat/conftools/
Dexpat.m41 dnl Check if --with-expat[=PREFIX] is specified and
4 dnl the specified PREFIX and set with_expat to PREFIX, or 'yes' if PREFIX
12 [ --with-expat=PREFIX Use system Expat library],
/external/bsdiff/
DMakefile3 PREFIX ?= /usr/local macro
12 ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
14 ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
/external/easymock/src/org/easymock/internal/
DEasyMockProperties.java36 private static final String PREFIX = "easymock."; field in EasyMockProperties
79 && entry.getKey().toString().startsWith(PREFIX)) { in EasyMockProperties()
122 if (!key.startsWith(PREFIX)) { in setProperty()
124 + "), an easymock property starts with \"" + PREFIX + "\""); in setProperty()
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java123 m_prefix = PREFIX.concat (getType ()).concat ("."); in Element()
352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ()); in setUnits()
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ()); in setDepth()
362 m_settings.setProperty (PREFIX.concat (COLUMNS), columns); in setColumns()
367 m_settings.setProperty (PREFIX.concat (SORT), sort); in setSort()
372 m_settings.setProperty (PREFIX.concat (METRICS), metrics); in setMetrics()
391 m_settings.setProperty (PREFIX.concat (OUT_FILE), fileName); in setOutfile()
396 m_settings.setProperty (PREFIX.concat (OUT_ENCODING), encoding); in setEncoding()
/external/dhcpcd/mk/
Dprog.mk13 _RPATH_SH= if test "${PREFIX}" = "" -o "${PREIX}" = "/"; then \
14 echo "${LINK_RPATH}=${PREFIX}/${LIBNAME}"; \
23 _DYNLINK_SH= if test "${PREFIX}" = "" -o "${PREFIX}" = "/" && test -e /libexec/ld.elf_so; then \
Dsys.mk3 BINDIR?= ${PREFIX}/usr/bin
7 SYSCONFDIR?= ${PREFIX}/etc
Dman.mk4 _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi
/external/dnsmasq/
DMakefile16 PREFIX = /usr/local macro
17 BINDIR = ${PREFIX}/sbin
18 MANDIR = ${PREFIX}/share/man
19 LOCALEDIR = ${PREFIX}/share/locale
/external/llvm/utils/buildit/
DGNUmakefile35 PREFIX = /Developer/usr/local macro
68 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
74 $(MAKE) ARM_HOSTED_BUILD=yes PREFIX=/usr/local install
81 $(MAKE) IOS_SIM_BUILD=yes PREFIX=$(SDKROOT)/usr/local install
/external/webkit/PerformanceTests/SunSpider/
Dmake-hosted99 open PREFIX, ">hosted/${suite}/sunspider-test-prefix.js";
100 print PREFIX $prefix;
101 close PREFIX;
/external/zlib/win32/
DMakefile.gcc38 PREFIX =
39 CC = $(PREFIX)gcc
49 AR = $(PREFIX)ar
52 RC = $(PREFIX)windres
55 STRIP = $(PREFIX)strip
/external/iproute2/testsuite/
DMakefile3 PREFIX := sudo macro
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
/external/llvm/
Dbuild-for-llvm-top.sh23 config_options="--prefix=$PREFIX --with-llvmgccdir=$PREFIX"
/external/stlport/
Dconfigure30 --bindir=<dir> install path for executables (PREFIX/bin)
31 --libdir=<dir> install path for libraries (PREFIX/lib)
32 --includedir=<dir> install path for headers (PREFIX/include)
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java463 if (key.startsWith (IReportProperties.PREFIX)) in getMappedKey()
465 final int secondDot = key.indexOf ('.', IReportProperties.PREFIX.length ()); in getMappedKey()
470 return IReportProperties.PREFIX.concat (key.substring (secondDot + 1)); in getMappedKey()
548 …final String result = properties.getProperty (IReportProperties.PREFIX.concat (type).concat (".").… in getReportProperty()
/external/libpng/
Dconfigure.ac95 SYMBOL_PREFIX=`echo "PREFIX=__USER_LABEL_PREFIX__" \
97 | ${EGREP-grep} "^PREFIX=" \
98 | ${SED-sed} "s:^PREFIX=::"`

1234