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

1 2 3 4 5 6 7 8 91011>>

  /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.
decoder-allow-null-chars.html 2 <p>This tests that we no longer strip nulls from tags. This matches Firefox behavior.</p>
  /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
  /build/core/
host_executable.mk 9 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
12 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
phony_package.mk 1 ifneq ($(strip $(LOCAL_SRC_FILES)),)
5 ifeq ($(strip $(LOCAL_REQUIRED_MODULES)),)
host_shared_library.mk 12 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
15 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
18 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
executable.mk 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
host_static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
  /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 )'
  /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>
  /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
  /external/chromium/chrome/browser/resources/options/
alert_overlay.html 7 <div class="button-strip">
certificate_import_error_overlay.html 8 <div class="button-strip">
  /external/chromium/testing/gtest/xcode/Config/
ReleaseProject.xcconfig 18 // Deploment postprocessing is what triggers Xcode to strip
24 // Dead code strip does not affect ObjC code but can help for C
31 // When we strip we want to strip all symbols in release, but save externals.
  /external/llvm/test/Assembler/
2009-02-28-StripOpaqueName.ll 1 ; RUN: opt < %s -strip -S | llvm-as | llvm-dis
  /external/protobuf/gtest/xcode/Config/
ReleaseProject.xcconfig 18 // Deploment postprocessing is what triggers Xcode to strip
24 // Dead code strip does not affect ObjC code but can help for C
31 // When we strip we want to strip all symbols in release, but save externals.
  /frameworks/compile/libbcc/tools/
gen-config-from-mk.py 19 if conf_patt.match(line.strip()):
23 if split_patt.match(line.strip()):
29 match = var_patt.match(line.strip())
33 elif split_patt.match(line.strip()):
  /external/chromium/build/mac/
strip_from_xcode 7 # This is a handy wrapper script that figures out how to call the strip
13 # An example "Strip If Needed" build phase placed after "Link Binary With
18 # Only strip in release mode.
28 # Strip everything (no special flags). No-op.
32 # Strip debugging symbols and local symbols
36 # Don't strip static libraries.
45 # Pick up the standard STRIPFLAGS Xcode setting, used for "Additional Strip
  /sdk/build/
tools.windows.atree 31 bin/dmtracedump.exe strip tools/dmtracedump.exe
42 bin/emulator.exe strip tools/emulator.exe
43 bin/emulator-arm.exe strip tools/emulator-arm.exe
44 bin/emulator-x86.exe strip tools/emulator-x86.exe
58 bin/etc1tool.exe strip tools/etc1tool.exe
64 bin/hprof-conv.exe strip tools/hprof-conv.exe
70 bin/mksdcard.exe strip tools/mksdcard.exe
81 bin/sqlite3.exe strip tools/sqlite3.exe
87 bin/zipalign.exe strip tools/zipalign.exe
  /development/build/
sdk-windows-x86.atree 31 bin/adb.exe strip platform-tools/adb.exe
32 bin/fastboot.exe strip platform-tools/fastboot.exe
37 bin/aapt.exe strip platform-tools/aapt.exe
40 bin/aidl.exe strip platform-tools/aidl.exe
46 bin/dexdump.exe strip platform-tools/dexdump.exe
49 bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe
  /external/jpeg/
jdpostct.c 32 * for one-pass operation, a strip buffer is sufficient.
35 JSAMPARRAY buffer; /* strip buffer, or current strip of virtual */
38 JDIMENSION starting_row; /* row # of first row in current strip */
39 JDIMENSION next_row; /* index of next row to fill/empty in strip */
84 * allocate a strip buffer. Use the virtual-array buffer as workspace.
121 * Process some data in the one-pass (strip buffer) case.
167 /* Reposition virtual buffer if at start of strip. */
174 /* Upsample some data (up to a strip height's worth). */
189 /* Advance if we filled the strip. *
    [all...]
  /external/llvm/tools/llvm-ld/
Optimize.cpp 53 static cl::opt<bool> Strip("strip-all",
54 cl::desc("Strip all symbol info from executable"));
56 static cl::alias A0("s", cl::desc("Alias for --strip-all"),
57 cl::aliasopt(Strip));
59 static cl::opt<bool> StripDebug("strip-debug",
60 cl::desc("Strip debugger symbol info from executable"));
62 static cl::alias A1("S", cl::desc("Alias for --strip-debug"),
96 // If the -s or -S command line options were specified, strip the symbols out
98 // that we are supporting; they alias -strip-all and -strip-debug
    [all...]
  /external/chromium/build/linux/
dump_app_syms 7 # Helper script to run dump_syms on Chrome Linux executables and strip
35 strip "$INFILE"
  /external/clang/
clang-host-build.mk 35 $(if $(strip $(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \
36 -gen-$(strip $(1)) \

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 91011>>