/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
H A D | lookup_dep.py | 158 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 D | CachePruning.cpp | 81 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 D | autotest_sdk.py | 77 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 D | FieldMaskTree.java | 103 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 D | filelist.py | 59 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 D | poplib.py | 227 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 D | test_loader.py | 36 return os.path.join(STDLIB_DIR, *name.split('.'), '__init__.py') 38 return os.path.join(STDLIB_DIR, *name.split('.')) + '.py'
|
H A D | test_finder.py | 17 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 D | validate.py | 378 status_code = status.split(None, 1)[0] 416 code = int(status.split(None, 1)[0])
|
/third_party/skia/experimental/docs/ |
H A D | svgBackend.js | 181 var gradient = paint.gradient.split('.'); 222 var drawSpec = entry.draw.split('.');
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | main.rs | 101 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 D | runtests.py | 206 for line in rest.split(b'\n'): 272 bin64, bin32, text = line.rstrip().split()
|
/third_party/vk-gl-cts/scripts/ |
H A D | testset.py | 95 args = line.split(',') 149 parts = case.name.split('.')
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_genvk.py | 379 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 D | cpplint.py | 918 _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 D | snap.c | 880 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 D | snap.c | 1005 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 D | csdetest.cpp | 121 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 D | msvs_emulation.py | 73 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 D | msvs_emulation.py | 73 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 D | perf.py | 1200 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 D | test.py | 79 # 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 D | capture_replay_tests.py | 360 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 D | SkRRect.cpp | 642 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 D | nir_lower_int64.c | 1088 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()
|