Home
last modified time | relevance | path

Searched refs:split (Results 826 - 850 of 2339) sorted by relevance

1...<<31323334353637383940>>...94

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py160 if key.split("_")[-1] == "path":
177 if board.split("_")[-1] != "linux":
271 device_driver_name_list = driver_name.split("-")
/kernel/linux/linux-5.10/scripts/
H A Dsphinx-pre-install147 foreach(split(/:/, $ENV{PATH})) {
159 foreach my $dir (split(/:/, $ENV{PATH})) {
163 foreach my $dir (split(/:/, $ENV{PATH})) {
346 my @path = split ":", $ENV{PATH};
/kernel/linux/linux-6.6/drivers/vdpa/alibaba/
H A Deni_vdpa.c267 const struct vdpa_vq_state_split *split = &state->split; in eni_vdpa_set_vq_state() local
274 && split->avail_index == 0) in eni_vdpa_set_vq_state()
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c144 for split dwarf sections. Or start with .gnu.debuglto_ for in check_section()
319 result->fake_loc_cu->split = NULL; in valid_p()
347 result->fake_loclists_cu->split = NULL; in valid_p()
380 result->fake_addr_cu->split = NULL; in valid_p()
/third_party/eudev/src/shared/
H A Dutil.h127 const char* split(const char **state, size_t *l, const char *separator, bool quoted);
133 for ((state) = (s), (word) = split(&(state), &(length), (separator), (quoted)); (word); (word) = split(&(state), &(length), (separator), (quoted)))
/third_party/ffmpeg/libavfilter/
H A Daf_channelmap.c81 static char* split(char *message, char delim) { in split() function
95 next = split(*map, delim); in get_channel_idx()
110 char *next = split(*map, delim); in get_channel()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java69 // RangeDesriptor::split()
72 void split(int where) { in split() method in RBBISetBuilder.RangeDescriptor
77 // Only need to update those that are different after the split. in split()
191 // the start of the range from the unicode set, split the range list range in buildRanges()
194 // Then continue the loop; the post-split current range will then be skipped in buildRanges()
197 rlRange.split(inputSetRangeBegin); in buildRanges()
203 // the end of the range from the unicode set, split the range list in buildRanges()
204 // range in two. The first part of the split range will be in buildRanges()
207 rlRange.split(inputSetRangeEnd+1); in buildRanges()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsConverter.java211 String[] fractions = factor.split("/"); in processFactor()
226 factorWithoutDivision.split(Pattern.quote("*"))) { in processFactorWithoutDivision()
396 String[] entities = poweredEntity.split(Pattern.quote("^")); in addPoweredEntity()
/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp250 UnicodeString *array=split(ID, 0x003b, count); in TestGetSetAdoptTransliterator()
264 array=split(ID2, 0x003b, count); in TestGetSetAdoptTransliterator()
323 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) { in split() function in CompoundTransliteratorTest
/third_party/icu/icu4c/source/common/
H A Drbbisetb.cpp147 // the start of the range from the unicode set, split the range list range in buildRanges()
150 // Then continue the loop; the post-split current range will then be skipped in buildRanges()
153 rlRange->split(inputSetRangeBegin, *fStatus); in buildRanges()
162 // the end of the range from the unicode set, split the range list in buildRanges()
163 // range in two. The first part of the split range will be in buildRanges()
166 rlRange->split(inputSetRangeEnd+1, *fStatus); in buildRanges()
636 // RangeDesriptor::split()
639 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { in split() function in RangeDescriptor
651 // Only need to update those that are different after the split. in split()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java73 // values are split differently is when quoting exists in the "values" instruction.
86 // This index of the xpath argument whose value should be split to create multiple results.
90 // At most one argument is ever split (corresponding to the first unquoted placeholder in
142 // appropriate captured list with each split value in turn. Thus with original in transform()
203 // No "values" instruction, so just use the _unsplit_ CLDR value. To split a CLDR in getValues()
243 // Having done function invocation, we handle the special "{value}" token and split in getValues()
583 "invalid split argument: %s", groupNumber); in getSplitArgIndex()
593 // It's also impossible to have a value that should be split but which contains '"'.
600 return ImmutableList.copyOf(VALUE_SPLITTER.split(value)); in splitValues()
605 values.addAll(VALUE_SPLITTER.split(valu in splitValues()
[all...]
/third_party/icu/tools/commit-checker/
H A Dcheck.py198 lns = cherries.split('\n')
201 [symbol, sha] = ln.split(' ')
212 return rev_range.split('..')
488 # OK. Now, split it out by component
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISetBuilder.java65 // RangeDesriptor::split()
68 void split(int where) { in split() method in RBBISetBuilder.RangeDescriptor
73 // Only need to update those that are different after the split. in split()
198 // the start of the range from the unicode set, split the range list range in buildRanges()
201 // Then continue the loop; the post-split current range will then be skipped in buildRanges()
204 rlRange.split(inputSetRangeBegin); in buildRanges()
210 // the end of the range from the unicode set, split the range list in buildRanges()
211 // range in two. The first part of the split range will be in buildRanges()
214 rlRange.split(inputSetRangeEnd+1); in buildRanges()
/third_party/jinja2/
H A Dutils.py144 module, obj = import_name.split(":", 1)
272 words = re.split(r"(\s+)", str(markupsafe.escape(text)))
348 words = LOREM_IPSUM_WORDS.split()
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py126 module, obj = import_name.split(":", 1)
201 words = re.split(r"(\s+)", text_type(escape(text)))
267 words = LOREM_IPSUM_WORDS.split()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js81 const pathComponents = path.split(fsPath.sep);
392 for (const line of data.split('\n')) {
402 for (const flag of exceptions.filterFlags(match[1].split(/\s+/))) {
/third_party/node/deps/v8/tools/dev/
H A Dgm.py124 for path in os.environ["PATH"].split(os.pathsep):
260 for w in orig_cmdline.split(" "):
443 # tests have names like "S15.4.4.7_A4_T1", don't split these.
451 # Assume it's a word like "x64.release" -> split at the dot.
452 words = argstring.split('.')
/third_party/node/test/common/
H A Ddns.js166 const parts = ip.replace(/^:|:$/g, '').split(':');
183 return Buffer.concat(domain.split('.').map((label) => {
233 buffers.push(new Uint8Array(rr.address.split('.')));
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py163 path_split = path.split(os.path.sep)
164 relative_to_split = relative_to.split(os.path.sep)
362 prefix=os.path.split(filename)[1] + ".gyp.",
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.cpp147 // the start of the range from the unicode set, split the range list range in buildRanges()
150 // Then continue the loop; the post-split current range will then be skipped in buildRanges()
153 rlRange->split(inputSetRangeBegin, *fStatus); in buildRanges()
162 // the end of the range from the unicode set, split the range list in buildRanges()
163 // range in two. The first part of the split range will be in buildRanges()
166 rlRange->split(inputSetRangeEnd+1, *fStatus); in buildRanges()
636 // RangeDesriptor::split()
639 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { in split() function in RangeDescriptor
651 // Only need to update those that are different after the split. in split()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py159 path_split = path.split(os.path.sep)
160 relative_to_split = relative_to.split(os.path.sep)
355 prefix=os.path.split(filename)[1] + ".gyp.",
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js418 const chrs = arg.split('').filter((c) => singles[c])
442 shorthands[arg] = shorthands[arg].split(/\s+/)
466 shorthands[arg] = shorthands[arg].split(/\s+/)
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-pressure.py271 quirks = [q.split("=") for q in stdout.split("\n")]
365 ts = string.split(":")
H A Dlibinput-measure-touch-size.py238 quirks = [q.split("=") for q in stdout.split("\n")]
324 ts = string.split(":")
/third_party/lz4/tests/
H A Dtest-lz4-speed.py134 words = line.split()
204 local_branch = branch.split('/')[1]
259 testFileNames = args.testFileNames.split()

Completed in 21 milliseconds

1...<<31323334353637383940>>...94