HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 476 - 500 of 6288) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libxt_TCPOPTSTRIP.c 41 {.name = "strip-options", .id = O_STRIP_OPTION, .type = XTTYPE_STRING},
61 " --strip-options value strip specified TCP options denoted by value\n"
67 printf(" %-14s strip \"%s\" option\n", w->name, w->desc);
162 printf(" --strip-options ");
  /external/llvm/utils/
wciia.py 29 # paths must be in ( ... ) so strip them
56 name = line[2:].strip()
63 email = line[2:].strip()
66 description = line[2:].strip()
69 filesfolders = line[2:].strip()
  /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]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-strip.1 135 .IX Title "STRIP 1"
136 .TH STRIP 1 " " "binutils-2.25.51" "GNU Development Tools"
142 strip \- Discard symbols from object files.
145 strip [\fB\-F\fR \fIbfdname\fR |\fB\-\-target=\fR\fIbfdname\fR]
148 [\fB\-s\fR|\fB\-\-strip\-all\fR]
149 [\fB\-S\fR|\fB\-g\fR|\fB\-d\fR|\fB\-\-strip\-debug\fR]
150 [\fB\-\-strip\-dwo\fR]
152 [\fB\-N\fR \fIsymbolname\fR |\fB\-\-strip\-symbol=\fR\fIsymbolname\fR]
217 .IP "\fB\-\-strip\-all\fR" 4
218 .IX Item "--strip-all
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentGeneratingUnitTest.py 217 self.assertEqual(Result.strip(), Expected)
252 self.assertEqual(Result.strip(), Expected)
287 self.assertEqual(Result.strip(), Expected)
311 self.assertEqual(Result.strip(), Expected)
333 self.assertEqual(Result.strip(), Expected.strip())
355 self.assertEqual(Result.strip(), Expected.strip())
389 self.assertEqual(Result.strip(), Expected.strip())
    [all...]
  /build/make/core/
config_sanitizers.mk 5 my_sanitize := $(strip $(LOCAL_SANITIZE))
6 my_sanitize_diag := $(strip $(LOCAL_SANITIZE_DIAG))
15 my_global_sanitize := $(strip $(SANITIZE_HOST))
20 my_global_sanitize := $(strip $(SANITIZE_TARGET))
21 my_global_sanitize_diag := $(strip $(SANITIZE_TARGET_DIAG))
76 ifeq ($(strip $(ENABLE_CFI)),false)
111 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
117 ifneq ($(filter integer, $(strip $(LOCAL_NOSANITIZE))),)
123 my_nosanitize = $(strip $(LOCAL_NOSANITIZE))
150 ifneq ($(filter address thread,$(strip $(SANITIZE_TARGET))),
    [all...]
dynamic_binary.mk 110 ## Strip
142 # Strip the binary, but keep debug frames and symbol table in a compressed .gnu_debugdata section.
146 # Strip the binary
150 # Strip only the debug frames, but leave the symbol table.
154 # A product may be configured to strip everything in some build variants.
160 $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) --strip-all $(LOCAL_INSTALLED_MODULE)
163 # Don't strip the binary, just copy it. We can't skip this step
device.mk 38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1))))
54 $(eval dn := $(strip $(1)))
75 $(strip $(call _resolve-short-device-name,$(1)))
goma.mk 46 CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
47 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
48 JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(GOMA_CC))
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 1 //===- StripSymbols.cpp - Strip symbols and debug info from a module ------===//
18 // only be used in situations where the 'strip' utility would be used, such as
100 INITIALIZE_PASS(StripSymbols, "strip",
101 "Strip all symbols from a module", false, false)
108 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug",
109 "Strip all symbols, except dbg symbols, from a module",
117 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare",
118 "Strip all llvm.dbg.declare intrinsics", false, false)
125 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
126 "Strip debug info for unused symbols", false, false
    [all...]
  /build/soong/scripts/
