Searched defs:PREFIX (Results 1 - 25 of 38) sorted by relevance

12

/external/libsepol/include/
H A DMakefile2 PREFIX ?= $(DESTDIR)/usr macro
3 INCDIR ?= $(PREFIX)/include/sepol
/external/bsdiff/
H A DMakefile3 PREFIX ?= /usr/local macro
12 ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
14 ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
/external/libsepol/utils/
H A DMakefile2 PREFIX ?= $(DESTDIR)/usr macro
3 BINDIR ?= $(PREFIX)/bin
/external/iproute2/testsuite/
H A DMakefile3 PREFIX := sudo macro
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
/external/checkpolicy/test/
H A DMakefile4 PREFIX ?= $(DESTDIR)/usr macro
5 BINDIR=$(PREFIX)/bin
6 LIBDIR=$(PREFIX)/lib
7 INCLUDEDIR ?= $(PREFIX)/include
/external/bzip2/
H A 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)/includ
[all...]
/external/checkpolicy/
H A DMakefile4 PREFIX ?= $(DESTDIR)/usr macro
5 BINDIR ?= $(PREFIX)/bin
6 MANDIR ?= $(PREFIX)/share/man
7 LIBDIR ?= $(PREFIX)/lib
8 INCLUDEDIR ?= $(PREFIX)/include
/external/dnsmasq/
H A DMakefile16 PREFIX = /usr/local macro
17 BINDIR = ${PREFIX}/sbin
18 MANDIR = ${PREFIX}/share/man
19 LOCALEDIR = ${PREFIX}/share/locale
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java36 private static final String PREFIX = "easymock."; field in class:EasyMockProperties
79 && entry.getKey().toString().startsWith(PREFIX)) {
122 if (!key.startsWith(PREFIX)) {
124 + "), an easymock property starts with \"" + PREFIX + "\"");
/external/libsepol/src/
H A DMakefile2 PREFIX ?= $(DESTDIR)/usr macro
3 INCLUDEDIR ?= $(PREFIX)/include
4 LIBDIR ?= $(PREFIX)/lib
31 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
/external/elfutils/lib/
H A Dfixedsizehash.h68 PREFIX prefix to be used for function and data type names
90 #ifndef PREFIX
91 # define PREFIX macro
96 struct CONCAT(PREFIX,fshash)
99 struct CONCAT(PREFIX,fshashent)
114 CLASS struct CONCAT(PREFIX,fshash) *
115 CONCAT(PREFIX,fshash_init) (size_t nelems)
117 struct CONCAT(PREFIX,fshash) *result;
132 result = (struct CONCAT(PREFIX,fshash) *)
133 xcalloc (sizeof (struct CONCAT(PREFIX,fshas
285 #undef PREFIX macro
[all...]
/external/llvm/utils/buildit/
H A DGNUmakefile35 PREFIX = /usr/local macro
65 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
71 $(MAKE) ARM_HOSTED_BUILD=yes PREFIX=/usr/local install
78 $(MAKE) IOS_SIM_BUILD=yes PREFIX=$(SDKROOT)/usr/local install
/external/elfutils/libelf/
H A Dnlist.c74 #define PREFIX nlist_ macro
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLClassLoaderTest.java45 private static final String PREFIX = "http://localhost:"; field in class:URLClassLoaderTest
60 serverURL = PREFIX + port + "/";
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportProperties.java22 String PREFIX = "report."; field in interface:IReportProperties
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java34 public static final String PREFIX = "v"; field in class:RegisterSpec
139 return PREFIX + reg;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
H A DIPerformancesConstants.java19 public static final String PREFIX = PLUGIN_ID + "."; //$NON-NLS-1$ field in interface:IPerformancesConstants
22 public static final String PRE_FILTER_BASELINE_BUILDS = PREFIX + "filter.baseline.builds"; //$NON-NLS-1$
23 public static final String PRE_FULL_LINE_SELECTION = PREFIX + "full.line.selection"; //$NON-NLS-1$
24 public static final String PRE_WRITE_RESULTS_DIR = PREFIX + "write.results.dir"; //$NON-NLS-1$
27 public static final String PRE_ECLIPSE_VERSION = PREFIX + "eclipse.version"; //$NON-NLS-1$
28 public static final String PRE_DATABASE_CONNECTION = PREFIX + "database.connection"; //$NON-NLS-1$
29 public static final String PRE_DATABASE_LOCAL = PREFIX + "local"; //$NON-NLS-1$
30 public static final String PRE_DATABASE_LOCATION = PREFIX + "database.location"; //$NON-NLS-1$
31 public static final String PRE_LOCAL_DATA_DIR = PREFIX + "local.data.dir"; //$NON-NLS-1$
32 public static final String PRE_RESULTS_GENERATION_DIR = PREFIX
[all...]
/external/expat/lib/
H A Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr,
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr,
138 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr,
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr,
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
285 PREFIX(scanCdataSectio
[all...]
H A 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(skip
299 #define PREFIX macro
828 #undef PREFIX macro
829 #define PREFIX macro
920 #undef PREFIX macro
[all...]
H A Dxmlparse.c155 } PREFIX; typedef in typeref:struct:prefix
234 PREFIX *prefix;
253 PREFIX *prefix;
278 PREFIX defaultPrefix;
353 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2946 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
5294 PREFIX *prefix;
5302 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool),
5303 sizeof(PREFIX));
5349 id->prefix = (PREFIX *)looku
[all...]
/external/icu4c/test/intltest/
H A Dmsfmrgts.cpp870 UnicodeString PREFIX [] = { local
891 if (out != PREFIX[i])
892 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
895 if (!out.startsWith(PREFIX[i]) ||
897 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
/external/ipsec-tools/src/racoon/
H A Dcfparse.h169 PREFIX = 385, enumerator in enum:yytokentype
334 #define PREFIX 385 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1271 milliseconds

12