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

1 2

  /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/compiler-rt/make/
options.mk 44 STRIP := strip
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 20 STRIP ?= $(CROSS)strip -g
93 $(STRIP) -g $(LIBRARY)
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 9 STRIP ?= $(CROSS)strip -g
75 $(STRIP) -g $(LIBRARY)
  /external/syslinux/mk/
lib.mk 33 STRIP = strip --strip-all -R .comment -R .note
248 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
syslinux.mk 59 STRIP = strip
63 STRIP = strip
78 # strip white spaces in ARCH
79 ARCH ?= $(strip $(SUBARCH))
  /external/compiler-rt/make/platform/
darwin_bni.mk 15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
clang_darwin.mk 62 STRIP := $(call XCRun,strip)
105 # object files. If we are on that platform, strip out all ARM archs. We still
124 $(if $(strip $(UniversalArchs.$(config))),,\
129 # Forcibly strip off any -arch, as that totally breaks our universal support.
clang_macho_embedded.mk 38 STRIP := $(call XCRun,strip)
  /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...]
  /external/capstone/
Makefile 21 STRIP ?= strip
26 STRIP = $(CROSS)strip
  /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 \
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 56 STRIP = (1<<0),
70 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
243 void stripDebug(); // strip all debug info
245 void strip(); // remove debug symbols
262 // Add a strip range for a given instruction starting at 'start'
282 // Sections of the binary to strip, given as [begin,end)
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 185 milliseconds

1 2