Home
last modified time | relevance | path

Searched refs:strip (Results 751 - 775 of 934) sorted by relevance

1...<<3132333435363738

/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py322 line = line.strip()
/third_party/jerryscript/tools/
H A Dbuild.py81 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 Dloaders.py228 .strip(os.path.sep)
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py296 print(COPYRIGHT.strip(), file=filp)
/third_party/node/deps/v8/tools/dev/
H A Dgm.py370 orig_cmdline = cmdline.search(output).group(1).strip()
/third_party/nghttp2/doc/
H A Dmkapiref.py105 c = ' '.join(self.content).strip()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py333 modalias = open("/sys/class/dmi/id/modalias").read().strip()
/third_party/lz4/tests/
H A Dtest-lz4-speed.py112 output.append(line.strip())
/third_party/python/Tools/iobench/
H A Diobench.py270 % (name.center(7), func.__doc__.strip())
/third_party/python/Tools/ssl/
H A Dmultissltests.py244 return out.strip().decode("utf-8")
/third_party/python/Lib/ctypes/
H A D__init__.py480 descr = FormatError(code).strip()
/third_party/python/Lib/distutils/
H A D_msvccompiler.py78 ], encoding="mbcs", errors="strict").strip()
/third_party/python/Lib/idlelib/
H A Drun.py58 line = line.strip()
H A Diomenu.py335 output = pipe.read().strip()
H A Dconfig_key.py227 keys = self.key_string.get().strip()
/third_party/python/Lib/
H A Dcompileall.py69 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 Dwebbrowser.py558 result = raw_result.decode().strip()
/third_party/python/Lib/html/
H A Dparser.py329 end = rawdata[k:endpos].strip()
/third_party/python/Lib/distutils/command/
H A Dsdist.py413 line = line.strip()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py261 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 Dhb_test_tools.py457 items = [x.strip () for x in m.readlines ()]
/third_party/python/Lib/test/
H A Dtest_mimetypes.py292 return output.getvalue().strip()
H A Dtest_htmlparser.py310 element_lower = element.lower().strip()
H A Dtest_imp.py370 self.assertEqual(res.out.strip().decode('utf-8'), expected)
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py437 if package and str(node.children[1]).strip() != package:

Completed in 19 milliseconds

1...<<3132333435363738