Home
last modified time | relevance | path

Searched refs:split (Results 51 - 75 of 2986) sorted by relevance

12345678910>>...120

/third_party/vulkan-loader/scripts/gn/
H A Dgn.py19 clone_cmd = 'git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git depot_tools'.split(" ")
29 gn_check_cmd = 'gn gen --check out/Debug'.split(" ")
33 gn_gen_cmd = 'gn gen out/Debug'.split(" ")
37 ninja_build_cmd = 'ninja -C out/Debug'.split(" ")
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py40 level_list = list(set(level_string.split(",")))
72 file_dir = suite_file.split("distributedtest")[1].strip(os.sep).split(os.sep)[0]
122 case_dir, file_name = os.path.split(suite_file)
123 dst_dir = case_dir.split("distributedtest")[1].strip(os.sep)
136 strip_num = len(coverage_outpath.split("/")) - 1
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py12 ns,s = s.split(':')
45 glyphname = '.'.join (href[1:].split ('/')[1].split ('.')[1:])
92 out = 'tests/%s.tests' % x.split('.html')[0]
104 [' \'%s\',' % x.split('tests/')[1] for x in tests] +
106 [' \'%s\',' % x.split('tests/')[1] for x in disabled_tests] +
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dtags.py106 interpreters, abis, platforms = tag.split("-")
107 for interpreter in interpreters.split("."):
108 for abi in abis.split("."):
109 for platform_ in platforms.split("."):
247 parts = ext_suffix.split(".")
254 abi = "cp" + soabi.split("-")[1]
257 abi = soabi.split("-")[0]
259 abi = "-".join(soabi.split("-")[:2])
261 abi = "-".join(soabi.split("-")[:3])
396 version = cast("MacVersion", tuple(map(int, version_str.split("
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3760.js15 var split = RegExp.prototype[Symbol.split]; variable
18 split.call({[Symbol.match]: "g"});
/third_party/typescript/tests/baselines/reference/
H A DarrayAugment.js3 split: (parts: number) => T[][];
7 var y = x.split(4);
13 var y = x.split(4);
/third_party/elfutils/libdw/
H A Ddwarf_end.c62 /* Free split dwarf one way (from skeleton to split). */ in cu_free()
64 && p->split != NULL && p->split != (void *)-1) in cu_free()
67 if (p->dbg->fake_addr_cu == p->split->dbg->fake_addr_cu) in cu_free()
68 p->split->dbg->fake_addr_cu = NULL; in cu_free()
69 INTUSE(dwarf_end) (p->split->dbg); in cu_free()
98 /* And the split Dwarf. */ in dwarf_end()
H A Ddwarf_die_addr_die.c56 Dwarf *split = __libdw_find_split_dbg_addr (dbg, addr); in dwarf_die_addr_die() local
57 if (split != NULL) in dwarf_die_addr_die()
58 cu = __libdw_findcu_addr (split, addr); in dwarf_die_addr_die()
/third_party/mesa3d/bin/
H A Dsymbols-check.py39 fields = line.split()
62 fields = line.split()
77 symbol_name = symbol_name[1:].split('@')[0]
123 line = line.split('#')[0]
133 fields = line.split()
/third_party/node/deps/v8/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py77 include_after) = header_spec.split(';', 2)
88 key, value = define.split('=', 1)
96 for header in include_before.split(':'):
106 for header in include_after.split(':'):
111 key, value = define.split('=', 1)
/third_party/node/deps/npm/lib/utils/
H A Dformat-search-stream.js71 pkg.date = data.date.toISOString().split('T')[0] // remove time
98 ).split('\n').map(line => line.slice(0, maxWidth)).join('\n')
116 // just a normal string, do the split/map thing
119 output = output.toLowerCase().split(arg.toLowerCase()).map(piece => {
130 output = output.split(String.fromCharCode(i)).join(`\u001B[${colors[i - 1]}`)
132 return output.split('\u0000').join('\u001B[0m').trim()
/third_party/ffmpeg/libavcodec/
H A Dmss4.c325 int i, j, k, mode, split; in mss4_decode_image_block() local
350 split = 0; in mss4_decode_image_block()
358 split = get_bits(gb, 4); in mss4_decode_image_block()
365 if (mode == 1 && i == split) { in mss4_decode_image_block()
380 split = get_bits(gb, 4); in mss4_decode_image_block()
381 if (split >= prev_split) in mss4_decode_image_block()
382 split++; in mss4_decode_image_block()
383 prev_split = split; in mss4_decode_image_block()
385 split = prev_split; in mss4_decode_image_block()
387 if (split) { in mss4_decode_image_block()
[all...]
/third_party/node/deps/v8/tools/
H A Dfind-commit-for-patch.py40 words = line.split()
45 hashes = line.split()[1]
46 old_hash = hashes.split("..")[0]
65 _, _, actual_hash, filename = line.split()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py29 b = [int(x, base=16) for x in s.split(' ')]
69 cases = f.read().split('\n')
73 (machine, assembly) = case.split(' ')
77 cases = f.read().split('\n')
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-emoji-table.py25 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]]
27 rang = [int(s, 16) for s in rang.split('..')]
89 line = line.split(" ")
H A Dgen-arabic-table.py32 fields = [x.strip () for x in line.split (';')]
36 uu = fields[0].split ('..')
56 fields = [x.strip () for x in line.split (';')]
70 short = ''.join(x[0] for x in value.split('_')[2:])
163 fields = [x.strip () for x in line.split (';')]
167 items = fields[5].split (' ')
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_cpp.py32 props = propstr.split(' ')
36 keys = keystr.split(' ')
61 for section_row in sections.strip().split('\n'):
63 parts = section_row.split(',')
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_array_splitting.cpp28 * split it apart into its elements, making it more amenable to other
53 this->split = true; in variable_entry()
66 /** Whether this array should be split or not. */
67 bool split; member in __anon7202::opt_array_splitting::variable_entry
87 * variables that could be split by looking to see if they are arrays
137 /* If the array hasn't been sized yet, we can't split it. After in get_variable_entry()
151 * ends up being split up into: in get_variable_entry()
210 /* Allow whole-array assignments on the LHS. We can split those in visit()
218 * (see the visit_continue_with_parent below), so we can't split in visit()
222 entry->split in visit()
[all...]
/third_party/unity/auto/
H A Dparse_output.rb107 test_name = test_suite_name.split(@path_delim)
110 base_name = test_name[test_name.size - 1].split('.')[0]
125 array = line.split(',')
146 reason_array = array[2].split(':')
161 reason_array = array[2].split(':')
201 array2 = test_name.split(' ')
229 array2 = test_name.split(' ')
301 line_array = line.split(':')
303 # If we were able to split the line then we can look to see if any of our target words
/third_party/node/tools/
H A Dgetnodeversion.py8 major = line.split()[2]
10 minor = line.split()[2]
12 patch = line.split()[2]
/test/testfwk/developer_test/src/core/
H A Dutils.py28 _, fullname = os.path.split(file)
91 board_info_list = product_form.split("_")
134 out_name = json_info.get("out_path").split("out")[1].strip("/")
169 strs = line.replace('\n', '').split('=')
196 suitename = filename.split("FuzzTest")[0]
209 return True if len(product_form.split("_")) >= 3 else False
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py157 name = line.split()[0]
179 split = line.split()
180 name = split[0]
181 value = int(split[1], 0)
191 packets.append(line.split()[0])
/third_party/skia/samplecode/
H A DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() argument
43 split = false; in cusp()
48 split = true; in cusp()
144 bool split; variable
145 path = cusp(pts, pp, split, 8000, .125);
154 if (split) {
/third_party/python/Lib/encodings/
H A Didna.py160 labels = result.split(b'.')
169 labels = dots.split(input)
202 labels = input.split(b".")
225 labels = dots.split(input)
261 labels = dots.split(input)
265 labels = input.split(".")
/third_party/node/deps/npm/node_modules/debug/src/
H A Dcommon.js170 const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/);
171 const len = split.length;
174 if (!split[i]) {
179 namespaces = split[i].replace(/\*/g, '.*?');

Completed in 12 milliseconds

12345678910>>...120