HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 1 - 25 of 2182) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
spec-09-23.data 3 # Strip
5 strip: |-
spec-09-22.data 3 strip: |-
spec-09-24.data 3 strip: >-
spec-09-18.data 11 strip
  /external/elfutils/tests/
run-strip-test4.sh 5 . $srcdir/run-strip-test.sh
run-strip-test5.sh 5 . $srcdir/run-strip-test.sh
run-strip-test6.sh 5 . $srcdir/run-strip-test.sh
run-strip-test7.sh 5 . $srcdir/run-strip-test.sh
run-strip-test8.sh 5 . $srcdir/run-strip-test.sh
  /external/webkit/LayoutTests/fast/encoding/
decoder-allow-null-chars-expected.txt 1 This tests that we no longer strip nulls from tags. This matches Firefox behavior.
  /build/core/tasks/
product-graph.mk 22 , $(if $(strip $(p)),$(strip $(p)),)) \
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),)
45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
63 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), echo \"$(d)\" -\> \"$(p)\";)) \
66 label=\"$(dir $(prod))\\n$(notdir $(prod))\\n\\n$(PRODUCTS.$(strip $(prod)).PRODUCT_MODEL)\\n$(PRODUCTS.$(strip $(prod)).PRODUCT_DEVICE)\" \
78 $(OUT_DIR)/products/$(strip $(1)).html
84 $(OUT_DIR)/products/$(strip $(1)).txt: $(this_makefile
    [all...]
  /build/core/
host_static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
17 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
24 ifeq ($(strip $(LOCAL_ENABLE_APROF)),true)
host_executable.mk 9 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
12 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
host_shared_library.mk 12 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
15 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
18 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
21 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
phony_package.mk 1 ifneq ($(strip $(LOCAL_SRC_FILES)),)
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.man 1 This target will strip TCP options off a TCP packet. (It will actually replace
4 \fB\-\-strip\-options\fP \fIoption\fP[\fB,\fP\fIoption\fP...]
5 Strip the given option(s). The options may be specified by TCP option number or
  /external/llvm/test/Bindings/Ocaml/
lit.local.cfg 3 bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
strip 3 the ability of make to strip white space from lists of object.\n";
7 These are then run through the strip command to remove it. This is then
33 @echo '$(strip $(TEST1) )'
34 @echo '$(strip $(TEST2) )'
35 @echo '$(strip $(TEST3) )'
37 space: ; @echo '$(strip ) $(strip )'
  /sdk/build/
tools.atree 50 bin/sqlite3 strip tools/sqlite3
51 bin/dmtracedump strip tools/dmtracedump
52 bin/etc1tool strip tools/etc1tool
53 bin/hprof-conv strip tools/hprof-conv
54 bin/mksdcard strip tools/mksdcard
55 bin/zipalign strip tools/zipalign
58 bin/emulator strip tools/emulator
59 bin/emulator-x86 strip tools/emulator-x86
60 bin/emulator-arm strip tools/emulator-arm
61 bin/emulator-mips strip tools/emulator-mip
    [all...]
  /external/llvm/test/Object/Inputs/
elfver.S 6 # Also, strip off non-dynamic symbols:
7 # strip elf-versioning-test.i386
8 # strip elf-versioning-test.x86_64
  /external/apache-xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 29 * strip whitespace nodes from it's children.
34 * Get information about whether or not an element should strip whitespace.
35 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
49 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
  /build/core/combo/arch/arm/
armv7-a-neon.mk 9 ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
12 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
  /build/tools/zipalign/
Android.mk 26 ifneq ($(strip $(USE_MINGW)),)
32 ifneq ($(strip $(BUILD_HOST_static)),)
  /external/llvm/test/Transforms/StripSymbols/
2007-01-15-llvm.used.ll 1 ; RUN: opt < %s -strip -S | grep foo | count 2
2 ; RUN: opt < %s -strip -S | grep bar | count 2

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>