Home
last modified time | relevance | path

Searched refs:split (Results 551 - 575 of 2424) sorted by relevance

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

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py205 release=tuple(int(i) for i in match.group("release").split(".")),
354 return str(self).split("+", 1)[0]
498 for part in _local_version_separators.split(local)
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js70 name = scope + '/' + spec.name.split('/')[1]
203 const lines = gconf.split(/\r?\n/)
239 return data.split(/[\s,]+/)
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js113 const lines = str.split(/[\r\n]+/g)
225 return val.split(';').join('\\;').split('#').join('\\#')
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py240 l = '\n\t\t'.join(l.split('\n'))
262 for l in lines.split('\n'):
292 for l in lines.split('\n'):
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattenerTest.java60 Node split = nfa.addPath(INITIAL, "12"); in testSubgroup()
61 Node join = nfa.addPath(split, "34"); in testSubgroup()
62 nfa.addPath(split, join, "56"); in testSubgroup()
/third_party/python/Tools/unicode/
H A Dgencodec.py59 l = codes.split('+')
379 name = os.path.split(mapname)[1]
381 name = name.split('.')[0]
H A Dmkstringprep.py82 fields = l.split(";")
87 fields = fields[0].split("-")
104 value = [int(v, 16) for v in value.split(" ")]
/third_party/python/Lib/test/libregrtest/
H A Dcmdline.py330 args = string.split(':')
341 u = [x.lower() for x in string.split(',')]
380 ns.python = shlex.split(ns.python)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dgenerate_gl_dispatch_table.py194 return '\n'.join([assign_null_line(line) for line in entry.split('\n')])
310 support = extension.attrib['supported'].split('|')
345 major, minor = number.split(".")
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py116 lines = source.split('\n')
133 numends = (len(self.blockend.split(line)) - 1) // 2
138 numstarts = (len(self.blockstart.split(line)) - 1) // 2
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5180 lines = string.split( adobe_glyph_list, '\n' )
5186 fields = string.split( line, ';' )
5188 subfields = string.split( fields[1], ' ' )
/third_party/python/Lib/
H A Dmailcap.py62 mailcaps = pathstr.split(os.pathsep)
113 types = key.split('/')
202 MIMEtypes = MIMEtype.split('/')
H A Dpdb.py48 input is split at the first ';;', even if it is in the middle of a
462 args = line.split()
471 args = line.split()
472 # split into ';;' separated commands
572 dotted = text.split('.')
791 idstring = identifier.split("'")
801 parts = id.split('.')
848 args = arg.split()
868 args = arg.split()
887 args = arg.split(' ',
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp131 MB->getBuffer().split(Lines, '\n'); in parse()
165 std::pair<StringRef, StringRef> SplitLine = I->split(":"); in parse()
174 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("="); in parse()
/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py24 for line in data.split('\n'):
28 key, val = line.split(':',1)
37 for line in data.split('\n'):
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs65 let mut splits = value.split(|c| *c == b'U'); in test_definition()
68 for split in splits { in test_definition()
69 let (chr, rest) = split.split_at(6); in test_definition()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java333 String[] valSets = Utility.split(targets, ';'); in getTargetStrings()
335 String[] temp = Utility.split(valSets[i], ':'); in getTargetStrings()
337 String[] vals = Utility.split(temp[1], ','); in getTargetStrings()
496 for (String categoryAndExpected : categoriesAndExpected.split("\\s*;\\s*")) { in checkCategoriesAndExpected()
497 String[] categoryFromExpected = categoryAndExpected.split("\\s*:\\s*"); in checkCategoriesAndExpected()
499 for (String value : categoryFromExpected[1].split("\\s*,\\s*")) { in checkCategoriesAndExpected()
503 String[] values = value.split("\\s*~\\s*"); in checkCategoriesAndExpected()
1012 ruleString += " NOR " + rules.getRules(keyword2).split("@")[0]; in getAssertMessage()
1016 ruleString = rule == null ? null : rule.split("@")[0]; in getAssertMessage()
1066 for (String ruleResult : result.split(";")) { in TestGetAllKeywordValues()
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py444 kver = v.split()[2]
463 for i in value.split(','):
525 for i in fp.read().split('\n'):
556 flist += i.split(' ')[0]+'\n'
669 linesack = (len(check.split('\n')) - 1) // 2
682 linesout = len(kprobeevents.split('\n'))
683 linesack = len(check.split('\n'))
944 dev = dirname.split('/')[-2]
1015 for line in text.split('\n'):
1021 data = line.split(deli
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddt_to_config376 my @configs = split(' && ', $config);
462 my @configs = split(' && ', $config);
751 my @compatibles = split('", "', $compatible);
816 my @drivers = split("\n", $drivers);
962 @line = split /=/, $line;
/kernel/linux/linux-5.10/mm/
H A Dmremap.c346 int split = 0; in move_vma() local
352 * which may split one vma into three before unmapping. in move_vma()
407 split = 1; in move_vma()
438 * this VMA split we'll end up adding VM_ACCOUNT on the in move_vma()
442 if (split && new_vma == vma) in move_vma()
443 split = 0; in move_vma()
453 /* OOM: unable to split vma, just get accounts right */ in move_vma()
468 if (split) in move_vma()
576 * split in 3 before unmaping it. in mremap_to()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c220 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev))
221 #define GENERATE_GUEST_IRQ_HANDLER(split, lev) \
222 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
224 guest_irq_generic_handler(split, lev); \
733 printf("nr-irqs=%d level-sensitive=%d eoi-split=%d\n", in print_args()
804 printf(" -e: if 1 then EOI is split into a write to DIR on top " in help()
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddt_to_config376 my @configs = split(' && ', $config);
462 my @configs = split(' && ', $config);
751 my @compatibles = split('", "', $compatible);
816 my @drivers = split("\n", $drivers);
962 @line = split /=/, $line;
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py70 for name in names.split(' '):
72 return ' '.join(f'${name}' for name in names.split(' '))
93 first_line = [l for l in self.data.split('\n') if l.strip() != ''][0]
97 for line in self.data.split('\n'):
158 return self.data.split('\n')[num - 1].rstrip()
441 parse_check(variant, check, checks, 'line %d of %s' % (line_num, os.path.split(fname)[1]))
473 for line in result.log.rstrip().split('\n'):
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py99 attribute.split(",") if isinstance(attribute, string_types) else [attribute]
125 return [int(x) if x.isdigit() else x for x in attr.split(".")]
258 for item in _word_beginning_split_re.split(soft_unicode(s))
607 rel = set((rel or "").split() or [])
610 rel.update((policies["urlize.rel"] or "").split())
721 :param break_on_hyphens: If a word contains hyphens, it may be split
743 # a newline at width, resulting in a short line. Instead, split and
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py232 supported_apis = info.elem.get('supported', '').split(',')
358 for type in info.elem.get("structextends", '').split(','):
407 errorcodes = errorcodes.split(",")
413 successcodes = successcodes.split(",")
626 immediate_parents = immediate_parent.split(',')

Completed in 25 milliseconds

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