/third_party/mbedtls/scripts/ |
H A D | code_size_compare.py | 103 .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 D | data.py | 536 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 D | gen-tag-table.py | 363 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 D | pyspecific.py | 177 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 D | test_ast.py | 387 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 D | radeonsi-run-tests.py | 234 gpu_name_full = "(".join(line.split("(")[:-1]).strip() 292 print_red(line.strip(), prefix="| ") 294 print("| " + line.strip())
|
/third_party/nghttp2/ |
H A D | git-clang-format | 241 return stdout.strip() 457 strip = kwargs.pop('strip', True) 468 if strip:
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | asm.py | 171 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 D | PRESUBMIT.py | 327 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 D | parse.py | 199 def character_data(self, strip = True): 204 if strip: 205 data = data.strip()
|
/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()
|
/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()
|