/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 55 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 D | searchengine.py | 183 line, col = map(int, pos.split(".")) 228 line, col = map(int, index.split(".")) # Fails on invalid index
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 66 words = path.split('/') 71 head, word = os.path.split(word)
|
H A D | test_ucn.py | 191 seqname, codepoints = line.split(';') 192 codepoints = ''.join(chr(int(cp, 16)) for cp in codepoints.split())
|
H A D | test_pkg.py | 65 if self.pkgname in name.split('.')] 78 comps = name.split()
|
/third_party/python/Lib/email/ |
H A D | _policybase.py | 96 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__.py | 93 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 D | generate_new_renderer.py | 243 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 D | MCSectionMachO.cpp | 191 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 D | opengl_loader_generator.py | 111 return Version(*map(int, version.split('.'))) 164 supported_specs = section.attrib['supported'].split('|')
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 53 fields = [x.strip () for x in line.split (';')] 57 uu = fields[0].split ('..')
|
/third_party/typescript/tests/baselines/reference/ |
H A D | stringLiteralTypeIsSubtypeOfString.js | 55 split(separator: any, limit?: number): string[] { return null; } 135 C.prototype.split = function (separator, limit) { return null; };
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.rb | 98 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 D | IntersectionTree.cpp | 111 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 D | consistent.rs | 217 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 D | macros.rs | 140 macro_rules! split { macros 145 let splitted: Vec<_> = re.split(t!($text)).collect();
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 115 elements = expectation.strip().split(',') 159 bench, config = line_str.strip('_').split('.skp_')
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 79 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 D | addinterface.cpp | 79 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 D | gen_ext_deps.py | 157 featureName = feature.attrib[VK_XML_EXT_NAME].split('_') 185 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
|
H A D | ohos_gen_ext_deps.py | 158 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 D | gluContextInfo.cpp | 160 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 D | addinterface.cpp | 79 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 D | PluralRules.java | 1166 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 D | filters.py | 99 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...] |