/third_party/python/Tools/stringbench/ |
D | stringbench.py | 559 s1_rsplit = s1.rsplit 567 s1_rsplit = s1.rsplit 576 s1_rsplit = s1.rsplit 584 s1_rsplit = s1.rsplit 592 s1_rsplit = s1.rsplit 604 s1_rsplit = s1.rsplit 763 s_rsplit = s.rsplit 780 s_rsplit = s.rsplit 837 s_rsplit = s.rsplit 855 s_rsplit = s.rsplit [all …]
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | __init__.py | 115 def rsplit(self, *args, **kwargs): member in Markup 116 return list(map(self.__class__, text_type.rsplit(self, *args, **kwargs))) 117 rsplit.__doc__ = text_type.rsplit.__doc__
|
/third_party/skia/third_party/externals/markupsafe/ |
D | __init__.py | 115 def rsplit(self, *args, **kwargs): member in Markup 116 return list(map(self.__class__, text_type.rsplit(self, *args, **kwargs))) 117 rsplit.__doc__ = text_type.rsplit.__doc__
|
/third_party/node/deps/v8/third_party/markupsafe/ |
D | __init__.py | 115 def rsplit(self, *args, **kwargs): member in Markup 116 return list(map(self.__class__, text_type.rsplit(self, *args, **kwargs))) 117 rsplit.__doc__ = text_type.rsplit.__doc__
|
/third_party/markupsafe/ |
D | __init__.py | 132 def rsplit( # type: ignore member in Markup 135 return [self.__class__(v) for v in super().rsplit(sep, maxsplit)] 137 rsplit.__doc__ = str.rsplit.__doc__
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
D | _packager.py | 181 chapterName = chapter.rsplit(os.path.sep, 1)[1] 199 testName=test.rsplit(".", 1)[0] 200 testName=testName.rsplit(os.path.sep, 1)[1]
|
/third_party/skia/tools/skpbench/ |
D | _adb_path.py | 20 return pathname.rsplit('/', maxsplit=1)[-1]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 273 acceptable_sources = {x.rsplit('/', 1)[-1].encode() for x in acceptable_sources} 296 include_file = include.rsplit(b'/', 1)[-1]
|
/third_party/skia/infra/bots/assets/cmake_linux/ |
D | create.py | 25 VERSION.rsplit('.', 1)[0], VERSION)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 58 std::tie(lhs, rhs) = name.rsplit('['); in getUnqualifiedName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 751 std::pair<StringRef, StringRef> rsplit(StringRef Separator) const { in rsplit() function 804 std::pair<StringRef, StringRef> rsplit(char Separator) const { in rsplit() function 805 return rsplit(StringRef(&Separator, 1)); in rsplit()
|
/third_party/protobuf/python/google/protobuf/ |
D | proto_builder.py | 118 package, name = full_name.rsplit('.', 1)
|
/third_party/python/Lib/test/test_zoneinfo/data/ |
D | update_test_data.py | 63 _, version = version_line.strip().rsplit(" ", 1)
|
/third_party/vk-gl-cts/scripts/ |
D | convert_case_list_to_xml.py | 57 element.setAttribute("Name", testCase.casePath.rsplit(".", 2)[-1])
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | common.py | 62 target_split = target.rsplit(":", 1) 68 target_split = target.rsplit("#", 1)
|
D | MSVSUtil.py | 57 parts = name.rsplit("#", 1)
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common.py | 62 target_split = target.rsplit(":", 1) 68 target_split = target.rsplit("#", 1)
|
D | MSVSUtil.py | 57 parts = name.rsplit("#", 1)
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.py | 460 hdr = os.path.basename(cpath).rsplit('.', 1)[0] + '.h'
|
/third_party/cJSON/tests/unity/auto/ |
D | unity_to_junit.py | 70 … file_name = tmp_tc_line['tc_file_name'].split('\\').pop().split('/').pop().rsplit('.', 1)[0]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | _manylinux.py | 87 _, version = version_string.rsplit()
|
/third_party/unity/auto/ |
D | stylize_as_junit.py | 84 … file_name = tmp_tc_line['tc_file_name'].split('\\').pop().split('/').pop().rsplit('.', 1)[0]
|
/third_party/python/Lib/test/ |
D | test_profile.py | 43 mod_name = testfunc.__module__.rsplit('.', 1)[1]
|
/third_party/python/Lib/email/ |
D | _policybase.py | 95 doc = doc.rsplit('\n', 1)[0]
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | git-sync-deps | 227 repo, checkoutable = dependencies[directory].rsplit('@', 1)
|