Searched refs:strip (Results 651 - 675 of 787) sorted by relevance
1...<<21222324252627282930>>...32
/third_party/skia/tools/skpbench/ |
H A D | skpbench.py | 360 model = adb.check('getprop ro.product.model').strip()
|
/third_party/typescript/tests/verify_3rd_libs/ |
H A D | verify_3rd_libs.py | 33 projects = [line.strip() for line in f.readlines()]
|
/third_party/python/Parser/ |
H A D | asdl.py | 234 for m in re.finditer(r'\s*(\w+|--.*|.)', line.strip()):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 491 if line.strip() != '']
|
/third_party/python/Lib/ |
H A D | uuid.py | 176 hex = hex.strip('{}').replace('-', '')
|
H A D | ssl.py | 1533 if not pem_cert_string.strip().endswith(PEM_FOOTER): 1536 d = pem_cert_string.strip()[len(PEM_HEADER):-len(PEM_FOOTER)]
|
/third_party/python/Lib/test/ |
H A D | test_filecmp.py | 245 report_lines = stdout.getvalue().strip().split('\n')
|
H A D | test_zipimport.py | 720 self.assertEqual(line, raise_src.strip()) 723 self.assertEqual(line, raise_src.strip())
|
H A D | test_float.py | 731 line = line.strip() 735 lhs, rhs = map(str.strip, line.split('->')) 769 line = line.strip() 916 fmt = fmt[1:] # strip off the %
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 203 commit = check_output(['git', 'rev-parse', checkoutable]).strip()
|
/third_party/EGL/api/ |
H A D | reg.py | 518 git_rev = subprocess.check_output(['git', 'rev-parse', '--short=10', 'HEAD']).decode('utf-8').strip() 519 git_date = subprocess.check_output(['git', 'log', '-1', '--format=%ai']).decode('utf-8').strip()
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 87 if v[i_:].strip(): 625 # strip path/suffix here 1136 line = next(it.islice(f, lineno-1, None)).strip('\n')
|
/third_party/node/deps/v8/tools/ |
H A D | run_perf.py | 820 return int(f.readline().strip()) 868 val = f.readline().strip()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 163 # want to leave the unexpanded variable in the path, so simply strip it. 1171 for line in output_of_where.strip().splitlines(): 1173 return line[len("LOC:") :].strip()
|
H A D | mac_tool.py | 215 if lines[i].strip().startswith("<string>${"):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 163 # want to leave the unexpanded variable in the path, so simply strip it. 1162 for line in output_of_where.strip().splitlines(): 1164 return line[len("LOC:") :].strip()
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 529 git_rev = subprocess.check_output(['git', 'rev-parse', '--short=10', 'HEAD']).decode('utf-8').strip() 530 git_date = subprocess.check_output(['git', 'log', '-1', '--format=%ai']).decode('utf-8').strip()
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 82 value = ln[len(variable):].strip() 83 return value.strip("\"'")
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 118 keyValue = list(map(lambda x: x.strip(), line.split("="))) 1004 abi = abi.strip()
|
/third_party/node/ |
H A D | configure.py | 933 val = to_utf8(proc.communicate()[0]).strip() 1501 stripped_flags = [flag.strip() for flag in pkg_cflags.split('-I')] 1782 stripped_flags = [flag.strip() for flag in cflags.split('-I')]
|
/third_party/ffmpeg/ |
H A D | configure | 379 --strip=STRIP use strip tool STRIP [$strip_default] 1264 test_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO 2594 strip 3863 strip_default="strip" 3877 strip_default="strip -X32_64" 4455 set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \ 5519 strip="strip -d" 5526 strip [all...] |
/test/testfwk/developer_test/src/core/driver/ |
H A D | openharmony.py | 60 para_name = para_name.strip()
|
/third_party/jinja2/ |
H A D | lexer.py | 655 msg = str(e).split(":")[-1].strip() 752 # tag, strip it.
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 828 return soft_unicode(value).strip(chars)
|
H A D | lexer.py | 651 msg = str(e).split(":")[-1].strip() 737 # tag, strip it.
|
Completed in 36 milliseconds
1...<<21222324252627282930>>...32