Home
last modified time | relevance | path

Searched refs:split (Results 851 - 875 of 3357) sorted by relevance

1...<<31323334353637383940>>...135

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py83 return msg.split()[2]
85 val = tuple(map(int, self.kernel.split('-')[0].split('.')))
108 for i in val.split(','):
128 fulllist = fp.read().split('\n')
776 opt = line.split('=')[0].strip()
778 cmdline = line.split('=', 1)[1].strip('\\')
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py210 knode, bnode, anode = self.get_dense_params(scope_name.split('/')[0])
242 input_name = self.dense_scopename_inputname_dict[scope_name.split('/')[0]]
562 if scope + '/kernel' not in self.name_node_dict and scope.split('/Tensordot')[0] + '/kernel' not in self.name_node_dict:
564 self.dense_scope_names.add(scope.split('/Tensordot')[0])
579 elif scope.split('/Tensordot')[0] in self.dense_scope_names:
582 if TFConverter.get_scope_name(inp).find(scope)<0 and TFConverter.get_scope_name(inp).find(scope.split('/')[0])<0:
583 self.dense_scopename_inputname_dict[scope.split('/Tensordot')[0]] = inp
/third_party/littlefs/scripts/
H A Dbench.py76 # split commas but only outside of parens
902 case, _ = failure.id.split(':', 1)
1230 type=lambda x: x.split(),
1354 type=lambda x: x.split(),
1360 type=lambda e: e.split(),
1369 type=lambda x: x.split(),
1391 type=lambda x: x.split(),
1396 type=lambda x: x.split(),
H A Dperfbd.py556 # try to split up files so that even single files can be processed
1172 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
1222 type=lambda x: tuple(float(x) for x in x.split(',')),
1229 type=lambda x: tuple(float(x) for x in x.split(',')),
1236 type=lambda x: tuple(float(x) for x in x.split(',')),
1243 type=lambda x: tuple(float(x) for x in x.split(',')),
1270 type=lambda x: x.split(),
/third_party/python/Lib/test/
H A Dtest_pprint.py409 words = 'the quick brown fox jumped over a lazy dog'.split()
424 words = 'the quick brown fox jumped over a lazy dog'.split()
1080 words = 'the quick brown fox jumped over a lazy dog'.split()
1109 words = 'the quick brown fox jumped over a lazy dog'.split()
1150 words = 'the quick brown fox jumped over a lazy dog'.split()
1178 words = 'the quick brown fox jumped over a lazy dog'.split()
1195 words = 'the quick brown fox jumped over a lazy dog'.split()
H A Dtest_textwrap.py189 "reformatting-|posts-|from-|tim-|peters'ly").split('|')
196 self.check_split('half-a-crown', 'half-|a-|crown'.split('|'))
208 self.check_wrap(text, 1, text.split(), break_long_words=False)
216 self.check_wrap(text, 1, text.split(), break_long_words=False)
343 "what-d'you-|call-|it.".split('|'))
595 # least one character gets split off on every pass.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp156 ProcCpuinfoContent.split(Lines, "\n"); in getHostCPUNameForARM()
289 ProcCpuinfoContent.split(Lines, "\n"); in getHostCPUNameForS390x()
297 Lines[I].drop_front(Pos + 1).split(CPUFeatures, ' '); in getHostCPUNameForS390x()
1280 (*Text)->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, in computeHostNumPhysicalCores()
1289 std::pair<StringRef, StringRef> Data = Line.split(':'); in computeHostNumPhysicalCores()
1499 P->getBuffer().split(Lines, "\n"); in getHostCPUFeatures()
1506 Lines[I].split(CPUFeatures, ' '); in getHostCPUFeatures()
/kernel/linux/linux-5.10/lib/
H A Ddynamic_debug.c283 pr_info("split into words:"); in ddebug_tokenize()
528 char *split; in ddebug_exec_queries() local
531 for (i = 0; query; query = split) { in ddebug_exec_queries()
532 split = strpbrk(query, ";\n"); in ddebug_exec_queries()
533 if (split) in ddebug_exec_queries()
534 *split++ = '\0'; in ddebug_exec_queries()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Dcore.c204 hw_res->num_closid = edx.split.cos_max + 1; in __get_mem_config_intel()
205 max_delay = eax.split.max_delay + 1; in __get_mem_config_intel()
272 hw_res->num_closid = edx.split.cos_max + 1; in rdt_get_cache_alloc_cfg()
273 r->cache.cbm_len = eax.split.cbm_len + 1; in rdt_get_cache_alloc_cfg()
274 r->default_ctrl = BIT_MASK(eax.split.cbm_len + 1) - 1; in rdt_get_cache_alloc_cfg()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py73 self.burn_command = burn_command.replace(" ", "").split(",")
432 for sub_dir in dir_path.split("/"):
455 _list = mount_dir.split("/")
687 items = message[len("The "):].split(" is ")
735 upgrade_name = upgrade_file_name.split(".py")[0]
/third_party/ffmpeg/libavcodec/
H A Dsvq1enc.c97 int count, y, x, i, j, split, best_mean, best_score, best_count; in encode_block() local
188 split = 0; in encode_block()
204 split = 1; in encode_block()
211 put_bits(&s->reorder_pb[level], 1, split); in encode_block()
213 if (!split) { in encode_block()
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py103 .format(measure_tool=self.measure_cmd.strip().split(' ')[0])
369 self.measure_cmd.strip().split(' ')[0]))
514 data = line.split()
531 data = line.strip().split()
768 .strip().split(' ')[0]))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py166 explicitRefs = explicitRefs.split()
501 seeAlso=seeAlsoList(pi.name, pi.refs, pi.alias.split()),
552 seeAlso=seeAlsoList(pi.name, pi.refs, pi.alias.split()),
581 logDiag('autoGenFlagsPage: split name into', name, 'Flags', author)
721 for alias in pi.alias.split():
1009 if conventions.xml_api_name in v.supported.split(','))
/third_party/python/Lib/test/test_email/
H A Dtest_contentmanager.py236 for maintype in 'audio image video application'.split():
271 for subtype in 'rfc822 external-body'.split():
579 for cte in 'quoted-printable base64'.split():
580 for subtype in 'rfc822 external-body'.split():
588 for cte in '8bit binary'.split():
/kernel/linux/linux-6.6/mm/
H A Dhuge_memory.c1119 * under splitting since we don't split the page itself, only pmd to in copy_huge_pmd()
1137 /* Page maybe pinned: split and retry the fault on PTEs. */ in copy_huge_pmd()
1239 * under splitting since we don't split the page itself, only pud to in copy_huge_pud()
1248 * and split if duplicating fails. in copy_huge_pud()
1617 * If user want to discard part-pages of THP, split it so MADV_FREE in madvise_free_huge_pmd()
1728 * With split pmd lock we also need to move preallocated in pmd_move_must_withdraw()
2130 * whole access to the hugepage during the split (which happens in in __split_huge_pmd_locked()
2144 * must remain set at all times on the pmd until the split is complete in __split_huge_pmd_locked()
2177 * Without "freeze", we'll simply split the PMD, propagating the in __split_huge_pmd_locked()
2186 * In case we cannot clear PageAnonExclusive(), split th in __split_huge_pmd_locked()
2860 int split = 0; deferred_split_scan() local
2922 unsigned long total = 0, split = 0; split_huge_pages_all() local
2978 unsigned long total = 0, split = 0; split_huge_pages_pid() local
3069 unsigned long total = 0, split = 0; split_huge_pages_in_file() local
[all...]
/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()
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py180 dir_name, file_name = os.path.split(source)
188 testcase_list = str(testcase).split(";")
343 dir_name, file_name = os.path.split(source)
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djsunit_parser.py91 start_time.split(".")[-1])
94 end_time.split(".")[-1])
170 fake_marker = re.compile(" +").split(message)
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py66 cmd_list = shlex.split(command)
132 check_list = check_path[len(ignore_prefix):].split("/")
361 CODEPATH = current_path.split("/test/testfwk/developer_test")[0]
/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()

Completed in 33 milliseconds

1...<<31323334353637383940>>...135