/third_party/skia/tools/skqp/ |
H A D | make_apk_list.py | 54 for line in output.split('\n'): 78 for remote in check_output(['git', 'remote']).strip().split('\n'): 101 for line in commits.split('\n'): 105 commit, date, subj = line.split(';', 2)
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | accord.js | 8 cookieArray=document.cookie.split(";"); 11 cookieArray2[cookieArray[i].split("=")[0].replace(/ /g,"")]=cookieArray[i].split("=")[1].replace(/ /g,""); 14 cookieArray=(document.cookie.indexOf("state=")>=0)?cookieArray2["state"].split(","):new Array();
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-tag-table.py | 258 self.subtags = tag.lower ().split ('-') 369 tag = tag.split (' ')[0] 375 self.to_bcp_47[tag].update (ISO_639_3_TO_1.get (code, code) for code in iso_codes.replace (' ', '').split (',')) 418 [macrolanguage, suffix] = bcp_47_tag.split ('-', 1) 547 subtag_type = line.split (' ')[1] 551 subtag = line.split (' ')[1] 555 description = line.split (' ', 1)[1].replace (' (individual language)', '') 564 scope = line.split (' ')[1] 576 # If a subtag is split into multiple replacement subtags, 578 for language in line.replace (',', '').split (' ')[ [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | policy.c | 411 char *split; in __lookup_parent() local 415 for (split = strstr(hname, "//"); split;) { in __lookup_parent() 417 split - hname); in __lookup_parent() 421 hname = split + 2; in __lookup_parent() 422 split = strstr(hname, "//"); in __lookup_parent() 446 char *split; in __create_missing_ancestors() local 453 for (split = strstr(hname, "//"); split;) { in __create_missing_ancestors() 456 split in __create_missing_ancestors() 494 const char *split; __lookupn_profile() local [all...] |
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 172 x, _ = x.split('/', 1) 1049 lambda k,v=None: (k, v.split(',') if v is not None else ()) 1050 )(*x.split('=', 1)), 1056 lambda k,v=None: (k, v.split(',') if v is not None else ()) 1057 )(*x.split('=', 1)), 1064 lambda k,v=None: (k, v.split(',') if v is not None else ()) 1065 )(*x.split('=', 1)), 1070 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)), 1084 type=lambda x: [x.strip() for x in x.split(',')], [all...] |
/third_party/python/Lib/test/ |
H A D | test_zipimport.py | 326 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-2]) 327 self.assertEqual("path1.zip", p2.split(os.sep)[-2]) 333 mpath = list(mod.__path__)[0].split('path1.zip' + os.sep)[1] 338 self.assertEqual("path1.zip", mod.__file__.split(os.sep)[-3]) 343 mod.__file__.split(os.sep)[-3]) 350 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-3]) 351 self.assertEqual("path1.zip", p2.split(os.sep)[-3]) 356 mod.__file__.split(os.sep)[-4]) 361 mod.__file__.split(os.sep)[-4]) 365 self.assertEqual('path1.zip', mod.__file__.split(o [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.c | 32 * it is extended rather than split (its size is doubled), 33 * until its length becoms 4 KBytes, from then the extent is split 63 * (e.g., if split occurs <abc> and <aBd>, <ABD> trather than <aB> 64 * should be made the router key for the split) 101 /* dtree split parameter */ 140 struct dtsplit * split, struct btstack * btstack); 142 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, 146 struct dtsplit * split, struct btstack * btstack); 149 struct dtsplit * split, struct metapage ** rmpp); 602 /* init level count for max pages to split */ in dtSearch() 822 struct dtsplit split; /* split information */ dtInsert() local 923 dtSplitUp(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) dtSplitUp() argument 1323 dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rpxdp) dtSplitPage() argument 1635 dtExtendPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) dtExtendPage() argument 1868 dtSplitRoot(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp) dtSplitRoot() argument [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.c | 32 * it is extended rather than split (its size is doubled), 33 * until its length becoms 4 KBytes, from then the extent is split 63 * (e.g., if split occurs <abc> and <aBd>, <ABD> trather than <aB> 64 * should be made the router key for the split) 101 /* dtree split parameter */ 140 struct dtsplit * split, struct btstack * btstack); 142 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, 146 struct dtsplit * split, struct btstack * btstack); 149 struct dtsplit * split, struct metapage ** rmpp); 602 /* init level count for max pages to split */ in dtSearch() 822 struct dtsplit split; /* split information */ dtInsert() local 923 dtSplitUp(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) dtSplitUp() argument 1323 dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rpxdp) dtSplitPage() argument 1635 dtExtendPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) dtExtendPage() argument 1868 dtSplitRoot(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp) dtSplitRoot() argument [all...] |
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 170 $args = [split /,\s*/, $args]; 182 my @l = split "\n", $_; 258 my ($bit, $addr) = split /\t+/; 263 my @a = split /\s+/; 274 my ($enum, $addr) = split /\s+/; 278 my ($arg, $min, $max, $elsize, @discontig) = split /\s+/; 308 my ($lim, $offset) = split /,/, $d->[0]; 334 my ($first_discontig) = split /,/, $da->{discontig}->[0]; 362 my ($name, $addr, @flags) = split /\t+/, $_;
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 92 for argument in args.arguments.split("#"): 93 key_value = argument.strip().split("=") 150 _copy_files(_sources.split(","), _output) 153 _copy_dir(_source_dirs.split(","), _output) 167 split(os.sep)[-1]) 187 for suite in suite_names.split(","): 247 feature_list = testsuites.split(",") 281 component_name = component_name.split('_lite')[0] 347 for feature in all_features.split(","):
|
/third_party/cups-filters/cupsfilters/ |
H A D | colord.c | 172 const char **split) in get_profile_for_device_path() 198 split[QUAL_COLORSPACE], in get_profile_for_device_path() 199 split[QUAL_MEDIA], in get_profile_for_device_path() 200 split[QUAL_RESOLUTION]); in get_profile_for_device_path() 203 split[QUAL_COLORSPACE], in get_profile_for_device_path() 204 split[QUAL_MEDIA]); in get_profile_for_device_path() 207 split[QUAL_COLORSPACE], in get_profile_for_device_path() 208 split[QUAL_RESOLUTION]); in get_profile_for_device_path() 211 split[QUAL_COLORSPACE]); in get_profile_for_device_path() 170 get_profile_for_device_path(DBusConnection *con, const char *object_path, const char **split) get_profile_for_device_path() argument
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 53 level_list = list(set(level_string.split(","))) 252 sub_system_module = test_case.split( 253 "unittest" + os.sep)[1].split(os.sep + "bin")[0] 255 sub_system = sub_system_module.split(os.sep)[0] 256 module_name = sub_system_module.split(os.sep)[1] 353 self.file_name = os.path.basename(config_file).split(".")[0] 418 "\n".join(result.split("\n")[0:-1]), "\n")) 437 'burn_file', kit_info)[0].split("\\")[-1].split(".")[0] 490 request.root.source.source_file.strip()).split(" [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 180 info['build_name'] = line.strip().split("'")[1] 183 info['build_name'].split(BOT_NAME_PREFIX)[1]) 189 info['time'] = re.findall(r'[0-9]{1,2}:[0-9]{2}:[0-9]{2}', line.split(',', 1)[0])[0] 197 info['angle_revision'] = filter(str.isalnum, line.split(':')[1]) 203 info['revision'] = filter(str.isalnum, line.split(':')[1]) 237 step_names.append(line.split('"')[1]) 318 workaround_prev_line = line.split(WORKAROUND_FORMATTING_ERROR_STRING)[0] 323 line_columns = line.split(INFO_TAG, 1)[1].split(':') 398 bot_name = ' '.join(bot_name.strip().split()) # Remov [all...] |
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 155 self.include_dirs = self.include_dirs.split(os.pathsep) 164 self.include_dirs.extend(py_include.split(os.path.pathsep)) 167 plat_py_include.split(os.path.pathsep)) 179 self.library_dirs = self.library_dirs.split(os.pathsep) 184 self.rpath = self.rpath.split(os.pathsep) 248 defines = self.define.split(',') 255 self.undef = self.undef.split(',') 260 self.swig_opts = self.swig_opts.split(' ') 402 # Non-trivial stuff: 'macros' split into 'define_macros' 647 modpath = fullname.split(' [all...] |
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | lib.h | 26 * split individual debug cases out in preparation for finer grained 148 char *split; in basename() local 151 for (split = strstr(hname, "//"); split; split = strstr(hname, "//")) in basename() 152 hname = split + 2; in basename()
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | lib.h | 26 * split individual debug cases out in preparation for finer grained 159 char *split; in basename() local 162 for (split = strstr(hname, "//"); split; split = strstr(hname, "//")) in basename() 163 hname = split + 2; in basename()
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | pull_service_gcda.py | 81 home_path = '/'.join(roots_path.split("/")[:3]) 127 services_list = process_str.split("|") 136 command_str = command_args.split("command_str=")[1].replace(",", " ") 141 root_path = current_path.split("/test/testfwk/developer_test")[0] 156 device_sn_list.extend(sn.replace(" ", "").split(";"))
|
/test/xts/tools/build/ |
H A D | utils.py | 64 for argument in args.arguments.split("#"): 65 key_value = argument.strip().split("=") 119 _copy_files(_sources.split(","), _output) 122 _copy_dir(_source_dirs.split(","), _output) 145 for suite in suite_names.split(","):
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 129 parts = rootName.split("-") 295 channels = rawcolor.split(",") 307 channels = rawcolor.split(",") 318 channels = rawcolor.split(",") 330 channels = rawcolor.split(",")
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | __init__.py | 111 def split(self, *args, **kwargs): member in Markup 112 return list(map(self.__class__, text_type.split(self, *args, **kwargs))) 113 split.__doc__ = text_type.split.__doc__ 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | __init__.py | 111 def split(self, *args, **kwargs): member in Markup 112 return list(map(self.__class__, text_type.split(self, *args, **kwargs))) 113 split.__doc__ = text_type.split.__doc__ 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_dispatch.c | 118 nir_ssa_def *split = nir_channel(&b, job_dim, 1); in pan_indirect_dispatch_init() local 119 nir_ssa_def *num_wg_x_split = nir_iand_imm(&b, nir_ushr_imm(&b, split, 10), 0x3f); in pan_indirect_dispatch_init() 124 split = nir_ior(&b, split, in pan_indirect_dispatch_init() 133 nir_store_global(&b, job_dim_ptr, 8, nir_vec2(&b, dims, split), 3); in pan_indirect_dispatch_init()
|
/third_party/python/Lib/idlelib/ |
H A D | calltip_w.py | 37 curline = int(self.anchor_widget.index("insert").split('.')[0]) 52 curline = int(self.anchor_widget.index("insert").split('.')[0]) 74 int, self.anchor_widget.index(parenleft).split(".")) 98 curline, curcol = map(int, self.anchor_widget.index("insert").split('.')) 177 x, y = map(int, parent.geometry().split('+')[1:]) 181 text.insert("insert", "string.split")
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 111 def split(self, *args, **kwargs): member in Markup 112 return list(map(self.__class__, text_type.split(self, *args, **kwargs))) 113 split.__doc__ = text_type.split.__doc__ 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-merge.c | 212 * bvec_split_segs - verify whether or not a bvec should be split in the middle 213 * @lim: [in] queue limits to split based on 225 * big to fit in a single segment and hence that it has to be split in the 255 /* tell the caller to split the bvec if it is too big to fit */ in bvec_split_segs() 260 * bio_split_rw - split a bio in two bios 261 * @bio: [in] bio to be split 262 * @lim: [in] queue limits to split based on 277 * split bio has finished. 292 goto split; in bio_split_rw() 302 goto split; in bio_split_rw() 359 struct bio *split; __bio_split_to_limits() local [all...] |