/third_party/skia/tools/calmbench/ |
H A D | ab.py | 54 UNITS = "ns µs ms s".split() 119 items = line.split() 198 raw = shlex.split(arg)
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.py | 149 ARGV.extend(['--pr'] + re.split(r'[ ,]', FLAGS.pr)) 201 for line in output.decode('utf-8').split('\n'): 350 configs = re.split(DELIMITER, FLAGS.config)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbisetb.cpp | 147 // the start of the range from the unicode set, split the range list range in buildRanges() 150 // Then continue the loop; the post-split current range will then be skipped in buildRanges() 153 rlRange->split(inputSetRangeBegin, *fStatus); in buildRanges() 162 // the end of the range from the unicode set, split the range list in buildRanges() 163 // range in two. The first part of the split range will be in buildRanges() 166 rlRange->split(inputSetRangeEnd+1, *fStatus); in buildRanges() 636 // RangeDesriptor::split() 639 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { in split() function in RangeDescriptor 651 // Only need to update those that are different after the split. in split()
|
/third_party/python/Lib/xml/sax/ |
H A D | expatreader.py | 339 pair = name.split() 352 parts = aname.split() 373 pair = name.split()
|
/third_party/python/Lib/test/ |
H A D | test_platform.py | 332 real_ver = line.strip().split()[-1] 337 result_list = res[0].split('.') 338 expect_list = real_ver.split('.')
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 86 size_t split; member 515 if (oldhash >= f->id_table.split) in id_hash() 584 t->split = t->size / 2; in node_table_reduce() 592 if (t->split == 0) in remerge_id() 595 for (iter = 8; t->split > 0 && iter; iter--) { in remerge_id() 598 t->split--; in remerge_id() 599 upper = &t->array[t->split + t->size / 2]; in remerge_id() 603 for (nodep = &t->array[t->split]; *nodep; in remerge_id() 640 t->split = 0; in node_table_resize() 652 if (t->split in rehash_id() [all...] |
/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...] |
/test/testfwk/xdevice/src/xdevice/_core/driver/ |
H A D | parser_lite.py | 53 lines = content.split(end_mark)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | parameter.py | 33 level_list = test_level.strip(",").split(",")
|
H A D | distribute_execute.py | 55 self.suits_dir.split("distributedtest")[1].strip(os.sep))
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 69 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __main__.py | 80 args = str(command).split(" ")
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 139 for my $s (split(/,/, $word)) { 165 # emphasize on a split line 167 # bold on a split line
|
/third_party/gn/infra/recipe_modules/target/ |
H A D | api.py | 86 return Target(self, *platform.split('-', 2))
|
/third_party/glslang/ |
H A D | gen_extension_headers.py | 45 symbol_name = filename.split(".")[0]
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbisetb.h | 57 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
|
/third_party/PyYAML/tests/lib/ |
H A D | test_tokens.py | 48 tokens2 = file.read().split()
|
/third_party/libsnd/src/ |
H A D | binheader_writef_check.py | 62 dlist = dlist.split(",")
|
/third_party/libuv/tools/ |
H A D | make_dist_html.py | 116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')]
|
/third_party/mesa3d/ohos/ |
H A D | build_mesa3d.py | 47 path_old = os.environ['PATH'].split(':')
|
H A D | meson_cross_process.py | 114 template_dir = os.path.split(os.path.abspath( __file__))[0] + r"/pkgconfig_template"
|
/third_party/mesa3d/bin/ |
H A D | commit_in_branch_test.py | 20 return out.decode().strip().split('/')[2]
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 39 from shlex import split as split_args
|
H A D | warnings_test.py | 33 from shlex import split as split_args
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | parseTestRecord.py | 92 if extra and any(line.strip() and not line.lstrip().startswith("//") for line in extra.split("\n")):
|