Home
last modified time | relevance | path

Searched refs:search (Results 1 - 14 of 14) sorted by relevance

/build/tools/component_tools/
H A Dcomponent_node.py87 module_name = module_pattern.search(ohos_string).group()
93 if subsystem_pattern.search(ohos_string) is not None:
94 subsystem_name = subsystem_pattern.search(ohos_string).group()
97 if part_pattern.search(ohos_string) is not None:
98 part_name = part_pattern.search(ohos_string).group()
101 deps_raw = deps_pattern.search(ohos_string).group() if deps_pattern.search(ohos_string) is not None \
110 external_deps_raw = external_deps_pattern.search(ohos_string).group() if external_deps_pattern.search(ohos_string) is not None \
/build/test/example/
H A Dperformance_test.py368 gn_res = re.search(self.gn_end_flag, self.gn_end_li[0])
485 if re.search(self.root_dir_flag, output):
486 self.root_dir = re.search(self.root_dir_flag, output).group(1)
488 if re.search(self.gn_dir_flag, output):
489 self.gn_dir = re.search(self.gn_dir_flag, output).group(1)
492 if re.search(value.get("start_pattern"), output):
494 if re.search(value.get("end_pattern"), output):
497 if re.search(self.gn_exec_flag, output):
499 elif re.search(self.gn_script_flag, output):
501 elif re.search(sel
[all...]
H A Dtest_build_option.py130 re_match = re.search(value["pattern"], line)
/build/build_scripts/
H A Dbuild.py25 def search(findir: str, target: str) -> str or bool: function
49 python_dir = search(python_base_dir, 'python3')
/build/hb/util/
H A Ddevice_util.py65 return re.search(kernel_pattern, data) and\
66 re.search(version_pattern, data)
H A Dmonitor.py88 match = re.search(r'\d+', line)
H A Dlog_util.py108 match = pattern.search(data)
/build/tools/module_dependence/
H A Ddependence_analysis.py41 _filename_snippet = re.search(r'(.*).json', _filename).group(1)
/build/tools/component_tools/static_check/
H A Dcsct_online_prehandle.py75 if re.search(key, line) is not None:
/build/config/linux/
H A Dpkg-config.py92 if regexp.search(flag) is not None:
/build/ohos/sdk/
H A Dparse_sdk_description.py120 match = re.search(r"(.*?):(.*?)", label)
/build/scripts/util/
H A Dbuild_utils.py211 if not re_filter.search(line))
641 match = r.search(arg)
/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py175 s = re.search(r"libsyscall_to_nr_([^/]+)", file_name)
/build/scripts/
H A Dcargo2gn.py393 authors_section = authors_re.search(infile.read())
818 # set up search PATH for cargo to find the correct rustc

Completed in 9 milliseconds