/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_get_handler.py | 160 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 D | sphinx-pre-install | 147 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 D | eni_vdpa.c | 267 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 D | dwarf_begin_elf.c | 144 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 D | util.h | 127 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 D | af_channelmap.c | 81 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 D | RBBISetBuilder.java | 69 // 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 D | UnitsConverter.java | 211 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 D | cpdtrtst.cpp | 250 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 D | rbbisetb.cpp | 147 // 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 D | ResultSpec.java | 73 // 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 D | check.py | 198 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 D | RBBISetBuilder.java | 65 // 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 D | utils.py | 144 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 D | utils.py | 126 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 D | source_helpers.js | 81 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 D | gm.py | 124 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 D | dns.js | 166 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 D | common.py | 163 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 D | rbbisetb.cpp | 147 // 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 D | common.py | 159 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 D | nopt-lib.js | 418 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 D | libinput-measure-touchpad-pressure.py | 271 quirks = [q.split("=") for q in stdout.split("\n")] 365 ts = string.split(":")
|
H A D | libinput-measure-touch-size.py | 238 quirks = [q.split("=") for q in stdout.split("\n")] 324 ts = string.split(":")
|
/third_party/lz4/tests/ |
H A D | test-lz4-speed.py | 134 words = line.split() 204 local_branch = branch.split('/')[1] 259 testFileNames = args.testFileNames.split()
|