/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
maybe_threads_unittest.sh | 45 # 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}
|
heap-checker_unittest.sh | 40 # 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"
|
debugallocation_test.sh | 35 BINDIR="${BINDIR:-.}" 39 echo " By default, unittest_dir=$BINDIR" 43 DEBUGALLOCATION_TEST="${1:-$BINDIR/debugallocation_test}"
|
sampling_test.sh | 39 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}"
|
heap-profiler_unittest.sh | 44 # 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"
|
heap-checker-death_unittest.sh | 37 # 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/ |
maybe_threads_unittest.sh | 45 # 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}
|
heap-checker_unittest.sh | 40 # 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"
|
debugallocation_test.sh | 35 BINDIR="${BINDIR:-.}" 39 echo " By default, unittest_dir=$BINDIR" 43 DEBUGALLOCATION_TEST="${1:-$BINDIR/debugallocation_test}"
|
sampling_test.sh | 39 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}"
|
heap-profiler_unittest.sh | 44 # 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"
|
heap-checker-death_unittest.sh | 37 # 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/ |
Makefile | 3 BINDIR ?= $(PREFIX)/bin 14 -mkdir -p $(BINDIR) 15 install -m 755 $(TARGETS) $(BINDIR)
|
/external/chromium_org/third_party/libxml/src/win32/ |
Makefile | 31 BINDIR = bin.msvc 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)\testRelax.exe [all...] |
/external/chromium_org/third_party/libxslt/win32/ |
Makefile | 25 BINDIR = bin.msvc 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)\$(XSLT_SO) $(SOPREFIX [all...] |
/external/dhcpcd/mk/ |
files.mk | 4 FILESDIR?= ${BINDIR}
|
scripts.mk | 4 SCRIPTSDIR?= ${BINDIR}
|
sys.mk | 3 BINDIR?= ${PREFIX}/usr/bin
|
/external/bison/darwin-lib/ |
configmake.h | 4 #define BINDIR "/usr/local/bin"
|
/external/bison/linux-lib/ |
configmake.h | 4 #define BINDIR "/usr/local/bin"
|
/external/icu4c/tools/pkgdata/ |
Makefile.in | 31 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) 59 $(MKINSTALLDIRS) $(DESTDIR)$(bindir) 60 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
|
/external/checkpolicy/ |
Makefile | 5 BINDIR ?= $(PREFIX)/bin 49 -mkdir -p $(BINDIR) 51 install -m 755 $(TARGETS) $(BINDIR) 56 /sbin/restorecon $(BINDIR)/checkpolicy 57 /sbin/restorecon $(BINDIR)/checkmodule
|
/external/checkpolicy/test/ |
Makefile | 5 BINDIR=$(PREFIX)/bin
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
Makefile.in | 31 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) 62 $(MKINSTALLDIRS) $(DESTDIR)$(bindir) 63 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
|
/external/dnsmasq/ |
Makefile | 17 BINDIR = ${PREFIX}/sbin 52 $(INSTALL) -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8 54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)
|