Home
last modified time | relevance | path

Searched refs:_create_config (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dconfig_utils_test.py30 def _create_config(self): member in BaseConfigTest
36 config = self._create_config()
44 config = self._create_config()
54 def _create_config(self): member in BuildFuzzersConfigTest
61 config = self._create_config()
66 config = self._create_config()
Drun_fuzzers_test.py52 def _create_config(**kwargs): function
79 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
122 config = _create_config(**kwargs)
251 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
287 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
339 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
353 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
359 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
373 config = _create_config(fuzz_seconds=FUZZ_SECONDS,
Dclusterfuzz_deployment_test.py34 def _create_config(**kwargs): function
56 config = _create_config(**kwargs)
Dfuzz_target_test.py42 def _create_config(**kwargs): function
64 config = _create_config(**kwargs)
Dbuild_fuzzers_test.py306 def _create_config(cls, tmp_dir, sanitizer): member in BuildSantizerIntegrationTest
318 build_fuzzers.build_fuzzers(self._create_config(tmp_dir, sanitizer)))
/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_test_base.py483 config = self._create_config(config)
509 config = self._create_config(config)
520 def _create_config(self, config): member in MultiWorkerTestBase