Home
last modified time | relevance | path

Searched refs:split (Results 1576 - 1600 of 1731) sorted by relevance

1...<<61626364656667686970

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1055 components = path.split(posixpath.sep)
1328 path_split = path.split(posixpath.sep)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py1055 components = path.split(posixpath.sep)
1328 path_split = path.split(posixpath.sep)
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs271 if let Some(strings) = shlex::split(&extra_clang_args) { in get_extra_clang_args()
2489 let mut split = opt.split('='); in find_effective_target() variables
2490 split.next(); in find_effective_target()
2491 return (split.next().unwrap().to_owned(), true); in find_effective_target()
2946 .map(|v| v.split('.').collect()); in clang_version()
/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs2528 .try_get_matches_from("foo a".split(' ')); in disabled_help_flag()
2540 .try_get_matches_from("foo help".split(' ')); in disabled_help_flag_and_subcommand()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1579 is_const = "const" in param_type.split()
2460 if just_the_type_packed(param, packed_enums).split(' ')[0] == type_name:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp68 cl::desc("Do not create extra branches to split comparison logic."),
869 // If type is to be expanded, split the vector. in getTypeConversion()
907 // If there is no wider legal type, split the vector. in getTypeConversion()
1322 // Type is already a power of 2. The default action is to split. in computeRegisterProperties()
1661 // the only operation that costs anything is the split. After splitting in getTypeLegalizationCost()
1884 Override.split(OverrideVector, ','); in getOpEnabled()
1944 Override.split(OverrideVector, ','); in getOpRefinementSteps()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c66 * distances vanish fast after each split. In the conic case, they vanish
1305 /* to draw starting from 2^level. Before each draw we split as */ in gray_render_conic()
1309 int split = draw & ( -draw ); /* isolate the rightmost 1-bit */ in gray_render_conic() local
1312 while ( ( split >>= 1 ) ) in gray_render_conic()
1402 /* with each split, control points quickly converge towards */ in gray_render_cubic()
/third_party/python/Lib/test/
H A Dtest_httpservers.py348 lines = err.getvalue().split('\n')
1175 result = _readAndReseek(output).split(b'\r\n')
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)
/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/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()
/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()

Completed in 92 milliseconds

1...<<61626364656667686970