Home
last modified time | relevance | path

Searched refs:split (Results 101 - 125 of 2986) sorted by relevance

12345678910>>...120

/third_party/python/Lib/test/
H A Dtest_zipimport.py326 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...]
/test/xts/tools/lite/build/
H A Dutils.py92 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 Dcolord.c172 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 Dlite_driver.py53 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 Dgenerate_stats.py180 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 Dbuild_ext.py155 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...]
/third_party/googletest/googletest/scripts/
H A Dupload.py218 response_dict = dict(x.split("=")
219 for x in response_body.split("\n") if x)
224 response_dict = dict(x.split("=", 1) for x in body.split("\n") if x)
668 unused, filename = line.split(':', 1)
770 words = line.split()
847 for name in keyword_str.split(" ")
854 for line in status.split("\n"):
889 dirname, relfilename = os.path.split(filename)
1071 self.base_rev = RunShell(["hg", "parent", "-q"]).split('
[all...]
/third_party/rust/crates/regex/src/
H A Dcompile.rs180 self.compiled.start = 0; // first instruction is always split in compile_many()
187 let split = self.push_split_hole(); in compile_many()
193 prev_hole = self.fill_split(split, Some(entry), None); in compile_many()
492 let split = self.push_split_hole(); in c_class_bytes()
499 prev_hole = self.fill_split(split, Some(next), None); in c_class_bytes()
546 // Initial entry point is always the first split. in c_alternate()
553 // true indicates that the hole is a split where we want to fill in c_alternate()
563 let split = self.push_split_hole(); in c_alternate()
566 prev_hole = (self.fill_split(split, Some(entry), None), false); in c_alternate()
568 let (split1, split2) = split in c_alternate()
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpull_service_gcda.py81 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 Dutils.py64 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 Dimage.py129 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__.py111 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__.py111 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 Dpan_indirect_dispatch.c118 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 Dcalltip_w.py37 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__.py111 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/bin/
H A Dgen_vs_module_defs.py44 tokens = line.split(';')
47 def_infos = [x for x in tokens[0].split(' ') if len(x) > 0]
54 name_infos = def_infos[0].split('@')
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/
H A Dsupports-colors.js85 var osRelease = os.release().split('.');
86 if (Number(process.versions.node.split('.')[0]) >= 8
110 var version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dproxy.js39 noProxy = noProxy.split(',').map((p) => p.trim()).filter(Boolean)
46 const hostSegments = url.hostname.split('.').reverse()
49 const noSegments = no.split('.').filter(Boolean).reverse()
/third_party/libdrm/
H A Dsymbols-check.py31 fields = line.split()
75 line = line.split('#')[0]
85 fields = line.split()
/third_party/python/Lib/distutils/
H A Dspawn.py60 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
68 cur_target_split = [int(x) for x in cur_target.split('.')]
123 paths = path.split(os.pathsep)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-symbols.py33 EXPORTED_SYMBOLS = [s.split ()[2]
34 for s in re.findall (r'^.+ [BCDGIRST] .+$', subprocess.check_output (nm.split() + [so]).decode ('utf-8'), re.MULTILINE)
43 prefix = (symprefix + os.path.basename (so)).replace ('libharfbuzz', 'hb').replace ('-', '_').split ('.')[0]
H A Dgen-arabic-joining-list.py29 fields = [x.strip () for x in line.split (';')]
33 uu = fields[0].split ('..')
54 fields = [x.strip () for x in line.split (';')]
/third_party/rust/crates/regex/scripts/
H A Dregex-match-tests.py17 fields = filter(None, map(str.strip, line.split('\t')))
27 noparen = map(lambda s: s.strip('()'), sgroups.split(')('))
29 s, e = map(str.strip, g.split(','))
/third_party/zlib/
H A Dzlib2ansi59 split /\s*,\s*/, $param_list;
62 my @params = split /\s*;\s*/, $params;
68 my @bits = split /\s*,\s*/, $p;

Completed in 12 milliseconds

12345678910>>...120