Home
last modified time | relevance | path

Searched refs:split (Results 3176 - 3200 of 3357) sorted by relevance

1...<<121122123124125126127128129130>>...135

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp707 BufferPrefix = BufferPrefix.split('\n').first; in computeMatchDistance()
1845 std::pair<StringRef, StringRef> CmdlineNameVal = CmdlineDef.split('='); in defineCmdlineVariables()
/third_party/python/Lib/unittest/test/
H A Dtest_case.py1162 error = str(e).split('\n', 1)[1]
1178 error = str(e).split('\n', 1)[1]
/third_party/python/Lib/xml/etree/
H A DElementTree.py1832 prefix, name = prefixed_name.split(':', 1)
1945 qnames, key=lambda n: n.split('}', 1))}
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py1436 status = handle.split()[1]
1437 message = ' '.join(handle.split()[2:4])
H A Dtest_logging.py372 parts = record.name.split('.')
5508 dn, fn = os.path.split(self.fn)
5623 d, fn = os.path.split(c)
5627 d, fn = os.path.split(c)
H A Dtest_tempfile.py99 (ndir, nbase) = os.path.split(name)
639 (ndir, nbase) = os.path.split(name)
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py46 lines = text.split("\n")
96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")])
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py46 lines = text.split("\n")
96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")])
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp440 QStringList types = res.split(QChar(' ')); in openCtrlConnection()
1464 QStringList lines = status.split(QRegExp("\\n")); in showTrayStatus()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp442 QStringList types = res.split(QChar(' ')); in openCtrlConnection()
1479 QStringList lines = status.split(QRegExp("\\n")); in showTrayStatus()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c1481 * Copies the current block to the other blocks covered by the current superblock split mode
1518 decode superblock split modes */ in dirac_unpack_block_motion_data()
1522 unsigned int split = dirac_get_arith_uint(arith, CTX_SB_F1, CTX_SB_DATA); in dirac_unpack_block_motion_data() local
1523 if (split > 2) in dirac_unpack_block_motion_data()
1525 sbsplit[x] = (split + pred_sbsplit(sbsplit+x, s->sbwidth, x, y)) % 3; in dirac_unpack_block_motion_data()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java4511 String[] attrs = testcase[1].split(","); in TestUnicodeLocaleExtension()
4519 String[] ukeys = testcase[2].split(","); in TestUnicodeLocaleExtension()
5378 String[] fields = line.split("\t;\t"); in TestLocaleCanonicalizationFromFile()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c578 * split a given extent state struct in two, inserting the preallocated
579 * struct 'prealloc' as the newly created second half. 'split' indicates an
580 * offset inside 'orig' where it should be split.
585 * prealloc: [orig->start, split - 1]
586 * orig: [ split, orig->end ]
592 struct extent_state *prealloc, u64 split) in split_state()
597 btrfs_split_delalloc_extent(tree->private_data, orig, split); in split_state()
600 prealloc->end = split - 1; in split_state()
602 orig->start = split; in split_state()
775 * We need to split th in __clear_extent_bit()
591 split_state(struct extent_io_tree *tree, struct extent_state *orig, struct extent_state *prealloc, u64 split) split_state() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dshmem.c621 int split = 0; in shmem_unused_huge_shrink() local
668 if (nr_to_split && split >= nr_to_split) in shmem_unused_huge_shrink()
676 /* No huge page at the end of the file: nothing to split */ in shmem_unused_huge_shrink()
698 /* If split failed move the inode on the list back to shrinklist */ in shmem_unused_huge_shrink()
702 split++; in shmem_unused_huge_shrink()
721 return split; in shmem_unused_huge_shrink()
1106 * If we split a page, reset the loop so in shmem_undo_range()
1468 * and its shmem_writeback() needs them to be split when swapping. in shmem_writepage()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1397 bool split; in generate_fs_twiddle() local
1423 split = false; in generate_fs_twiddle()
1430 split = true; in generate_fs_twiddle()
1451 if (split) { in generate_fs_twiddle()
2123 * output order. HMPF. Also need to split the output values manually. in convert_from_blend_type()
2300 /* If there are more srcs than rows then we need to split alpha up */ in convert_alpha()
2570 /* We split the row_mask and row_alpha as we want 128bit interleave */ in generate_unswizzled_blend()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c150 * Extract a single channel out of a vector source. We split vectors with SPLIT
151 * so we can use the split components directly, without emitting an extract.
152 * This has advantages of RA, as the split can usually be optimized away.
158 * Bypass the cache and emit an explicit split for registers. in bi_extract()
197 * split pseudo-instruction.
209 /* Emit the split */ in bi_emit_split_i32()
230 * Emit and cache a split for a vector of a given bitsize. The vector may not be
231 * composed of 32-bit words, but it will be split at 32-bit word boundaries.
1018 bi_instr *split = bi_split_i32_to(b, bi_null(), data); in bi_emit_store_vary() local
1019 split in bi_emit_store_vary()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java4377 String[] attrs = testcase[1].split(","); in TestUnicodeLocaleExtension()
4385 String[] ukeys = testcase[2].split(","); in TestUnicodeLocaleExtension()
/third_party/python/Lib/
H A Dargparse.py313 # split optionals from positionals
2249 option_string, explicit_arg = arg_string.split('=', 1)
2291 # split at the '='
2296 option_prefix, explicit_arg = option_string.split('=', 1)
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp195 // use line intersection to guess a better split than 0.5
614 // are split
1485 /* Each span has a range of opposite spans it intersects. After the span is split in two,
1813 // split it in BinarySearch()
1827 if (!half1->split(largest1, &sect1->fHeap)) { in BinarySearch()
1847 if (!half2->split(largest2, &sect2->fHeap)) { in BinarySearch()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp2894 void dng_negative::SetGreenSplit (uint32 split)
2901 info.fBayerGreenSplit = split;
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py905 text_format.ParseLines(self._BYTES_SAMPLE.split(b'\n'), m)
912 text_format.ParseLines(self._UNICODE_SAMPLE.split(u'\n'), m)
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h280 split:1; member
/kernel/linux/linux-5.10/include/net/
H A Ddevlink.h62 u32 port_number; /* Same value as "split group".
66 u32 split_subport_number; /* If the port is split, this is the number of subport. */
98 * @split: indicates if this is split port
99 * @splittable: indicates if the port can be split.
107 u8 split:1, member
/kernel/linux/linux-6.6/include/net/
H A Ddevlink.h28 u32 port_number; /* Same value as "split group".
32 u32 split_subport_number; /* If the port is split, this is the number of subport. */
78 * @split: indicates if this is split port
79 * @splittable: indicates if the port can be split.
88 u8 split:1, member
1548 * @port_split: Callback used to split the port into multiple ones.

Completed in 94 milliseconds

1...<<121122123124125126127128129130>>...135