Home
last modified time | relevance | path

Searched refs:split (Results 1901 - 1925 of 2167) sorted by relevance

1...<<71727374757677787980>>...87

/third_party/rust/crates/nix/test/
H A Dtest_fcntl.rs464 let ino_parts: Vec<_> = parts[5].split(':').collect(); in lock_info()
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py296 components = os.path.normpath(filename).split(os.sep)
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c2062 * the split (and they can't possibly care about new features... in nl80211_add_commands_unsplit()
2389 bool split; member
2468 if (state->split) in nl80211_send_wiphy()
2515 if (state->split) in nl80211_send_wiphy()
2523 if (state->split) in nl80211_send_wiphy()
2533 band < (state->split ? in nl80211_send_wiphy()
2540 if (band > NL80211_BAND_5GHZ && !state->split) in nl80211_send_wiphy()
2555 state->split)) in nl80211_send_wiphy()
2558 if (state->split) in nl80211_send_wiphy()
2580 state->split)) in nl80211_send_wiphy()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c1186 struct bio *split = bio_split(bio, max_sectors, in raid10_read_request() local
1188 bio_chain(split, bio); in raid10_read_request()
1192 bio = split; in raid10_read_request()
1477 struct bio *split = bio_split(bio, r10_bio->sectors, in raid10_write_request() local
1479 bio_chain(split, bio); in raid10_write_request()
1483 bio = split; in raid10_write_request()
1536 * If this request crosses a chunk boundary, we need to split in raid10_make_request()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c657 bool split = !!(esw_attr->split_count); in mlx5_eswitch_add_offloaded_rule() local
732 if (split) { in mlx5_eswitch_add_offloaded_rule()
775 if (split) in mlx5_eswitch_add_offloaded_rule()
825 * supported in the rule of split action. in mlx5_eswitch_add_fwd_rule()
876 bool split = (esw_attr->split_count > 0); in __mlx5_eswitch_del_rule() local
892 if (fwd_rule || split) { in __mlx5_eswitch_del_rule()
903 if (split) in __mlx5_eswitch_del_rule()
1592 /* Open level 1 for split fdb rules now if prios isn't supported */ in esw_chains_create()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c403 * hold. Troubles occur because bfqq may then undergo a split, in bic_set_bfqq()
1386 * burst, or finally has just been split, then there is in bfq_handle_burst()
3075 * to enjoy weight raising if split soon. in bfq_bfqq_save_state()
5368 * bust_size--because of a split, but the current in bfq_put_queue()
5370 * (see comments on the case of a split in in bfq_put_queue()
6742 bool split, bool is_sync, in bfq_get_bfqq_handle_split()
6757 bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, split); in bfq_get_bfqq_handle_split()
6760 if (split && is_sync) { in bfq_get_bfqq_handle_split()
6854 bool bfqq_already_existing = false, split = false; in bfq_init_rq() local
6891 split in bfq_init_rq()
6739 bfq_get_bfqq_handle_split(struct bfq_data *bfqd, struct bfq_io_cq *bic, struct bio *bio, bool split, bool is_sync, bool *new_queue) bfq_get_bfqq_handle_split() argument
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c1859 * the split (and they can't possibly care about new features... in nl80211_add_commands_unsplit()
2108 bool split; member
2187 if (state->split) in nl80211_send_wiphy()
2234 if (state->split) in nl80211_send_wiphy()
2242 if (state->split) in nl80211_send_wiphy()
2256 if (band > NL80211_BAND_5GHZ && !state->split) in nl80211_send_wiphy()
2271 state->split)) in nl80211_send_wiphy()
2274 if (state->split) in nl80211_send_wiphy()
2296 state->split)) in nl80211_send_wiphy()
2300 if (state->split) in nl80211_send_wiphy()
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py311 s = (s.split('->')[0] + '->' +
312 s.split('->')[1].split('--')[0]).strip()
314 s = s.split('--')[0].strip()
318 #print s.split()[0], 'NotImplemented--', ignore
328 funct, value = (x.strip().lower() for x in s.split(':'))
348 Sides = s.split('->')
349 L = Sides[0].strip().split()
355 L = Sides[1].strip().split()
5854 head, tail = filename.split('
[all...]
/kernel/linux/linux-5.10/sound/isa/
H A Des18xx.c766 int split = 0; in snd_es18xx_interrupt() local
768 split = snd_es18xx_mixer_read(chip, 0x64) & 0x80; in snd_es18xx_interrupt()
774 if (!split) { in snd_es18xx_interrupt()
/kernel/linux/linux-6.6/mm/
H A Dksm.c2219 bool split; in cmp_and_merge_page() local
2233 split = PageTransCompound(page) in cmp_and_merge_page()
2261 } else if (split) { in cmp_and_merge_page()
2265 * compound page. We will split the page now, but no in cmp_and_merge_page()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js7 function ea(a,b){if(b)a:{var c=da;a=a.split(".");for(var d=0;d<a.length-1;d++){var f=a[d];if(!(f in c))break a;c=c[f]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ba(c,a,{configurable:!0,writable:!0,value:b})}}ea("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});
10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)};
56 var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py1358 event = self.bindingslist.get(ANCHOR).split()[0]
1389 bind_name = binding.split()[0]
1398 current_bindings[event] = key_set_changes[event].split()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java1875 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in runShardedTest()
1976 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in testSharding_empty()
2264 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); in testRuntimeHint_optionSetSharded()
/third_party/skia/src/core/
H A DSkMatrix.cpp1634 std::string split(depth, '\t'); in dump()
1635 desc += split + "\n SkMatrix:{ \n"; in dump()
1637 desc += split + "}\n"; in dump()
H A DSkPath.cpp1951 std::string split(depth, '\t'); in dump()
1952 desc += split + "\n SkPath:{ \n"; in dump()
1989 desc += split + std::string(descSk.c_str()); in dump()
1993 desc += split + "}\n"; in dump()
2796 // fail to chop. Then, the chopper does not split the original conic in two. in winding_conic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp584 std::pair<StringRef, StringRef> SplitArg = Arg.split('='); in LookupNearestOption()
625 // it does, we have to split up the value into multiple values. in CommaSeparateAndAddOccurrence()
746 /// see if this is a prefix or grouped option. If so, split arg into output an
1707 std::pair<StringRef, StringRef> Split = HelpStr.split('\n'); in printHelpStr()
1711 Split = Split.second.split('\n'); in printHelpStr()
/kernel/linux/linux-5.10/mm/
H A Dshmem.c530 int split = 0; in shmem_unused_huge_shrink() local
576 if (nr_to_split && split >= nr_to_split) in shmem_unused_huge_shrink()
584 /* No huge page at the end of the file: nothing to split */ in shmem_unused_huge_shrink()
606 /* If split failed move the inode on the list back to shrinklist */ in shmem_unused_huge_shrink()
610 split++; in shmem_unused_huge_shrink()
629 return split; in shmem_unused_huge_shrink()
875 * Check whether a hole-punch or truncation needs to split a huge page,
876 * returning true if no split was required, or the split has been successful.
878 * Eviction (or truncation to 0 size) should never need to split
[all...]
/third_party/python/Lib/
H A Dturtle.py115 from os.path import isfile, split, join namespace
182 key, value = line.split("=")
222 head, tail = split(__file__)
3861 if x.split('.')[1] not in _alias_list)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h585 // splitting (1 value for the two nodes involved in the split and 1 value
586 // propagated to the parent as the delimiter for the split). For performance
846 void split(int insert_position, btree_node *dest, allocator_type *alloc);
1719 void btree_node<P>::split(const int insert_position, btree_node *dest, in split() function in absl::container_internal::btree_node
1724 // We bias the split based on the position being inserted. If we're in split()
1725 // inserting at the beginning of the left node then bias the split to put in split()
1727 // right node then bias the split to put more values on the left node. in split()
1741 // The split key is the largest value in the left sibling. in split()
2385 node->split(insert_position, split_node, mutable_allocator());
2389 node->split(insert_positio
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp1137 string MediaFileUtils::SplitByChar(const string &str, const char split) argument
1139 size_t splitIndex = str.find_last_of(split);
1885 const std::string split(MOVING_PHOTO_URI_SPLIT);
1887 MEDIA_ERR_LOG("Failed to split moving photo uri, uri=%{public}s", uri.c_str());
1891 size_t pos = temp.find(split);
1892 uint32_t step = split.size();
/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp198 std::string split = ","; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_test/
H A DNetStackCommonUtilsTest.cpp198 std::string split = ","; in HWTEST_F() local
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dcore.c1365 x86_pmu.num_counters = ebx.split.num_core_pmc; in amd_core_pmu_init()
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py108 pgdir = pgdir.split('/')[0]
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm288 movlh m0, [srcq+ pos0q *srcmul] ; split last 4 srcpx of dstpx[0]

Completed in 127 milliseconds

1...<<71727374757677787980>>...87