Home
last modified time | relevance | path

Searched refs:split (Results 1401 - 1425 of 1731) sorted by relevance

1...<<51525354555657585960>>...70

/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py171 failure = failure.split('\t')[0]
/third_party/python/Tools/i18n/
H A Dpygettext.py251 lines = s.split('\n')
/third_party/python/Tools/peg_generator/pegen/
H A Dpython_generator.py131 head, tail = call.split("(", 1)
H A Dgrammar.py91 lines = [res.split(":")[0] + ":"]
/third_party/python/Lib/ctypes/
H A D__init__.py30 if int(_os.uname().release.split('.')[0]) < 8:
/third_party/python/Lib/
H A Dcsv.py299 data = list(filter(None, data.split('\n')))
H A Dsysconfig.py168 _PY_VERSION = sys.version.split()[0]
H A Dsite.py500 exe_dir, _ = os.path.split(os.path.abspath(executable))
H A Dwarnings.py214 parts = arg.split(':')
/third_party/python/Lib/idlelib/
H A Drun.py230 return [err.getvalue().split("\n")[-2] + "\n"]
/third_party/python/Lib/test/support/
H A Dos_helper.py333 dirname, name = os.path.split(pathname)
/third_party/python/Lib/distutils/command/
H A Dsdist.py246 directory, filename = os.path.split(abspath)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp336 return StringData.split('\0').first;
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dmustpass.py260 return ''.join(w.capitalize() or '_' for w in s.split('_'))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dantora-prep.py102 title = ' '.join(title.split())
583 ## xrefbase = os.path.split(args.xrefmap)[1]
H A Dcgenerator.py372 protect_list = protect_str.split(',')
H A Dreflib.py107 return len(''.join(s.split())) == 0
H A Dreflow.py314 words = line.split()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py117 language = file_stem.split("_")[0]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py344 traces = [trace.split(' ')[0] for trace in tests]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py123 uri = uri.split(':', 1)
/third_party/python/Lib/test/
H A Dtest_scope.py633 [bad for s in 'a b' for bad in s.split()]
H A Dtest_py_compile.py162 head, tail = os.path.split(cache_path)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h71 P = P.second.split(','); in inputOne()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h230 Str = Buffer->getBuffer().slice(Cursor, Cursor + Len).split('\0').first; in readString()

Completed in 22 milliseconds

1...<<51525354555657585960>>...70