Searched refs:strip (Results 751 - 775 of 934) sorted by relevance
1...<<3132333435363738
/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 322 line = line.strip()
|
/third_party/jerryscript/tools/ |
H A D | build.py | 81 buildgrp.add_argument('--strip', metavar='X', choices=['ON', 'OFF'], type=str.upper, 82 help='strip release binaries (%(choices)s)') 181 build_options_append('ENABLE_STRIP', arguments.strip)
|
/third_party/jinja2/ |
H A D | loaders.py | 228 .strip(os.path.sep)
|
/third_party/mesa3d/src/amd/registers/ |
H A D | makeregheader.py | 296 print(COPYRIGHT.strip(), file=filp)
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 370 orig_cmdline = cmdline.search(output).group(1).strip()
|
/third_party/nghttp2/doc/ |
H A D | mkapiref.py | 105 c = ' '.join(self.content).strip()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 333 modalias = open("/sys/class/dmi/id/modalias").read().strip()
|
/third_party/lz4/tests/ |
H A D | test-lz4-speed.py | 112 output.append(line.strip())
|
/third_party/python/Tools/iobench/ |
H A D | iobench.py | 270 % (name.center(7), func.__doc__.strip())
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 244 return out.strip().decode("utf-8")
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 480 descr = FormatError(code).strip()
|
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 78 ], encoding="mbcs", errors="strict").strip()
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 58 line = line.strip()
|
H A D | iomenu.py | 335 output = pipe.read().strip()
|
H A D | config_key.py | 227 keys = self.key_string.get().strip()
|
/third_party/python/Lib/ |
H A D | compileall.py | 69 stripdir: part of path to left-strip from source file path 144 stripdir: part of path to left-strip from source file path 335 help=('part of path to left-strip from path ' 412 compile_dests.append(line.strip())
|
H A D | webbrowser.py | 558 result = raw_result.decode().strip()
|
/third_party/python/Lib/html/ |
H A D | parser.py | 329 end = rawdata[k:endpos].strip()
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 413 line = line.strip()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 261 if tail.strip() != '': 640 'To fix this, either convert these to commonvalidity VUs if possible, or strip\n' +
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 457 items = [x.strip () for x in m.readlines ()]
|
/third_party/python/Lib/test/ |
H A D | test_mimetypes.py | 292 return output.getvalue().strip()
|
H A D | test_htmlparser.py | 310 element_lower = element.lower().strip()
|
H A D | test_imp.py | 370 self.assertEqual(res.out.strip().decode('utf-8'), expected)
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 437 if package and str(node.children[1]).strip() != package:
|
Completed in 19 milliseconds
1...<<3132333435363738