Home
last modified time | relevance | path

Searched refs:strip (Results 651 - 675 of 787) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/skia/tools/skpbench/
H A Dskpbench.py360 model = adb.check('getprop ro.product.model').strip()
/third_party/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py33 projects = [line.strip() for line in f.readlines()]
/third_party/python/Parser/
H A Dasdl.py234 for m in re.finditer(r'\s*(\w+|--.*|.)', line.strip()):
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py491 if line.strip() != '']
/third_party/python/Lib/
H A Duuid.py176 hex = hex.strip('{}').replace('-', '')
H A Dssl.py1533 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 Dtest_filecmp.py245 report_lines = stdout.getvalue().strip().split('\n')
H A Dtest_zipimport.py720 self.assertEqual(line, raise_src.strip())
723 self.assertEqual(line, raise_src.strip())
H A Dtest_float.py731 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 Dpdf-comparison.py203 commit = check_output(['git', 'rev-parse', checkoutable]).strip()
/third_party/EGL/api/
H A Dreg.py518 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 Dbench.py87 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 Drun_perf.py820 return int(f.readline().strip())
868 val = f.readline().strip()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py163 # 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 Dmac_tool.py215 if lines[i].strip().startswith("<string>${"):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py163 # 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 Dreg.py529 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 Dbuild-installer.py82 value = ln[len(variable):].strip()
83 return value.strip("\"'")
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py118 keyValue = list(map(lambda x: x.strip(), line.split("=")))
1004 abi = abi.strip()
/third_party/node/
H A Dconfigure.py933 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 Dconfigure379 --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 Dopenharmony.py60 para_name = para_name.strip()
/third_party/jinja2/
H A Dlexer.py655 msg = str(e).split(":")[-1].strip()
752 # tag, strip it.
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py828 return soft_unicode(value).strip(chars)
H A Dlexer.py651 msg = str(e).split(":")[-1].strip()
737 # tag, strip it.

Completed in 36 milliseconds

1...<<21222324252627282930>>...32