HomeSort by relevance Sort by last modified time
    Searched refs:STRIP (Results 1 - 25 of 125) 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.
  /hardware/interfaces/audio/effect/2.0/
IDownmixEffect.hal 24 STRIP, // throw away the extra channels
  /external/ltp/testcases/commands/ade/objdump/
Makefile 37 $(STRIP) $@
  /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@
85 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.25/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)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 400 global STRIP
408 set test "strip"
446 set exec_output [binutils_run $STRIP "-g $archive"]
453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
487 set exec_output [binutils_run $STRIP "$STRIPFLAGS $objfile"]
508 global STRIP
515 set test "strip with saving a symbol"
528 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
861 strip_executable "$STRIP" "$STRIPFLAGS" "$test3"
862 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test4
    [all...]
  /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/libvpx/libvpx/build/make/
configure.sh 454 STRIP=${STRIP}
636 STRIP=${STRIP:-${CROSS}strip}
966 STRIP=arm-none-linux-gnueabi-strip
1011 STRIP=${TOOLCHAIN_PATH}strip
1054 STRIP="$(${XCRUN_FIND} strip)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 56 STRIP = (1<<0),
70 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
236 void stripDebug(); // strip debug info
237 void strip(); // remove debug symbols
254 // Add a strip range for a given instruction starting at 'start'
274 // Sections of the binary to strip, given as [begin,end)
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 56 STRIP = (1<<0),
70 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
236 void stripDebug(); // strip debug info
237 void strip(); // remove debug symbols
254 // Add a strip range for a given instruction starting at 'start'
274 // Sections of the binary to strip, given as [begin,end)

Completed in 441 milliseconds

1 2 3 4 5