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

1 2 3 4 5

  /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/chromium_org/android_webview/build/
install_binary 25 $STRIP --strip-unneeded $SOURCE -o $TARGET
  /ndk/sources/host-tools/ndk-depends/
GNUmakefile 19 STRIP := strip
31 ifneq (,$(strip $(DEBUG)))
34 strip-cmd =
38 strip-cmd = $(STRIP) $1
72 $(call strip-cmd,$@)
  /external/e2fsprogs/lib/
Makefile.solaris-lib 49 install-strip: install
50 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
52 install-shlibs-strip: install-shlibs
53 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
Makefile.elf-lib 58 install-strip: install
59 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
60 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 install-shlibs-strip: install-shlibs
64 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
65 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
  /ndk/build/tools/
build-ndk-stack.sh 94 STRIP="$STRIP" \
build-gcc.sh 468 # strip binaries to reduce final package size
469 test -z "$STRIP" && STRIP=strip
470 run $STRIP $TOOLCHAIN_PATH/bin/*
471 run $STRIP $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/bin/*
472 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/cc1$HOST_EXE
473 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/cc1plus$HOST_EXE
474 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/collect2$HOST_EXE
475 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/lto*$HOST_EX
    [all...]
build-llvm.sh 169 # To stop /usr/bin/install -s calls strip on darwin binary
363 test -z "$STRIP" && STRIP=strip
364 find $TOOLCHAIN_BUILD_PREFIX/bin -maxdepth 1 -type f -exec $STRIP {} \;
365 # Note that MacOSX strip generate the follow error on .dylib:
367 find $TOOLCHAIN_BUILD_PREFIX/lib -maxdepth 1 -type f \( -name "*.dll" -o -name "*.so" \) -exec $STRIP {} \;
build-device-llvm.sh 230 # Strip
231 STRIP=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-strip
232 find $TOOLCHAIN_BUILD_PREFIX/$arch -maxdepth 1 -type f -exec $STRIP --strip-all {} \;
prebuilt-common.sh 867 STRIP=${STRIP:-strip}
931 STRIP=$ABI_CONFIGURE_HOST-strip
932 export CC CXX CPP LD AR AS RANLIB STRIP
977 STRIP=$ABI_CONFIGURE_HOST-strip
    [all...]
  /build/core/combo/
select.mk 31 $(combo_target)STRIP := $(STRIP)
88 ccache := $(strip $(wildcard $(ccache)))
HOST_darwin-x86.mk 20 ifneq ($(strip $(BUILD_HOST_64bit)),)
32 ifneq ($(strip $(BUILD_HOST_static)),)
40 ifneq ($(strip $(MAC_SDK_VERSION)),)
80 ifneq (,$(strip $(wildcard $(HOST_TOOLCHAIN_PREFIX)-gcc)))
93 HOST_STRIP := $(STRIP)
94 HOST_STRIP_COMMAND = $(HOST_STRIP) --strip-debug $< -o $@
  /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,$@)
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 9 STRIP ?= $(CROSS)strip -g
75 $(STRIP) -g $(LIBRARY)
  /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...]
  /external/llvm/utils/buildit/
build_llvm 129 for prog in ar nm ranlib strip lipo ld as ; do
248 # Find the right version of strip to use.
249 STRIP=strip
251 STRIP=`xcrun -sdk $SDKROOT -find strip`
255 # Strip local symbols from llvm libraries.
257 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
259 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
261 $STRIP -Sxl $
    [all...]
  /external/compiler-rt/make/
options.mk 44 STRIP := strip
AppleBI.mk 47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
88 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
lib_info.mk 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
  /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/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 21 STRIP ?= strip
149 # Strip Macro
150 # The host build makes shared libraries, so the best we can do is strip-debug.
151 # We cannot strip the symbol names.
159 $(call LOG,STRIP,$$@,$(STRIP) --strip-debug -o $$@ $$^)
  /external/chromium_org/build/android/
envsetup_functions.sh 81 # TODO(beverloo): Remove these once all consumers updated to --strip-binary.
83 export STRIP=$(echo ${ANDROID_TOOLCHAIN}/*-strip)
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh 138 readonly NACLSTRIP=${NACL_BIN_PATH}/${NACL_CROSS_PREFIX_DASH}strip
159 STRIP=${NACLSTRIP} AR=${NACLAR} RANLIB=${NACLRANLIB} OBJDUMP=${NACLOBJDUMP} \

Completed in 955 milliseconds

1 2 3 4 5