Home
last modified time | relevance | path

Searched defs:project_name (Results 1 – 16 of 16) sorted by relevance

/external/oss-fuzz/infra/
Dhelper.py246 def check_project_exists(project_name): argument
255 def _check_fuzzer_exists(project_name, fuzzer_name): argument
284 def _get_project_dir(project_name): argument
289 def get_dockerfile_path(project_name): argument
294 def _get_corpus_dir(project_name=''): argument
304 def _get_output_dir(project_name=''): argument
314 def _get_work_dir(project_name=''): argument
324 def _get_project_language(project_name): argument
417 def _workdir_from_dockerfile(project_name): argument
509 project_name, argument
[all …]
Dbuild_specified_commit.py121 def copy_src_from_docker(project_name, host_dir): argument
148 def _build_image_with_retries(project_name): argument
291 def detect_main_repo(project_name, repo_name=None, commit=None): argument
Dbisector.py134 def _check_for_crash(project_name, fuzz_target, test_case_path): argument
/external/oss-fuzz/infra/build/functions/
Drequest_build.py34 def update_build_history(project_name, build_id, build_tag): argument
52 def get_project_data(project_name): argument
65 def get_build_steps(project_name, image_project, base_images_project): argument
74 def run_build(project_name, image_project, build_steps, credentials, tag): argument
Dbuild_project.py71 def set_yaml_defaults(project_name, project_yaml, image_project): argument
123 def load_project_yaml(project_name, project_yaml_file, image_project): argument
131 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, argument
361 def dataflow_post_build_steps(project_name, env, base_images_project): argument
398 def run_build(build_steps, project_name, tag): argument
Dbuild_lib.py86 def _get_targets_list(project_name): argument
140 def download_corpora_steps(project_name): argument
Dproject_sync.py49 def create_scheduler(cloud_scheduler_client, project_name, schedule, tag, argument
67 def delete_scheduler(cloud_scheduler_client, project_name, tag): argument
Drequest_coverage_build.py28 def get_build_steps(project_name, image_project, base_images_project): argument
Dbuild_and_run_coverage.py61 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, argument
/external/oss-fuzz/infra/cifuzz/
Dcoverage.py33 def __init__(self, project_name, repo_path): argument
111 def _get_latest_cov_report_info(project_name): argument
125 def _get_fuzzer_stats_dir_url(project_name): argument
Daffected_fuzz_targets.py27 def remove_unaffected_fuzz_targets(project_name, out_dir, files_changed, argument
Dcontinuous_integration.py184 def build_external_project_docker_image(project_name, project_src, argument
/external/tflite-support/tensorflow_lite_support/tools/pip_package/
Dsetup.py58 project_name = 'tflite-support' variable
61 project_name = sys.argv[project_name_idx + 1] variable
/external/tensorflow/tensorflow/tools/pip_package/
Dsetup.py59 project_name = 'tensorflow' variable
62 project_name = sys.argv[project_name_idx + 1] variable
/external/python/setuptools/setuptools/tests/
Dtest_wheel.py129 project_name, version, requires_txt): argument
/external/python/setuptools/pkg_resources/
D__init__.py1011 def __getitem__(self, project_name): argument
2445 self, location=None, metadata=None, project_name=None, argument