Home
last modified time | relevance | path

Searched refs:split (Results 626 - 650 of 3568) sorted by relevance

1...<<21222324252627282930>>...143

/kernel/linux/linux-5.10/drivers/md/
H A Draid0.c475 struct bio *split = bio_split(bio, in raid0_handle_discard() local
478 bio_chain(split, bio); in raid0_handle_discard()
480 bio = split; in raid0_handle_discard()
599 struct bio *split = bio_split(bio, sectors, GFP_NOIO, in raid0_make_request() local
601 bio_chain(split, bio); in raid0_make_request()
603 bio = split; in raid0_make_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid0.c467 struct bio *split = bio_split(bio, in raid0_handle_discard() local
470 bio_chain(split, bio); in raid0_handle_discard()
472 bio = split; in raid0_handle_discard()
613 struct bio *split = bio_split(bio, sectors, GFP_NOIO, in raid0_make_request() local
615 bio_chain(split, bio); in raid0_make_request()
617 bio = split; in raid0_make_request()
/third_party/benchmark/tools/gbench/
H A Dreport.py472 parts = [x for x in output_lines[i].split(' ') if x]
650 parts = [x for x in output_lines[i].split(' ') if x]
768 parts = [x for x in output_lines[i].split(' ') if x]
815 parts = [x for x in output_lines[i].split(' ') if x]
974 parts = [x for x in output_lines[i].split(' ') if x]
1099 parts = [x for x in output_lines[i].split(' ') if x]
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py245 tokens = equation.split()
286 tokens = expression.split()
403 lines = expression.split(' && ')
641 self.read_hash = ' '.join(map(replace_token, read_eq.split()))
645 self.max_hash = ' '.join(map(replace_token, max_eq.split()))
659 for token in max_eq.split():
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits86 my @sections = ( split /[, ]/, $opt_m );
304 foreach my $n ( split ',', $tmp ) {
446 foreach my $line ( split /\n+/, $contents ) {
482 )/x; # (the x allows this sort of split up regexp)
790 foreach my $line ( split /\n+/, $1 ) {
864 my @fields = split();
1000 foreach my $f ( split / /, $1 ) {
/third_party/openssl/util/
H A Dfind-doc-nits86 my @sections = ( split /[, ]/, $opt_m );
304 foreach my $n ( split ',', $tmp ) {
446 foreach my $line ( split /\n+/, $contents ) {
482 )/x; # (the x allows this sort of split up regexp)
790 foreach my $line ( split /\n+/, $1 ) {
864 my @fields = split();
1000 foreach my $f ( split / /, $1 ) {
/third_party/python/Lib/email/
H A Dmessage.py622 return ctype.split('/')[0]
631 return ctype.split('/')[1]
661 name, val = p.split('=', 1)
676 split on the `=' sign. The left hand side of the `=' is the key,
1007 maintype, subtype = part.get_content_type().split('/')
1068 maintype, subtype = self.get_content_type().split('/')
1105 maintype, subtype = part.get_content_type().split('/')
/kernel/linux/linux-5.10/scripts/
H A Dstackdelta25 my ($file, $func, $size, $type) = split;
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_private.h18 void (*gic_set_eoi_split)(bool split);
/kernel/linux/linux-6.6/scripts/
H A Dstackdelta25 my ($file, $func, $size, $type) = split;
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_scale.sh43 devlink port split $netdev count $count
44 check_err $? "Did not split $netdev into $count"
/kernel/liteos_a/shell/full/include/
H A Dshcmdparse.h65 extern UINT32 OsCmdTokenSplit(CHAR *cmdStr, CHAR split, CmdParsed *cmdParsed);
/kernel/liteos_m/components/shell/include/
H A Dshcmdparse.h64 extern UINT32 OsCmdTokenSplit(CHAR *cmdStr, CHAR split, CmdParsed *cmdParsed);
/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.h52 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
/third_party/mesa3d/ohos/
H A Dbuild_ohos.py30 script_dir = os.path.split(os.path.abspath( __file__))[0]
H A Dbuild_wayland_and_gbm.py31 script_dir = os.path.split(os.path.abspath( __file__))[0]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Dminimize.py30 parts = command.split(' ')
/third_party/node/deps/v8/tools/testrunner/utils/
H A Ddump_build_config_gyp.py45 k, v = kv.split('=', 1)
/third_party/node/test/fixtures/wpt/url/
H A Durl-setters.any.js24 const key = test_case.href.split(":")[0];
/third_party/node/test/internet/
H A Dtest-snapshot-dns-resolve.js26 assert.strictEqual(stdout.trim().split('\n').length, 2);
H A Dtest-snapshot-dns-lookup.js24 assert.strictEqual(stdout.trim().split('\n').length, 2);
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest.js31 (child.stdout.toString().split(/\r\n?|\n/) || [])[0],
/third_party/node/test/parallel/
H A Dtest-cli-bad-options.js22 const msg = r.stderr.split(/\r?\n/)[0];
H A Dtest-http-status-message.js50 .split('\r\n')[0];
H A Dtest-repl-import-referrer.js18 const results = output.replace(/^> /mg, '').split('\n').slice(2);

Completed in 14 milliseconds

1...<<21222324252627282930>>...143