Home
last modified time | relevance | path

Searched refs:split (Results 1001 - 1025 of 2339) sorted by relevance

1...<<41424344454647484950>>...94

/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py158 root_build_targets = list_java_targets_run.stdout.split('\n')
165 target_line_parts = target_line.split(': ')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCachePruning.cpp81 P = P.second.split(':'); in parseCachePruningPolicy()
84 std::tie(Key, Value) = P.first.split('='); in parseCachePruningPolicy()
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py77 self.build_info = self.utils.remove_ansi_colors(log).split('\r\n')
91 row, col = (row_col_info[0].split(
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java103 String[] parts = path.split(FIELD_PATH_SEPARATOR_REGEX); in addFieldPath()
211 String[] parts = path.split(FIELD_PATH_SEPARATOR_REGEX); in intersectFieldPath()
/third_party/python/Lib/distutils/
H A Dfilelist.py59 sortable_files = sorted(map(os.path.split, self.files))
77 words = line.split()
105 # Parse the line: split it up, make sure the right number of words
/third_party/python/Lib/
H A Dpoplib.py227 rets = retval.split()
377 having the implementation split into multiple arguments...
380 lst = line.decode('ascii').split()
/third_party/python/Lib/test/test_importlib/frozen/
H A Dtest_loader.py36 return os.path.join(STDLIB_DIR, *name.split('.'), '__init__.py')
38 return os.path.join(STDLIB_DIR, *name.split('.')) + '.py'
H A Dtest_finder.py17 return os.path.join(STDLIB_DIR, *name.split('.'), '__init__.py')
19 return os.path.join(STDLIB_DIR, *name.split('.')) + '.py'
/third_party/python/Lib/wsgiref/
H A Dvalidate.py378 status_code = status.split(None, 1)[0]
416 code = int(status.split(None, 1)[0])
/third_party/skia/experimental/docs/
H A DsvgBackend.js181 var gradient = paint.gradient.split('.');
222 var drawSpec = entry.draw.split('.');
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs101 v.split(':').collect() in main()
340 let mut it = version.split('_'); in parse_new_version()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py206 for line in rest.split(b'\n'):
272 bin64, bin32, text = line.rstrip().split()
/third_party/vk-gl-cts/scripts/
H A Dtestset.py95 args = line.split(',')
149 parts = case.name.split('.')
/third_party/vulkan-loader/scripts/
H A Dloader_genvk.py379 args.feature = [name for arg in args.feature for name in arg.split()]
380 args.extension = [name for arg in args.extension for name in arg.split()]
/third_party/json/tools/cpplint/
H A Dcpplint.py918 _hpp_headers = {ext.strip() for ext in val.split(',')}
950 extensions = [ext.strip() for ext in val.split(',')]
1318 for filt in filters.split(','):
1345 category = category.split('/')[0]
1640 project, rest = os.path.split(googlename)
2268 """Returns the path split into a list by the separator.
2278 (head, tail) = os.path.split(path)
2405 linesplit = line.split()
3370 base_classname = classinfo.name.split('::')[-1]
3387 constructor_args = explicit_constructor_match.group(2).split(',')
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dsnap.c880 u64 split; in ceph_handle_snap() local
897 split = le64_to_cpu(h->split); /* non-zero if we are splitting an in ceph_handle_snap()
904 dout("handle_snap from mds%d op %s split %llx tracelen %d\n", mds, in ceph_handle_snap()
905 ceph_snap_op_name(op), split, trace_len); in ceph_handle_snap()
918 * A "split" breaks part of an existing realm off into in ceph_handle_snap()
933 realm = ceph_lookup_snap_realm(mdsc, split); in ceph_handle_snap()
935 realm = ceph_create_snap_realm(mdsc, split); in ceph_handle_snap()
960 * a race (due to another split notifications in ceph_handle_snap()
971 dout(" will move %p to split real in ceph_handle_snap()
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dsnap.c1005 u64 split; in ceph_handle_snap() local
1026 split = le64_to_cpu(h->split); /* non-zero if we are splitting an in ceph_handle_snap()
1033 dout("%s from mds%d op %s split %llx tracelen %d\n", __func__, in ceph_handle_snap()
1034 mds, ceph_snap_op_name(op), split, trace_len); in ceph_handle_snap()
1043 * A "split" breaks part of an existing realm off into in ceph_handle_snap()
1058 realm = ceph_lookup_snap_realm(mdsc, split); in ceph_handle_snap()
1060 realm = ceph_create_snap_realm(mdsc, split); in ceph_handle_snap()
1084 * a race (due to another split notifications in ceph_handle_snap()
1095 dout(" will move %p %llx.%llx to split real in ceph_handle_snap()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp121 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() function
133 int32_t split = 0; in split() local
137 src.extractBetween(start, end, result[split++]); in split()
141 src.extractBetween(start, src.length(), result[split]); in split()
165 std::unique_ptr<UnicodeString []> eSplit(split(encoding, CH_SLASH, splits)); in checkEncoding()
559 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount); in DetectionTest()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py73 call, program = args[0].split(" ", 1)
144 dxsdk_dir = line.split(" ")[3] + "\\"
567 pchbase = os.path.split(pch)[1]
880 files = files.split(";")
1137 var, setting = line.split("=", 1)
1216 env.get("INCLUDE", "").split(";")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py73 call, program = args[0].split(" ", 1)
144 dxsdk_dir = line.split(" ")[3] + "\\"
564 pchbase = os.path.split(pch)[1]
874 files = files.split(";")
1128 var, setting = line.split("=", 1)
1207 env.get("INCLUDE", "").split(";")
/third_party/littlefs/scripts/
H A Dperf.py1200 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
1258 type=lambda x: tuple(float(x) for x in x.split(',')),
1285 type=lambda x: x.split(),
1290 type=lambda x: x.split(),
1322 type=lambda x: x.split(),
H A Dtest.py79 # split commas but only outside of parens
907 case, _ = failure.id.split(':', 1)
1176 failure.id.split(':', 2)[-1]))
1188 failure.id.split(':', 2)[-1]))
1265 type=lambda x: x.split(),
1408 type=lambda x: x.split(),
1414 type=lambda e: e.split(),
1423 type=lambda x: x.split(),
1445 type=lambda x: x.split(),
1450 type=lambda x: x.split(),
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py360 self.params = test_name.split('/')[1]
391 context = f.split(TRACE_FILE_SUFFIX)[1][:-2]
522 words = output_line.split(" ")
634 (testpattern, result) = line.split('=')
635 (test_info_string, test_name_string) = testpattern.split(':')
637 test_info = test_info_string.strip().split()
/third_party/skia/src/core/
H A DSkRRect.cpp642 std::string split(depth, '\t');
643 desc += split + "\n SkRRect:{ \n";
646 desc += split + "\t const SkPoint corners[] = {\n";
650 desc += split + "\t}\n";
651 desc += split + "\t fType:" + std::to_string(fType) + "\n";
652 desc += split + "}\n";
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c1088 nir_intrinsic_instr *split = in split_64bit_subgroup_op() local
1090 split->num_components = intrin->num_components; in split_64bit_subgroup_op()
1091 split->src[0] = nir_src_for_ssa(split_src0[i]); in split_64bit_subgroup_op()
1096 split->src[j] = nir_src_for_ssa(intrin->src[j].ssa); in split_64bit_subgroup_op()
1100 memcpy(split->const_index, intrin->const_index, in split_64bit_subgroup_op()
1103 nir_ssa_dest_init(&split->instr, &split->dest, in split_64bit_subgroup_op()
1105 nir_builder_instr_insert(b, &split->instr); in split_64bit_subgroup_op()
1107 res[i] = &split->dest.ssa; in split_64bit_subgroup_op()

Completed in 28 milliseconds

1...<<41424344454647484950>>...94