HomeSort by relevance Sort by last modified time
    Searched defs:STRIP (Results 1 - 17 of 17) sorted by null

  /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/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/compiler-rt/make/
options.mk 44 STRIP := strip
  /external/compiler-rt/make/platform/
darwin_bni.mk 15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
clang_macho_embedded.mk 38 STRIP := $(call XCRun,strip)
clang_darwin.mk 52 STRIP := $(call XCRun,strip)
110 # object files. If we are on that platform, strip out all ARM archs. We still
135 # Forcibly strip off any -arch, as that totally breaks our universal support.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 85 STRIP = strip
122 strip-libs = $(filter-out -l%,$(1))
540 strip: $(PROGRAMS) $(OUTPUT)perf
541 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf
817 .PHONY: all install clean strip $(LIBTRACEEVENT) $(LIBLK)
  /external/mdnsresponder/mDNSPosix/
Makefile 77 STRIP = echo
85 STRIP = strip -S
98 STRIP = strip
248 @$(STRIP) $@
258 @$(STRIP) $@
272 @$(STRIP) $@
  /external/libogg/win32/
Makefile 102 STRIP = strip
182 install-strip:
185 `test -z '$(STRIP)' || \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
237 install-info-am install-man install-strip installcheck \
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 569 STRIP =
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 204 milliseconds