Searched refs:BINDIR (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmaybe_threads_unittest.sh45 # be BINDIR, or, when using libtool, BINDIR/.lib.
47 # We expect BINDIR to be set in the environment.
49 BINDIR="${BINDIR:-.}"
53 echo " By default, unittest_dir=$BINDIR"
57 UNITTEST_DIR=${1:-$BINDIR}
H A Dheap-checker_unittest.sh40 # We expect BINDIR and PPROF_PATH to be set in the environment.
42 BINDIR="${BINDIR:-.}"
43 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
47 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
51 HEAP_CHECKER="${1:-$BINDIR}/heap-checker_unittest"
H A Ddebugallocation_test.sh35 BINDIR="${BINDIR:-.}"
39 echo " By default, unittest_dir=$BINDIR"
43 DEBUGALLOCATION_TEST="${1:-$BINDIR/debugallocation_test}"
H A Dsampling_test.sh39 BINDIR="${BINDIR:-.}"
40 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
44 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
48 SAMPLING_TEST="${1:-$BINDIR/sampling_test}"
H A Dheap-profiler_unittest.sh44 # We expect BINDIR and PPROF_PATH to be set in the environment.
46 BINDIR="${BINDIR:-.}"
47 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
51 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
55 HEAP_PROFILER="${1:-$BINDIR}/heap-profiler_unittest"
H A Dheap-checker-death_unittest.sh37 # We expect BINDIR to be set in the environment.
39 BINDIR="${BINDIR:-.}"
43 echo " By default, unittest_dir=$BINDIR"
47 EXE="${1:-$BINDIR}/heap-checker_unittest"
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmaybe_threads_unittest.sh45 # be BINDIR, or, when using libtool, BINDIR/.lib.
47 # We expect BINDIR to be set in the environment.
49 BINDIR="${BINDIR:-.}"
53 echo " By default, unittest_dir=$BINDIR"
57 UNITTEST_DIR=${1:-$BINDIR}
H A Dheap-checker_unittest.sh40 # We expect BINDIR and PPROF_PATH to be set in the environment.
42 BINDIR="${BINDIR:-.}"
43 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
47 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
51 HEAP_CHECKER="${1:-$BINDIR}/heap-checker_unittest"
H A Ddebugallocation_test.sh35 BINDIR="${BINDIR:-.}"
39 echo " By default, unittest_dir=$BINDIR"
43 DEBUGALLOCATION_TEST="${1:-$BINDIR/debugallocation_test}"
H A Dsampling_test.sh39 BINDIR="${BINDIR:-.}"
40 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
44 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
48 SAMPLING_TEST="${1:-$BINDIR/sampling_test}"
H A Dheap-profiler_unittest.sh44 # We expect BINDIR and PPROF_PATH to be set in the environment.
46 BINDIR="${BINDIR:-.}"
47 PPROF_PATH="${PPROF_PATH:-$BINDIR/src/pprof}"
51 echo " By default, unittest_dir=$BINDIR, pprof_path=$PPROF_PATH"
55 HEAP_PROFILER="${1:-$BINDIR}/heap-profiler_unittest"
H A Dheap-checker-death_unittest.sh37 # We expect BINDIR to be set in the environment.
39 BINDIR="${BINDIR:-.}"
43 echo " By default, unittest_dir=$BINDIR"
47 EXE="${1:-$BINDIR}/heap-checker_unittest"
/external/libsepol/utils/
H A DMakefile3 BINDIR ?= $(PREFIX)/bin macro
14 -mkdir -p $(BINDIR)
15 install -m 755 $(TARGETS) $(BINDIR)
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile31 BINDIR = bin.msvc macro
66 LDFLAGS = $(LDFLAGS) /LIBPATH:$(BINDIR) /LIBPATH:$(LIBPREFIX)
236 UTILS = $(BINDIR)\xmllint.exe\
237 $(BINDIR)\xmlcatalog.exe\
238 $(BINDIR)\testAutomata.exe\
239 $(BINDIR)\testC14N.exe\
240 $(BINDIR)\testDocbook.exe\
241 $(BINDIR)\testHTML.exe\
242 $(BINDIR)\testReader.exe\
243 $(BINDIR)\testRela
[all...]
/external/chromium_org/third_party/libxslt/win32/
H A DMakefile25 BINDIR = bin.msvc macro
60 LDFLAGS = $(LDFLAGS) /LIBPATH:$(BINDIR) /LIBPATH:$(LIBPREFIX)
142 UTILS = $(BINDIR)\xsltproc.exe
154 libxslt : $(BINDIR)\$(XSLT_SO)
156 libxslta : $(BINDIR)\$(XSLT_A)
158 libexslt : $(BINDIR)\$(EXSLT_SO)
160 libexslta : $(BINDIR)\$(EXSLT_A)
170 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
185 copy $(BINDIR)\
[all...]
/external/dhcpcd/mk/
H A Dfiles.mk4 FILESDIR?= ${BINDIR}
H A Dscripts.mk4 SCRIPTSDIR?= ${BINDIR}
H A Dsys.mk3 BINDIR?= ${PREFIX}/usr/bin macro
/external/bison/darwin-lib/
H A Dconfigmake.h4 #define BINDIR "/usr/local/bin" macro
/external/bison/linux-lib/
H A Dconfigmake.h4 #define BINDIR "/usr/local/bin" macro
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A DMakefile.in31 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
/external/icu/icu4c/source/tools/pkgdata/
H A DMakefile.in31 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
/external/checkpolicy/
H A DMakefile5 BINDIR ?= $(PREFIX)/bin macro
49 -mkdir -p $(BINDIR)
51 install -m 755 $(TARGETS) $(BINDIR)
56 /sbin/restorecon $(BINDIR)/checkpolicy
57 /sbin/restorecon $(BINDIR)/checkmodule
/external/checkpolicy/test/
H A DMakefile5 BINDIR=$(PREFIX)/bin macro
/external/dnsmasq/
H A DMakefile17 BINDIR = ${PREFIX}/sbin macro
52 $(INSTALL) -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8
54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)

Completed in 3022 milliseconds

123