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__.py | 171 failure = failure.split('\t')[0]
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 251 lines = s.split('\n')
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | python_generator.py | 131 head, tail = call.split("(", 1)
|
H A D | grammar.py | 91 lines = [res.split(":")[0] + ":"]
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 30 if int(_os.uname().release.split('.')[0]) < 8:
|
/third_party/python/Lib/ |
H A D | csv.py | 299 data = list(filter(None, data.split('\n')))
|
H A D | sysconfig.py | 168 _PY_VERSION = sys.version.split()[0]
|
H A D | site.py | 500 exe_dir, _ = os.path.split(os.path.abspath(executable))
|
H A D | warnings.py | 214 parts = arg.split(':')
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 230 return [err.getvalue().split("\n")[-2] + "\n"]
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 333 dirname, name = os.path.split(pathname)
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 246 directory, filename = os.path.split(abspath)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 336 return StringData.split('\0').first;
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 260 return ''.join(w.capitalize() or '_' for w in s.split('_'))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | antora-prep.py | 102 title = ' '.join(title.split()) 583 ## xrefbase = os.path.split(args.xrefmap)[1]
|
H A D | cgenerator.py | 372 protect_list = protect_str.split(',')
|
H A D | reflib.py | 107 return len(''.join(s.split())) == 0
|
H A D | reflow.py | 314 words = line.split()
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | filtration.py | 117 language = file_stem.split("_")[0]
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 344 traces = [trace.split(' ')[0] for trace in tests]
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
H A D | stream.py | 123 uri = uri.split(':', 1)
|
/third_party/python/Lib/test/ |
H A D | test_scope.py | 633 [bad for s in 'a b' for bad in s.split()]
|
H A D | test_py_compile.py | 162 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 D | ModuleSummaryIndexYAML.h | 71 P = P.second.split(','); in inputOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 230 Str = Buffer->getBuffer().slice(Cursor, Cursor + Len).split('\0').first; in readString()
|
Completed in 22 milliseconds
1...<<51525354555657585960>>...70