/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1055 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 D | xcodeproj_file.py | 1055 components = path.split(posixpath.sep) 1328 path_split = path.split(posixpath.sep)
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 271 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 D | help.rs | 2528 .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 D | generate_entry_points.py | 1579 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 D | TargetLoweringBase.cpp | 68 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 D | ftgrays.c | 66 * 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 D | test_httpservers.py | 348 lines = err.getvalue().split('\n') 1175 result = _readAndReseek(output).split(b'\r\n')
|
H A D | test_xmlrpc.py | 1436 status = handle.split()[1] 1437 message = ' '.join(handle.split()[2:4])
|
H A D | test_logging.py | 372 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 D | FileCheck.cpp | 707 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 D | test_case.py | 1162 error = str(e).split('\n', 1)[1] 1178 error = str(e).split('\n', 1)[1]
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 1832 prefix, name = prefixed_name.split(':', 1) 1945 qnames, key=lambda n: n.split('}', 1))}
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 46 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 D | genutil.py | 46 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 D | wpagui.cpp | 440 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 D | wpagui.cpp | 442 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 D | api.js | [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 1481 * 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 D | ULocaleTest.java | 4511 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 D | lp_state_fs.c | 1397 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 D | bifrost_compile.c | 150 * 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 D | ULocaleTest.java | 4377 String[] attrs = testcase[1].split(","); in TestUnicodeLocaleExtension() 4385 String[] ukeys = testcase[2].split(","); in TestUnicodeLocaleExtension()
|
/third_party/python/Lib/ |
H A D | argparse.py | 313 # 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 D | SkPathOpsTSect.cpp | 195 // 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, §1->fHeap)) { in BinarySearch() 1847 if (!half2->split(largest2, §2->fHeap)) { in BinarySearch()
|