/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid0.c | 475 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 D | raid0.c | 467 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 D | report.py | 472 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 D | gen_perf.py | 245 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 D | find-doc-nits | 86 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 D | find-doc-nits | 86 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 D | message.py | 622 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 D | stackdelta | 25 my ($file, $func, $size, $type) = split;
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | gic_private.h | 18 void (*gic_set_eoi_split)(bool split);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | stackdelta | 25 my ($file, $func, $size, $type) = split;
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | port_scale.sh | 43 devlink port split $netdev count $count 44 check_err $? "Did not split $netdev into $count"
|
/kernel/liteos_a/shell/full/include/ |
H A D | shcmdparse.h | 65 extern UINT32 OsCmdTokenSplit(CHAR *cmdStr, CHAR split, CmdParsed *cmdParsed);
|
/kernel/liteos_m/components/shell/include/ |
H A D | shcmdparse.h | 64 extern UINT32 OsCmdTokenSplit(CHAR *cmdStr, CHAR split, CmdParsed *cmdParsed);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | cpdtrtst.h | 52 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
|
/third_party/mesa3d/ohos/ |
H A D | build_ohos.py | 30 script_dir = os.path.split(os.path.abspath( __file__))[0]
|
H A D | build_wayland_and_gbm.py | 31 script_dir = os.path.split(os.path.abspath( __file__))[0]
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | minimize.py | 30 parts = command.split(' ')
|
/third_party/node/deps/v8/tools/testrunner/utils/ |
H A D | dump_build_config_gyp.py | 45 k, v = kv.split('=', 1)
|
/third_party/node/test/fixtures/wpt/url/ |
H A D | url-setters.any.js | 24 const key = test_case.href.split(":")[0];
|
/third_party/node/test/internet/ |
H A D | test-snapshot-dns-resolve.js | 26 assert.strictEqual(stdout.trim().split('\n').length, 2);
|
H A D | test-snapshot-dns-lookup.js | 24 assert.strictEqual(stdout.trim().split('\n').length, 2);
|
/third_party/node/test/js-native-api/test_instance_data/ |
H A D | test.js | 31 (child.stdout.toString().split(/\r\n?|\n/) || [])[0],
|
/third_party/node/test/parallel/ |
H A D | test-cli-bad-options.js | 22 const msg = r.stderr.split(/\r?\n/)[0];
|
H A D | test-http-status-message.js | 50 .split('\r\n')[0];
|
H A D | test-repl-import-referrer.js | 18 const results = output.replace(/^> /mg, '').split('\n').slice(2);
|