Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 189) sorted by relevance

12345678

/developtools/hdc/hdc_rust/src/host/
Dunittest.rs26 .split(" ") in if_parse_cmd_param_works()
33 .split(" ") in if_parse_cmd_param_works()
46 .split(" ") in if_parse_opt_cmd_works()
62 .split(" ") in if_parse_opt_cmd_param_works()
69 .split(" ") in if_parse_opt_cmd_param_works()
81 let opts = "-l5 -t 123456".split(" ").map(|s| s.to_string()).collect(); in if_extract_opt_lt_works()
97 .split(" ") in if_extract_opt_sm_works()
114 let opts = "-s 23333".split(" ").map(|s| s.to_string()).collect(); in if_extract_opt_port_works()
130 .split(" ") in if_extract_opt_ipv6_works()
148 .split(" ") in if_extract_opt_invalid_ipv6_works()
[all …]
/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java94 private boolean split = true; field in VerifyCollection
120 return split; in isSplit()
123 public void setSplit(boolean split) { in setSplit() argument
124 this.split = split; in setSplit()
DScanStatSuffix.java334 String[] split = path.split(packageName);
335 if (split.length > 1) {
336 return split[1];
366 String[] split = file.getName().split(SPLIT_POINT); in accountFileType() local
367 if (split.length == SCAN_LEVEL) { in accountFileType()
368 if (map.containsKey(split[1])) { in accountFileType()
369 accountType(map, file, split[1]); in accountFileType()
371 accountTypeUnknown(map, file, split[1]); in accountFileType()
373 } else if (split.length == 1) { // no suffix in accountFileType()
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/
Dresolve_token_info.py32 processName = it.replace(',', '').split(':')[1].split('"')[1]
38 bb = it.split(':')
39 if bb[1].split('"')[1].__len__() == 0:
41 permissionNameList = bb[1].split('"')[1].split(',')
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dresolve_token_info.py32 processName = it.replace(',', '').split(':')[1].split('"')[1]
38 bb = it.split(':')
39 if bb[1].split('"')[1].__len__() == 0:
41 permissionNameList = bb[1].split('"')[1].split(',')
/developtools/hdc/scripts/
Ddev_hdc_test.py74 targets = subprocess.check_output(f"{cls.hdc_exe} list targets".split()).split()
154 … subprocess.check_output(f"{cls.hdc_exe} tconn {cls.remote_ip}:{cls.remote_port}".split()).decode()
211 subprocess.call(f"del {path}".split())
213 subprocess.call(f"del /Q {path}".split())
215 subprocess.call(f"rm -rf {path}".split())
240 output = subprocess.check_output(cmd.split()).decode()
245 output = subprocess.check_output(cmd.split()).decode()
249 return subprocess.check_call(cmd.split()) == 0
300 local, remote = cmd.split()[-2:]
302 remote, local = cmd.split()[-2:]
[all …]
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/
DProcessCheck.py20 two_check_process_list = text.split('#####')[1].split()[0:-1]
21 other_process_list = text.split('#####')[2].split()
26 pidlist = pids.split()
/developtools/profiler/hiebpf/src/
Dutilities.cpp37 std::vector<std::string> StringSplit(std::string source, const std::string &split) in StringSplit() argument
42 if (!split.empty()) { in StringSplit()
44 while ((pos = source.find(split)) != std::string::npos) { in StringSplit()
50 source.erase(0, pos + split.length()); in StringSplit()
/developtools/integration_verification/DeployDevice/resource/common/
Dcbg_start.py21 str_list = line.split('=')
34 items = server_link.split("/")
37 project_name = items[-1].split(".")[0]
56 project_branch = server_link.split(" -b ")[-1]
63 … Repo.clone_from(server_link.split(" -b ")[0], to_path=upgrade_script_path,branch=project_branch)
72 … Repo.clone_from(server_link.split(" -b ")[0], to_path=upgrade_script_path,branch=project_branch)
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dgn_common_tool.py46 splited = content.split(os.sep)
109 path, _ = os.path.split(path)
134 path, _ = os.path.split(path)
165 path, _ = os.path.split(path)
171 path = os.path.split(path)[0]
175 line = line.split('=')[-1].strip().strip('"')
207 for item in result.lstrip('[').rstrip(']').split('\n'):
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dgn_common_tool.py54 path = os.path.split(path)[0]
71 path = os.path.split(path)[0]
86 gnpath = os.path.split(gnpath)[0]
90 gnpath = os.path.split(gnpath)[0]
113 part = part.split('=')[-1].strip()
123 subsystem = subsystem.split('=')[-1].strip()
198 for item in result.lstrip('[').rstrip(']').split('\n'):
/developtools/integration_verification/DeployDevice/src/core/
Drun.py41 step_list = runstage.split(",")
94 num = int(result.split("(")[1].split(")")[0])
115 task_path = param_file.split('.')[0]
/developtools/profiler/hiebpf/scripts/
Dfstrace_args_converter_generator.py40 splitted_startline = startline.split(' ')
47 splitted_startline = startline.split(' ')
49 splitted_type_name = type_name.split('_')
74 splitted_member_line = member_line.split(' ')
/developtools/hdc/hdc_rust/src/
Dutils.rs118 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
136 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
154 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
172 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
190 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
208 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
/developtools/integration_verification/tools/components_deps/
Dcomponents_deps_analyzer.py34 one_component = re.findall('path="(.*?)"', line)[0].split('/')[-1]
70 new_line_num = [int(i) for i in new_line_num.split('_')]
84 dep_info = re.findall('(.*?):', gn_lines[i - 1].split("/")[-1])[0]
189 gn_path_list_name = args.components_gn_path_list.split(',')
190 new_line_nums_list = args.new_line_nums_list.split(',')
191 gn_component_name = args.gn_name.split(',')
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DWorkerHandler.ts19 let arr = result.data.split("$")
35 let tempJitterArr = curJitter.split("==")
/developtools/integration_verification/cases/daily/mini_system/
DL2_mini_system_test.py103 args.device_num = result.split()[0]
115 pidlist = pids.split()
136 process_usage = int(res.split(':')[-1].split()[0]) / 1024
150 pidlist = pids.split()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPaneEnergyAnomaly.ts56 let appValues = values[TabPaneEnergyAnomaly.VALUE_INDEX].split(',');
82 let appValues = nextValues[TabPaneEnergyAnomaly.VALUE_INDEX].split(',');
110 let apps = values[TabPaneEnergyAnomaly.VALUE_INDEX].split(',');
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py48 gn, _, _ = item.split(':')
60 f = f.split('/')[-1]
71 grep_cmd, post_processor=lambda x: x.split('\n'))
111 gn_path = os.path.join(project_path, label.split(':')[
133 tmp = target.split('/')[-1]
286 bf = f.split('/')[-1]
293 output_dir, _ = os.path.split(output_file)
Dram_analyzer.py91 return re.sub(blank_pattern, ' ', content.strip()).split()
116 line_list = content.strip().split("\n")[1:]
119 process_name = line.split()[7]
128 output = content.split('\n')
218 file_basename: str = os.path.split(file_name)[-1]
243 xml_base_name = os.path.split(path_list[0])[-1]
250 result_dict.get(process_name).append(os.path.split(first)[-1])
400 return True, os.path.split(k)[-1], sn, cn, v
484 … lambda x, y: os.path.split(y)[
494 … y.split(
[all …]
/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts166 visualMap.set(0, mediaQueryImport.split('\n').length - 1);
206 const originEtsFileLineNumber: number = contentBeforePos.split('\n').length;
207 const visualLines: number = visualContent.split('\n').length - 1;
228 const originEtsFileLineNumber: number = contentBeforePos.split('\n').length;
229 const visualLines: number = visualContent.split('\n').length - 1;
252 const lines: Array<string> = content.split('\n');
320 const moduleNames = relativePath.split(path.sep);
Dgen_aot.ts126 outStream.toString().split(os.EOL).forEach((stdLog: string) => {
132 [logHeader, logContent] = stdLog.split(hostToolKeyWords);
136 let logLevel: string = logHeader.trim().split(/\s+/)[logLevelIndex];
/developtools/smartperf_host/trace_streamer/build/
Dprotoc_w.py52 cmd=[PROTOC, OPT_PLUGIN_PROTOREADER, f"{PLUGINOUT}:{sys.argv[5]}", *PARAMS_ALL.split()]
55 subprocess.run([PROTOC, *PARAMS_ALL.split()])
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts133 const multiExpression = this.expression.split('-');
155 const libs = expression.split(','); // 逗号拆分lib
158 const items = lib.split(' '); // 空格拆分函数
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js153 let arrStr = str.split("$$")
156 let fps = arrStr[0].split("||")
157 let fpsJitter = arrStr[1].split("||")

12345678