Home
last modified time | relevance | path

Searched refs:split (Results 1101 - 1125 of 2339) sorted by relevance

1...<<41424344454647484950>>...94

/third_party/python/Tools/scripts/
H A Difdef.py67 words = tmp.split()
H A Dpdeps.py83 words = line[a1:b1].split(',')
H A Dsmelly.py67 parts = line.split(maxsplit=2)
/third_party/python/Lib/ctypes/macholib/
H A Ddyld.py42 return rval.split(':')
/third_party/python/Lib/idlelib/
H A Dredirector.py156 x, y = map(int, parent.geometry().split('+')[1:])
H A Dsearch.py142 x, y = map(int, parent.geometry().split('+')[1:])
/third_party/python/Lib/email/
H A D_encoded_words.py173 _, charset, cte, cte_string, _ = ew.split('?')
/third_party/python/Lib/importlib/resources/
H A D_legacy.py37 parent, file_name = os.path.split(str_path)
/third_party/python/Lib/distutils/
H A Dconfig.py63 index_servers.split('\n')
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py70 dir = os.path.split(os.path.abspath(idlelib.__file__))[0]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dinterfacedocgenerator.py83 parentstring = parentmarkup + (', ' + markup).join(parent.split(','))
H A Dmap_html_anchors.py64 divclass = classes.split()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py83 for line in text.split('\n'):
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.h107 void fixLiterals(UBool split=false); // Generate code for pending literal characters.
/third_party/skia/third_party/externals/oboe/docs/reference/
H A Ddynsections.js54 var l = this.id.split('_').length-1;
/third_party/skia/third_party/externals/brotli/python/tests/
H A Dbro_test.py17 return test_data.split('.compressed')[0]
/third_party/python/Lib/distutils/command/
H A Dbuild_clib.py88 self.include_dirs = self.include_dirs.split(os.pathsep)
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py182 pkg = self.skip_on.split(".")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h181 std::pair<BinaryStreamWriter, BinaryStreamWriter> split(uint32_t Off) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp146 Output.split(Lines, "\n"); in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp83 BinaryStreamWriter::split(uint32_t Off) const { in split() function in BinaryStreamWriter
H A DDebugCounter.cpp71 auto CounterPair = StringRef(Val).split('='); in push_back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp75 auto KV = StringRef(S).split(':'); in addForcedAttributes()
/third_party/skia/tools/
H A Drewrite_includes.py97 parts = line.replace('<', '"').replace('>', '"').split('"')
/third_party/skia/tools/skqp/
H A Ddownload_model.py58 md5, path = line.strip().split(';', 1)

Completed in 10 milliseconds

1...<<41424344454647484950>>...94