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

1 2 3 4 5 6

  /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.
  /hardware/interfaces/audio/effect/2.0/
IDownmixEffect.hal 24 STRIP, // throw away the extra channels
  /hardware/interfaces/audio/effect/4.0/
IDownmixEffect.hal 24 STRIP, // throw away the extra channels
  /external/e2fsprogs/lib/
Makefile.solaris-lib 50 install-strip: install
51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
53 install-shlibs-strip: install-shlibs
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
Makefile.elf-lib 56 install-strip: install
57 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
61 install-shlibs-strip: install-shlibs
62 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
  /external/ltp/include/mk/
config.mk.in 31 STRIP := @STRIP@
86 ifeq ($(strip $(prefix)),)
config.mk.default 31 STRIP := $(CROSS_COMPILE)strip
  /external/syslinux/mk/
syslinux.mk 59 STRIP = strip
63 STRIP = strip
78 # strip white spaces in ARCH
79 ARCH ?= $(strip $(SUBARCH))
  /external/swiftshader/third_party/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/syslinux/extlinux/
Makefile 57 strip:
58 $(STRIP) extlinux
  /external/syslinux/mtools/
Makefile 39 strip:
40 $(STRIP) syslinux
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 9 STRIP ?= $(CROSS)strip -g
75 $(STRIP) -g $(LIBRARY)
  /toolchain/binutils/binutils-2.27/binutils/testsuite/config/
default.exp 51 if ![info exists STRIP] then {
52 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
  /external/compiler-rt/make/
options.mk 44 STRIP := strip
AppleBI.mk 51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
92 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
121 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt_sim.dylib \
lib_info.mk 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
  /external/syslinux/linux/
Makefile 59 strip:
60 $(STRIP) syslinux syslinux-nomtools
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 20 STRIP ?= $(CROSS)strip -g
93 $(STRIP) -g $(LIBRARY)
  /external/syslinux/utils/
Makefile 76 strip:
77 $(STRIP) $(C_TARGETS)
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 69 * p.put(Packer.CODE_ATTRIBUTE_PFX+"LineNumberTable", Packer.STRIP);
371 * {@link #STRIP}, and {@link #PASS}.
376 * {@link #STRIP} means that the attribute will be dropped.
386 * p.put(UNKNOWN_ATTRIBUTE, STRIP);
400 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
414 * Code like this might be used to strip debugging attributes:
417 * p.put(CODE_ATTRIBUTE_PFX+"LineNumberTable", STRIP);
418 * p.put(CODE_ATTRIBUTE_PFX+"LocalVariableTable", STRIP);
419 * p.put(CLASS_ATTRIBUTE_PFX+"SourceFile", STRIP);
429 * The special strings {@link #ERROR}, {@link #STRIP}, an
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 231 STRIP=${BINPREFIX}strip
232 export CC CXX LD AS AR RANLIB STRIP
250 STRIP=${BINPREFIX}strip
251 export CC CXX LD AS AR RANLIB RC STRIP
  /external/cn-cbor/
CMakeLists.txt 99 string ( STRIP "${ig}" ig)
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objcopy.exp 410 global STRIP
418 set test "strip"
456 set exec_output [binutils_run $STRIP "-g $archive"]
463 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
497 set exec_output [binutils_run $STRIP "$STRIPFLAGS $objfile"]
518 global STRIP
525 set test "strip with saving a symbol"
538 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
901 set test2 "strip executable"
903 set test3 "strip executable with saving a symbol
    [all...]
  /external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake 342 string(STRIP ${HITCOUNT} HITCOUNT)
343 string(STRIP ${LINE} LINE)
  /external/libvpx/libvpx/build/make/
configure.sh 471 STRIP=${STRIP}
653 STRIP=${STRIP:-${CROSS}strip}
989 STRIP=arm-none-linux-gnueabi-strip
1034 STRIP=${TOOLCHAIN_PATH}strip
1077 STRIP="$(${XCRUN_FIND} strip)
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6