Home
last modified time | relevance | path

Searched refs:split (Results 3351 - 3375 of 3437) sorted by relevance

1...<<131132133134135136137138

/third_party/python/Lib/tkinter/
H A Dtix.py429 plist = path.split('.')
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py989 colors = 'red orange yellow green blue white violet'.split()
/third_party/python/Lib/test/
H A Dtest_nntplib.py510 cmd, *tokens = line.split()
H A Dtest_sys.py1235 for attr in "exc_type exc_value exc_traceback err_msg object".split():
H A Dtest_descr.py3667 try: ''.split('')
3669 else: self.fail("''.split('') doesn't raise ValueError")
4742 str.split(fake_str)
4760 str.split(thing)
H A Dtest__xxsubinterpreters.py876 self.assertEqual(str(caught.exception).split(':')[0],
H A Dtest_minidom.py1462 names = "id notid text enum ref refs ent ents nm nms".split()
/third_party/python/Lib/test/test_warnings/
H A D__init__.py782 first_line, second_line = result.split('\n', 1)
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java1290 String[] parts = typeUrl.split("/"); in getTypeName()
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1967 let codes: Vec<&str> = s.split(',').collect(); in from_str_numeric()
/kernel/linux/linux-5.10/mm/
H A Dmemory.c1844 * such (__GFP_COMP), or manually just split the page up yourself
4092 * This function is called with the page table lock taken. In the split ptlock
4450 /* COW or write-notify handled on pte level: split pmd. */ in wp_huge_pmd()
4475 goto split; in wp_huge_pud()
4482 split: in wp_huge_pud()
4483 /* COW or write-notify not handled on PUD level: split pud.*/ in wp_huge_pud()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.c2137 cqmr->split = true; in irdma_create_cq()
2507 if (!cqmr->split) in irdma_handle_q_mem()
/kernel/linux/linux-6.6/mm/
H A Dmemory.c2002 * such (__GFP_COMP), or manually just split the page up yourself
4944 /* COW or write-notify handled on pte level: split pmd. */ in wp_huge_pmd()
4973 goto split; in wp_huge_pud()
4981 split: in wp_huge_pud()
4982 /* COW or write-notify not handled on PUD level: split pud.*/ in wp_huge_pud()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1123 Split = Identifier.split('@'); in parsePrimaryExpr()
1193 std::pair<StringRef, StringRef> Split = IDVal.split('@'); in parsePrimaryExpr()
/third_party/toybox/toys/pending/
H A Dawk.c195 // static char *specialfuncs = " close index match split "
340 "close index match split "
1140 // Flag empty rx to make it easy to identify for split() special case in make_literal_regex_val()
1307 // close, index, match, split, sub, gsub, sprintf, substr in getlbp()
1486 XERR("%s\n", "expected array name as split() 2nd arg"); in builtin_call()
1695 // bwk treats these as keywords, not builtins: close index match split sub gsub in primary()
2703 // Only for use by split() builtin
2741 // This is used to split TT.fields and also for split() builtin.
2751 // split("", in splitter()
2832 static int split(struct zstring *s, struct zvalue *a, struct zvalue *fs) split() function
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js2338 this.text = this.content.split("\n");
4640 this.text = this.content.split("\n");
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c5483 struct bio *split; in chunk_aligned_read() local
5490 split = bio_split(raid_bio, sectors, GFP_NOIO, &conf->bio_split); in chunk_aligned_read()
5491 bio_chain(split, raid_bio); in chunk_aligned_read()
5493 raid_bio = split; in chunk_aligned_read()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c5587 struct bio *split; in chunk_aligned_read() local
5594 split = bio_split(raid_bio, sectors, GFP_NOIO, &conf->bio_split); in chunk_aligned_read()
5595 bio_chain(split, raid_bio); in chunk_aligned_read()
5597 raid_bio = split; in chunk_aligned_read()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2694 uint32_t split = min + (max - min) / 2;
2696 __ LoadConstant(tmp, WasmValue(split));
2700 GenerateBrTable(decoder, tmp, value, min, split, table_iterator,
2706 GenerateBrTable(decoder, tmp, value, split, max, table_iterator,
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c2094 int split = lc->cu.part_mode == PART_NxN; in intra_prediction_unit() local
2095 int pb_size = (1 << log2_cb_size) >> split; in intra_prediction_unit()
2096 int side = split + 1; in intra_prediction_unit()
3305 /* split the input packet into NAL units, so we know the upper bound on the in decode_nal_units()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h593 int (*split)(struct vm_area_struct *area, unsigned long addr); member
2379 * No scalability reason to split PUD locks yet, but follow the same pattern
2381 * considered ready to switch to split PUD locks yet; there may be places
2814 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */
2824 #define FOLL_SPLIT_PMD 0x20000 /* split huge pmd before returning */
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h590 int (*split)(struct vm_area_struct * area, unsigned long addr); member
2375 * No scalability reason to split PUD locks yet, but follow the same pattern
2377 * considered ready to switch to split PUD locks yet; there may be places
2854 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */
2864 #define FOLL_SPLIT_PMD 0x20000 /* split huge pmd before returning */
/third_party/mesa3d/src/imgui/
H A Dimgui.h1571 IMGUI_API void split(char separator, ImVector<TextRange>* out) const;
1763 // Draw channels are used by the Columns API to "split" the render list into different channels while building, so items of each column can be batched together.
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java853 * to split a national significant number into geographical area code and subscriber number. It
922 * to split a national significant number into NDC and subscriber number. The NDC of a phone
971 String[] numberGroups = NON_DIGITS_PATTERN.split(nationalSignificantNumber); in getLengthOfNationalDestinationCode()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js688 * and punctuation. We split up the two reg-exes here and combine them when
1299 * clients could use it to split a national significant number into geographical
1366 * object passed in, so that clients could use it to split a national
1424 var numberGroups = nationalSignificantNumber.split(

Completed in 134 milliseconds

1...<<131132133134135136137138