Home
last modified time | relevance | path

Searched refs:strip (Results 301 - 325 of 796) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/mbedtls/scripts/
H A Dcode_size_compare.py103 .format(measure_tool=self.measure_cmd.strip().split(' ')[0])
369 self.measure_cmd.strip().split(' ')[0]))
531 data = line.strip().split()
763 if re.match(r'size', self.size_common_info.measure_cmd.strip()):
768 .strip().split(' ')[0]))
/third_party/littlefs/scripts/
H A Ddata.py536 if k in r and r[k].strip()},
538 if 'data_'+k in r and r['data_'+k].strip()}))
577 if not any('data_'+k in r and r['data_'+k].strip()
583 if k in r and r[k].strip()},
585 if 'data_'+k in r and r['data_'+k].strip()}))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py363 name = self._current_tr[0].strip ()
364 tag = self._current_tr[1].strip ("\t\n\v\f\r '")
374 iso_codes = self._current_tr[2].strip ()
857 print (' * %s' % ot.header.strip ())
891 .strip ()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py177 arg = arg.strip()
257 args = (a.strip() for a in self.arguments[1].strip("'\"").split(","))
284 target = self.arguments[2].strip("\"'")
590 return opname.strip()
/third_party/python/Lib/test/
H A Dtest_ast.py387 mod.body[0].module = " __future__ ".strip()
2006 ''').strip()
2032 ''').strip()
2048 ''').strip()
2057 ''').strip()
2085 ''').strip()
2121 ''').strip()
2133 ''').strip()
2145 ''').strip()
2160 ''').strip()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py234 gpu_name_full = "(".join(line.split("(")[:-1]).strip()
292 print_red(line.strip(), prefix="| ")
294 print("| " + line.strip())
/third_party/nghttp2/
H A Dgit-clang-format241 return stdout.strip()
457 strip = kwargs.pop('strip', True)
468 if strip:
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py171 operands = [x.strip() for x in tail.split(",") if len(x.strip()) > 0]
380 lines = args.infile.read().strip().split('\n')
/third_party/node/deps/v8/
H A DPRESUBMIT.py327 line.strip()))
372 line.strip()))
435 bug = bug.strip()
518 errors.append(f'in {f.LocalPath()}: {match.group().strip()}')
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py199 def character_data(self, strip = True):
204 if strip:
205 data = data.strip()
/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()
/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()

Completed in 20 milliseconds

1...<<11121314151617181920>>...32