Home
last modified time | relevance | path

Searched refs:split (Results 726 - 750 of 2424) sorted by relevance

1...<<21222324252627282930>>...97

/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc55 std::vector<std::string_view> split(const std::string &list, const std::string &separator) in split() function
109 std::vector<std::string_view> ids_list = split(comma_separated_list, ","); in main()
/third_party/python/Lib/idlelib/
H A Dsearchengine.py183 line, col = map(int, pos.split("."))
228 line, col = map(int, index.split(".")) # Fails on invalid index
/third_party/python/Lib/test/
H A Dssl_servers.py66 words = path.split('/')
71 head, word = os.path.split(word)
H A Dtest_ucn.py191 seqname, codepoints = line.split(';')
192 codepoints = ''.join(chr(int(cp, 16)) for cp in codepoints.split())
H A Dtest_pkg.py65 if self.pkgname in name.split('.')]
78 comps = name.split()
/third_party/python/Lib/email/
H A D_policybase.py96 added_doc = added_doc.split('\n', 1)[1]
301 name, value = sourcelines[0].split(':', 1)
351 # what the encoding is. There is no safe way to split this
353 # ascii split, but if it's multibyte then we could break the
355 # be to not split the string and risk it being too long.
/third_party/python/Lib/re/
H A D__init__.py93 split Split a string by the occurrences of a pattern.
131 "match", "fullmatch", "search", "sub", "subn", "split",
198 def split(pattern, string, maxsplit=0, flags=0): function
206 return _compile(pattern, flags).split(string, maxsplit)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_new_renderer.py243 for impl_stub in impl_stubs.split(' = 0;\n'):
250 for impl_stub in private_impl_stubs.split(' = 0;\n'):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionMachO.cpp191 Spec.split(SplitSpec, ','); in ParseSectionSpecifier()
248 Attrs.split(SectionAttrs, '+', /*MaxSplit=*/-1, /*KeepEmpty=*/false); in ParseSectionSpecifier()
/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py111 return Version(*map(int, version.split('.')))
164 supported_specs = section.attrib['supported'].split('|')
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-indic-table.py53 fields = [x.strip () for x in line.split (';')]
57 uu = fields[0].split ('..')
/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypeIsSubtypeOfString.js55 split(separator: any, limit?: number): string[] { return null; }
135 C.prototype.split = function (separator, limit) { return null; };
/third_party/unity/auto/
H A Dstylize_as_junit.rb98 test_file_str = test_file_str.split(':')
143 _src_file, src_line, test_name, status, msg = line.split(/:/)
/third_party/skia/experimental/graphite/src/geom/
H A DIntersectionTree.cpp111 return this->split(arena)->addNonIntersecting(rect, arena);
136 IntersectionTree::Node* split(SkArenaAlloc* arena) {
140 // Since rects cannot overlap, there will always be a split that places at least one pairing
170 // select a split that would leave both lists strictly smaller than the original.
/third_party/rust/crates/regex/tests/
H A Dconsistent.rs217 let s1 = self.re1.split(input); in result()
218 let s2 = self.re2.split(input); in result()
222 "split mismatch input={:?}", in result()
H A Dmacros.rs140 macro_rules! split { macros
145 let splitted: Vec<_> = re.split(t!($text)).collect();
/third_party/skia/bench/
H A Dcheck_bench_regressions.py115 elements = expectation.strip().split(',')
159 bench, config = line_str.strip('_').split('.skp_')
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py79 return shlex.split(line)
82 return [w.decode('utf-8') for w in shlex.split(line.encode('utf-8'))]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()
82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py157 featureName = feature.attrib[VK_XML_EXT_NAME].split('_')
185 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
H A Dohos_gen_ext_deps.py158 featureName = feature.attrib[VK_XML_EXT_NAME].split('_')
186 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp160 static void split (vector<string>& dst, const string& src) in split() function
206 split(m_extensions, string(result)); in ContextInfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()
82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1166 for (String range : COMMA_SEPARATED.split(source)) { in parse()
1175 String[] rangeParts = TILDE_SEPARATED.split(range); in parse()
1288 static String[] split(String source) { in split() method in PluralRules.SimpleTokenizer
1344 String[] or_together = OR_SEPARATED.split(description); in parseConstraint()
1347 String[] and_together = AND_SEPARATED.split(or_together[i]); in parseConstraint()
1352 String[] tokens = SimpleTokenizer.split(condition); in parseConstraint()
1542 String[] constraintOrSamples = AT_SEPARATED.split(description); in parseRule()
1596 String[] rules = SEMI_SEPARATED.split(description); in parseRuleChain()
/third_party/jinja2/
H A Dfilters.py99 split: t.Sequence[t.Union[str, int, None]] = attribute.split(",")
101 split = [attribute]
103 parts = [_prepare_attribute_parts(item) for item in split]
131 return [int(x) if x.isdigit() else x for x in attr.split(".")]
323 for item in _word_beginning_split_re.split(soft_str(s))
766 rel_parts = set((rel or "").split())
771 rel_parts.update((policies["urlize.rel"] or "").split())
910 :param break_on_hyphens: If a word contains hyphens, it may be split
931 # a newline at width, resulting in a short line. Instead, split an
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...97