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__.py | 225 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.py | 243 groupby = raw.replace(',', ' ').strip().split() 380 raw = raw.strip() 430 sortfields = sort.replace(',', ' ').strip().split()
|
/third_party/python/Lib/ |
H A D | gettext.py | 377 item = b_item.decode().strip() 386 k = k.strip().lower() 387 v = v.strip()
|
H A D | site.py | 182 if line.strip() == "": 521 key = key.strip().lower() 522 value = value.strip()
|
H A D | warnings.py | 51 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 D | bloat.py | 99 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 D | conf.c | 40 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 D | getpath.py | 364 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 D | gen_builtin_symbols.py | 745 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 D | Makefile | 37 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
|
/kernel/linux/linux-5.10/usr/ |
H A D | Makefile | 24 ramfs-input := $(strip $(shell echo $(CONFIG_INITRAMFS_SOURCE)))
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_config.py | 66 line = line.strip()
|
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
H A D | Makefile | 5 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-6.6/arch/xtensa/boot/ |
H A D | Makefile | 33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
|
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 73 logger.info(line.strip())
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/ |
H A D | Makefile | 27 RST2MAN_OPTS += --verbose --strip-comments
|
/test/testfwk/developer_test/src/core/command/ |
H A D | distribute_execute.py | 55 self.suits_dir.split("distributedtest")[1].strip(os.sep))
|
/third_party/elfutils/tests/ |
H A D | run-large-elf-file.sh | 77 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 D | Makefile.mk | 48 curl_OBJECTS := $(patsubst %.c,$(OBJ_DIR)/%.o,$(strip $(CURL_CFILES)))
|
/third_party/icu/icu4c/source/samples/uresb/ |
H A D | Makefile | 18 ifeq ($(strip $(ICU_PATH)),)
|
/third_party/icu/vendor/double-conversion/ |
H A D | pull-from-upstream.sh | 25 tar zxf $filename --strip 1 -C "$upstream_root_tmp";
|
/third_party/libsnd/src/ |
H A D | binheader_writef_check.py | 63 dlist = [x.strip() for x in dlist]
|
/third_party/libuv/tools/ |
H A D | make_dist_html.py | 120 html = HTML.format(groups=groups).strip()
|
/third_party/mesa3d/bin/ |
H A D | gen_vs_module_defs.py | 43 line = line.strip()
|
H A D | commit_in_branch_test.py | 20 return out.decode().strip().split('/')[2]
|
Completed in 14 milliseconds
1...<<11121314151617181920>>...37