HomeSort by relevance Sort by last modified time
    Searched refs:STRIP (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /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 \
  /ndk/build/tools/
build-ndk-stack.sh 93 STRIP="$STRIP" \
build-gnu-libstdc++.sh 166 export STRIP=${BINPREFIX}strip
  /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/llvm/utils/buildit/
build_llvm 93 for prog in ar nm ranlib strip lipo ld as ; do
204 # Find the right version of strip to use.
205 STRIP=strip
207 STRIP=`xcrun -sdk $SDKROOT -find strip`
211 # Strip local symbols from llvm libraries.
213 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
217 $STRIP -Sxl $
    [all...]
  /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...]
  /external/valgrind/tsan/
Makefile 59 STRIP=strip
87 STRIP=strip -g # keep some symbols for profiling.
169 $(STRIP) $(OUTDIR)/tsan-*$(OS)
  /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 \

Completed in 364 milliseconds

1 2 3 4