Home
last modified time | relevance | path

Searched refs:strip (Results 576 - 600 of 801) sorted by relevance

1...<<21222324252627282930>>...33

/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py86 striped_str = line.strip()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djunit_parser.py204 line.strip()
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py70 suitfile_subpath = suitfile_subpath.strip(os.sep)
/third_party/curl/tests/
H A Dnegtelnetserver.py108 response_data = data.decode('utf-8').strip().encode('utf-8')
/third_party/glslang/SPIRV/
H A DSPVRemapper.h225 void stripDebug(); // strip all debug info
227 void strip(); // remove debug symbols
246 // Add a strip range for a given instruction starting at 'start'
266 // Sections of the binary to strip, given as [begin,end)
/third_party/backends/backend/pixma/scripts/
H A Dpixma_gen_options.py163 line = line.strip()
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py173 'HEAD', 'origin/master']).strip()
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py207 .strip(os.path.sep)
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py133 for line in output.strip().splitlines():
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py431 path = p.communicate()[0].decode("utf-8").strip()
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py196 [len(searchpath):].strip(os.path.sep) \
/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py87 res = re[i].strip('\n')
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py431 path = p.communicate()[0].decode("utf-8").strip()
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py131 l = l[3:] ## strip leading '// '
133 l = l[2:] ## strip leading '//'
230 l = l[0].capitalize() + l[1:].strip('.')
/third_party/python/Tools/unicode/
H A Dgenmap_japanese.py35 line = line.split('#', 1)[0].strip()
/third_party/python/Lib/distutils/tests/
H A Dtest_filelist.py88 if line.strip() == '':
/third_party/python/Lib/ctypes/
H A Dutil.py251 line = line.strip()
/third_party/python/Lib/idlelib/
H A Dhelp.py164 self.header += d.strip()
/third_party/skia/third_party/externals/jinja2/
H A Dloaders.py207 .strip(os.path.sep)
/third_party/python/Lib/
H A D_markupbase.py384 name = s.strip()
/third_party/python/Lib/lib2to3/
H A Dbtm_utils.py204 name = name_leaf.value.strip("'")
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py114 'description': error_info[0].strip().replace(self.project_path, '') if error_info else ''
/third_party/python/Lib/test/
H A Dtest_hash.py188 stdout = out[1].strip()
H A Dtest_readline.py304 self.assertEqual(lines[-1].strip(), b"last input")
/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py67 distribution('egginfo-pkg').read_text('top_level.txt').strip(), 'mod'

Completed in 14 milliseconds

1...<<21222324252627282930>>...33