Home
last modified time | relevance | path

Searched refs:strip (Results 351 - 375 of 924) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py225 for level in raw.replace(',', ' ').strip().split():
245 for kind in raw.replace(',', ' ').strip().split():
275 ignored.extend(raw.replace(',', ' ').strip().split())
H A D_capi.py243 groupby = raw.replace(',', ' ').strip().split()
380 raw = raw.strip()
430 sortfields = sort.replace(',', ' ').strip().split()
/third_party/python/Lib/
H A Dgettext.py377 item = b_item.decode().strip()
386 k = k.strip().lower()
387 v = v.strip()
H A Dsite.py182 if line.strip() == "":
521 key = key.strip().lower()
522 value = value.strip()
H A Dwarnings.py51 line = line.strip()
86 line = line.strip()
219 action, message, category, module, lineno = [s.strip()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py99 ident = subprocess.check_output([cppfilt, ident]).strip()
317 line = line.strip()
383 parser.add_option('--strip-prefix', metavar='PATH', action='store',
384 help='strip PATH prefix from paths; e.g. /path/to/src/root')
402 if res.strip() != 'main':
/third_party/toybox/kconfig/
H A Dconf.c40 static void strip(char *str) in strip() function
240 strip(line); in conf_sym()
360 strip(line); in conf_choice()
/third_party/python/Modules/
H A Dgetpath.py364 if had_equ and key.strip().lower() == 'home':
365 executable_dir = real_executable_dir = value.strip()
761 line = line.partition('#')[0].strip()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py745 extension_list = [ext.strip() for ext in extensions.split(',')]
871 extension_list = [ext.strip() for ext in extension.split(',')]
1025 essl_extensions = [ext.strip() for ext in obj['essl_extension'].split(',')]
1331 parametersOut.append(TType(parameter.strip()))
1338 line.strip() for line in lines if line.strip() != '' and not line.strip().startswith('//')
1349 group_rest = line[12:].strip()
1357 group_end_name = line[10:].strip()
1373 line_rest = line[16:].strip()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile37 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/kernel/linux/linux-5.10/usr/
H A DMakefile24 ramfs-input := $(strip $(shell echo $(CONFIG_INITRAMFS_SOURCE)))
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_config.py66 line = line.strip()
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A DMakefile5 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-6.6/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/kernel/uniproton/build/uniproton_ci_lib/
H A Dlogs.py73 logger.info(line.strip())
/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/
H A DMakefile27 RST2MAN_OPTS += --verbose --strip-comments
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_execute.py55 self.suits_dir.split("distributedtest")[1].strip(os.sep))
/third_party/elfutils/tests/
H A Drun-large-elf-file.sh77 out_file_strip="${in_file}.strip"
94 echo "strip -o ${out_file_strip} -f ${out_file_debug} ${in_file}"
95 testrun ${abs_top_builddir}/src/strip -o ${out_file_strip} \
/third_party/curl/src/
H A DMakefile.mk48 curl_OBJECTS := $(patsubst %.c,$(OBJ_DIR)/%.o,$(strip $(CURL_CFILES)))
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile18 ifeq ($(strip $(ICU_PATH)),)
/third_party/icu/vendor/double-conversion/
H A Dpull-from-upstream.sh25 tar zxf $filename --strip 1 -C "$upstream_root_tmp";
/third_party/libsnd/src/
H A Dbinheader_writef_check.py63 dlist = [x.strip() for x in dlist]
/third_party/libuv/tools/
H A Dmake_dist_html.py120 html = HTML.format(groups=groups).strip()
/third_party/mesa3d/bin/
H A Dgen_vs_module_defs.py43 line = line.strip()
H A Dcommit_in_branch_test.py20 return out.decode().strip().split('/')[2]

Completed in 14 milliseconds

1...<<11121314151617181920>>...37