/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMWSFilter.java | 30 * Do not strip whitespace child nodes of this element. 35 * Strip whitespace child nodes of this element. 37 public static final short STRIP = 2; 52 * @return one of NOTSTRIP, STRIP, or INHERIT.
|
/external/e2fsprogs/lib/ |
Makefile.solaris-lib | 48 install-strip: install 49 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) 51 install-shlibs-strip: install-shlibs 52 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
|
Makefile.elf-lib | 57 install-strip: install 58 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)" 59 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \ 62 install-shlibs-strip: install-shlibs 63 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)" 64 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
|
/build/core/combo/ |
select.mk | 31 $(combo_target)STRIP := $(STRIP) 71 ccache := $(strip $(wildcard $(ccache)))
|
HOST_darwin-x86.mk | 48 HOST_STRIP := $(STRIP) 49 HOST_STRIP_COMMAND = $(HOST_STRIP) --strip-debug $< -o $@
|
/external/expat/amiga/ |
Makefile | 75 STRIP = strip 139 $(STRIP) $(STRIPFLAGS) $@ 156 $(STRIP) $(STRIPFLAGS) $@ 164 $(STRIP) $(STRIPFLAGS) $@
|
/hardware/ti/omap4xxx/domx/make/ |
start.mk | 99 STRIP := $(CROSS)strip
|
build.mk | 30 TARGETNAME := $(strip $(TARGETNAME)) 31 TARGETTYPE := $(strip $(TARGETTYPE)) 32 SUBMODULES := $(strip $(SUBMODULES)) 33 SOURCES := $(strip $(SOURCES)) 34 INCLUDES := $(strip $(INCLUDES)) 35 LIBINCLUDES := $(strip $(LIBINCLUDES)) 37 SH_SONAME := $(strip $(SH_SONAME)) 38 ST_LIBS := $(strip $(ST_LIBS)) 39 SH_LIBS := $(strip $(SH_LIBS)) 41 CFLAGS := $(strip $(CFLAGS) [all...] |
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 89 $(call strip-cmd,$@)
|
/libcore/luni/src/main/java/java/util/jar/ |
Pack200.java | 170 * a String representation of {@code strip}. 172 static final String STRIP = "strip";
|
/external/dropbear/debian/ |
rules | 7 STRIP =strip 9 STRIP =: nostrip 70 $(STRIP) -R .comment -R .note '$(DIR)'/usr/sbin/* \
|
/external/libvpx/build/make/ |
configure.sh | 383 STRIP=${STRIP} 516 STRIP=${STRIP:-${CROSS}strip} 684 STRIP=arm-none-linux-gnueabi-strip 720 STRIP=${TOOLCHAIN_PATH}/strip 964 # Check for strip utility varian [all...] |
Makefile | 133 # If we're in debug mode, pretend we don't have GNU strip, to fall back to 137 # Older binutils strip global sybols not needed for relocation processing 138 # when given --strip-unneeded. Use nm and awk to identify globals and 141 $(if $(quiet),@echo " [STRIP] $@ < $<") 142 $(qexec)$(STRIP) --strip-unneeded \ 162 pairmap=$(if $(strip $(2)),\ 171 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) ) 191 $(qexec)$$(LD) $$(strip $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs) [all...] |
/external/valgrind/tsan/ |
Makefile | 59 STRIP=strip 87 STRIP=strip -g # keep some symbols for profiling. 169 $(STRIP) $(OUTDIR)/tsan-*$(OS)
|
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 161 export STRIP=${BINPREFIX}strip
|
/external/e2fsprogs/resize/ |
Makefile.in | 77 install-strip: install 79 echo " STRIP $(root_sbindir)/$$i"; \ 80 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
|
/external/libpng/ |
configure | 821 STRIP [all...] |
/external/libffi/ |
ltconfig | 284 old_STRIP="$STRIP" 652 test -z "$STRIP" && STRIP=: 949 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 950 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 951 test -z "$striplib" && striplib="$STRIP --strip-unneeded [all...] |
configure | 833 STRIP [all...] |
/external/chromium/sdch/open-vcdiff/ |
configure | 822 STRIP [all...] |
/external/genext2fs/ |
configure | 665 STRIP [all...] |
/external/elfutils/config/ |
Makefile | 115 STRIP = 240 install-strip: 243 `test -z '$(STRIP)' || \ 244 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 305 install-strip installcheck installcheck-am installdirs \
|
/external/elfutils/doc/ |
Makefile | 113 STRIP = 239 install-strip: 242 `test -z '$(STRIP)' || \ 243 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 301 install-strip installcheck installcheck-am installdirs \
|
/external/elfutils/m4/ |
Makefile | 113 STRIP = 242 install-strip: 245 `test -z '$(STRIP)' || \ 246 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 307 install-strip installcheck installcheck-am installdirs \
|
/external/chromium/third_party/libevent/ |
configure | 851 STRIP [all...] |