Searched refs:artifact_regex (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/build/3pp_common/ |
H A D | fetch_github_release.py | 22 def _find_valid_urls(release, artifact_regex): argument 24 if artifact_regex: 25 urls = [x for x in urls if re.search(artifact_regex, x)] 29 def _latest(api_url, install_scripts=None, artifact_regex=None): argument 36 urls = _find_valid_urls(release, artifact_regex) 47 artifact_regex=None): argument 51 urls = _find_valid_urls(json_dict, artifact_regex) 70 artifact_regex=None, argument 93 artifact_regex=artifact_regex) 98 artifact_regex=artifact_regex)
|
/aosp_15_r20/external/cronet/build/3pp_common/ |
H A D | fetch_github_release.py | 20 def _find_valid_urls(release, artifact_regex): argument 22 if artifact_regex: 23 urls = [x for x in urls if re.search(artifact_regex, x)] 27 def _latest(api_url, install_scripts=None, artifact_regex=None): argument 42 urls = _find_valid_urls(release, artifact_regex) 53 artifact_regex=None): argument 57 urls = _find_valid_urls(json_dict, artifact_regex) 76 artifact_regex=None, argument 99 artifact_regex=artifact_regex) 104 artifact_regex=artifact_regex)
|