Home
last modified time | relevance | path

Searched refs:allow_failure (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/
Ddnsname_mangler.py41 allow_failure=False): argument
63 if allow_failure:
91 allow_failure=False): argument
105 allow_failure=allow_failure)
110 allow_failure=False): argument
128 allow_failure=allow_failure)
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py18 def run_canned_update(self, allow_failure, update_url): argument
31 if not allow_failure:
38 def run_once(self, payload_url, allow_failure=False, public_key=None, argument
55 self.run_canned_update(allow_failure, nebraska.get_update_url())
69 self.run_canned_update(allow_failure,
/external/tensorflow/third_party/remote_config/
Dcommon.bzl14 def which(repository_ctx, program_name, allow_failure = False):
30 allow_failure = allow_failure,
39 allow_failure = allow_failure,
116 allow_failure = True,
126 allow_failure = True,
147 allow_failure = True,
154 allow_failure = True,
215 allow_failure = False):
223 allow_failure: bool, if True, an empty stdout result and output to stderr
229 if (result.stderr or not result.stdout) and not allow_failure:
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dautoupdate_CatchBadSignatures.py31 allow_failure=True,
/external/crosvm/common/balloon_control/src/
Dlib.rs21 allow_failure: bool,
/external/autotest/server/cros/network/
Dwifi_test_context_manager.py217 allow_failure=True,
245 allow_failure=True)
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py121 allow_failure=True)
/external/crosvm/devices/src/virtio/
Dballoon.rs417 allow_failure, in handle_command_tube()
425 if allow_failure { in handle_command_tube()
/external/crosvm/vm_control/src/
Dlib.rs1079 allow_failure: false, in execute()