strip.sh 3 # Script to handle the various ways soong may need to strip binaries
19 Usage: strip.sh [options] -i in-file -o out-file -d deps-file
29 "${CROSS_COMPILE}strip" --strip-all "${infile}" -o "${outfile}.tmp"
39 if "${CROSS_COMPILE}strip" --strip-all -R .comment "${infile}" -o "${outfile}.tmp"; then
123 ${CROSS_COMPILE}strip
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfBuildOptionSectionParser.py 53 if LineContent.strip() == '':
59 if LineContent.strip().startswith(DT.TAB_COMMENT_SPLIT):
179 if LineContent.strip().startswith("##") and AsBuildOptionFlag:
182 elif LineContent.strip().startswith("#") and AsBuildOptionFlag:
192 if LineContent.strip() == '':
196 if LineContent.strip().startswith("##") and AsBuildOptionFlag:
202 if not LineContent.strip().startswith("#"):
InfAsBuiltProcess.py 50 String = String.strip()
57 String = String.strip()
74 Guid = GuidMatchedObj.group().strip()
75 Version = VersionMatchedObj.group().strip()
123 Line = Line.strip()
246 if InfFile.strip().upper() == CurrentInfFileName.strip().upper():
278 if FileGuidString.strip().upper() == Guid.upper() and \
279 VerString.strip().upper() == Version.upper():
  /external/boringssl/src/util/
generate-asm-lcov.py 35 l = l.strip()
77 l = l.strip() + ' '
80 elif l.strip() == 'Ir':
82 elif line != None and l.strip() and '=>' not in l and 'unidentified lines' not in l:
84 instruction = l.split(' ', 1)[1].strip()
98 data = [p.strip() for p in data.split(SECTION_SEPERATOR)]
106 filename = data[i].split(':', 1)[1].strip()
  /external/elfutils/tests/
run-strip-reloc.sh 35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
36 { echo "*** failure strip $infile"; status=1; }
38 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
40 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; }
56 # Strip of DWARF section lines, offset will not match.
107 runtest ${abs_top_builddir}/src/strip 0
108 runtest ${abs_top_builddir}/src/strip.o 1
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
TargetTxtClassObject.py 90 Line = Line.strip()
95 Key = LineList[0].strip()
97 Value = LineList[1].strip()
106 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
109 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
112 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
116 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
119 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
122 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
  /test/vts/utils/python/common/
list_utils.py 40 strip=False,
48 strip: bool, whether to strip items after expanding. Default is False
61 do_strip = lambda s: s.strip() if strip else s
116 to_strip: bool, whether to strip lines in result list.
173 to_strip: bool, whether to strip lines in result list.
212 lines = map(lambda line: line.strip(), lines)
215 lines = filter(lambda line: not line.strip().startswith(comment_char),
  /bionic/libc/tools/
genserv.py 49 line = string.strip(line)
56 rest = string.strip(m.group(4))
63 rest = string.strip(m.group(2))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
60 strip leading whitespace from lines that are joined to their
63 Note that since 'rstrip_ws' can strip the trailing newline, the
193 # strip the comment, strip whitespace before it, and
221 if line.strip() == "":
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 132 Comment = Comment.strip()
188 if not Copyright.strip():
195 if not License.strip():
202 if not Abstract.strip() or Abstract.find('Component description file') > -1:
209 return Abstract.strip(), Description.strip(), Copyright.strip(), License.strip()
242 Line = Line.strip()
255 Line = LineParts[0].strip()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Makefile 16 # This file is used to build the Strip utility.
52 TARGET_NAME=Strip
57 TARGET_EXE_SOURCE = "$(TARGET_SOURCE_DIR)\Strip.c"
strip.c 14 Strip.c
27 #define UTILITY_NAME "Strip"
52 UTILITY_NAME" "UTILITY_VERSION" - Intel Strip Utility",
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 37 // With control characters, we simply strip them out if necessary.
50 // In unquoted HTML attributes, strip out control characters also, as they could
66 * If the string is unquoted, we strip out all characters 0 - 0x1f and 0x7f for security reasons.
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 17 code, string, converter, _ = [s.strip()
19 items = [s.strip() for s in b.split(",")]
20 _,features = [s.strip() for s in c.split(",")]
  /external/pdfium/third_party/libtiff/
tif_predict.h 41 tmsize_t rowsize; /* tile/strip row size */
44 TIFFCodeMethod encodestrip; /* parent codec encode/decode strip */
49 TIFFCodeMethod decodestrip; /* parent codec encode/decode strip */

Completed in 669 milliseconds

<<11121314151617181920>>