| /external/oss-fuzz/infra/ |
| D | helper.py | 246 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 …]
|
| D | build_specified_commit.py | 121 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
|
| D | bisector.py | 134 def _check_for_crash(project_name, fuzz_target, test_case_path): argument
|
| /external/oss-fuzz/infra/build/functions/ |
| D | request_build.py | 34 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
|
| D | build_project.py | 71 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
|
| D | build_lib.py | 86 def _get_targets_list(project_name): argument 140 def download_corpora_steps(project_name): argument
|
| D | project_sync.py | 49 def create_scheduler(cloud_scheduler_client, project_name, schedule, tag, argument 67 def delete_scheduler(cloud_scheduler_client, project_name, tag): argument
|
| D | request_coverage_build.py | 28 def get_build_steps(project_name, image_project, base_images_project): argument
|
| D | build_and_run_coverage.py | 61 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, argument
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | coverage.py | 33 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
|
| D | affected_fuzz_targets.py | 27 def remove_unaffected_fuzz_targets(project_name, out_dir, files_changed, argument
|
| D | continuous_integration.py | 184 def build_external_project_docker_image(project_name, project_src, argument
|
| /external/tflite-support/tensorflow_lite_support/tools/pip_package/ |
| D | setup.py | 58 project_name = 'tflite-support' variable 61 project_name = sys.argv[project_name_idx + 1] variable
|
| /external/tensorflow/tensorflow/tools/pip_package/ |
| D | setup.py | 59 project_name = 'tensorflow' variable 62 project_name = sys.argv[project_name_idx + 1] variable
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_wheel.py | 129 project_name, version, requires_txt): argument
|
| /external/python/setuptools/pkg_resources/ |
| D | __init__.py | 1011 def __getitem__(self, project_name): argument 2445 self, location=None, metadata=None, project_name=None, argument
|