Home
last modified time | relevance | path

Searched refs:_fail (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/site_tests/security_NosymfollowMountOption/
Dsecurity_NosymfollowMountOption.py40 def _fail(self, msg): member in security_NosymfollowMountOption
57 self._fail("umount call failed")
81 self._fail("mount call failed")
95 self._fail("filesystem missing '%s' arg" % arg)
102 self._fail("creating/linking files failed")
113 self._fail("symlink traversal was not restricted")
117 self._fail("symlink traversal was restricted")
/external/skia/tools/infra/
Dgo.py20 def _fail(msg): function
29 _fail('Unable to find Golang installation; see '
32 _fail('GOPATH environment variable is not set; is Golang properly '
39 _fail('%s not in PATH; is Golang properly installed?' % go_bin)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py58 self._fail = False
62 if self._fail:
94 self._fail = True
97 self._fail = False
/external/autotest/server/site_tests/firmware_FAFTRPC/
Dfirmware_FAFTRPC.py118 def _fail(self, rpc_name, params, error_msg): member in firmware_FAFTRPC
188 self._fail(rpc_name, params, error_msg)
191 self._fail(rpc_name, params, error_msg)
213 self._fail(rpc_name, params, error_msg)
242 self._fail(rpc_name, params, error_msg)
245 self._fail(rpc_name, params, error_msg)
278 self._fail(rpc_name, params, error_msg)
/external/python/cpython3/Tools/c-analyzer/cpython/
D__main__.py163 def parse_args(prog=PROG, argv=sys.argv[1:], *, _fail=None): argument
185 if _fail is None:
186 def _fail(msg): function
195 _fail('missing command')
/external/capstone/suite/cstest/src/
Dcapstone_test.c136 _fail(__FILE__, __LINE__); in test_single_MC()
144 _fail(__FILE__, __LINE__); in test_single_MC()
185 _fail(__FILE__, __LINE__); in test_single_MC()
197 _fail(__FILE__, __LINE__); in test_single_MC()
357 _fail(__FILE__, __LINE__); in test_single_issue()
Dhelper.c147 _fail(__FILE__, __LINE__); in replace_hex()
212 _fail(__FILE__, __LINE__); in replace_negative()
/external/mesa3d/src/intel/tools/
Daub_write.h43 _fail(const char *prefix, const char *format, ...) in _fail() function
58 _fail(prefix, __VA_ARGS__); \
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl23 def _fail(msg):
55 _fail("\n".join([
147 _fail("Cannot find python in PATH, please make sure " +
163 _fail(
199 _fail("Invalid python library path: %s" % python_lib)
207 _fail("--define %s='%s' is not executable. Is it the python binary?" %
/external/tflite-support/third_party/py/
Dpython_configure.bzl19 def _fail(msg):
33 _fail("Cannot find python in PATH, please make sure " +
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl31 def _fail(msg):
62 _fail("\n".join([
167 _fail("Cannot find python in PATH, please make sure " +
184 _fail(
220 _fail("Invalid python library path: %s" % python_lib)
228 _fail("--define %s='%s' is not executable. Is it the python binary?" %
/external/tflite-support/third_party/tensorflow/
Dtf_configure.bzl16 def _fail(msg):
52 _fail("\n".join([
157_fail("The size of argument tf_pip_dir_rename_pair should be either 0 or 2, but %d is given." % tf…
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py49 self._fail = False
63 self._fail = True
66 self._fail = False
70 if self._fail:
Dbeta_python_plugin_test.py115 self._fail = False
131 self._fail = True
134 self._fail = False
138 if self._fail:
/external/autotest/client/site_tests/security_ProcessManagementPolicy/
Dsecurity_ProcessManagementPolicy.py40 def _fail(self, msg): member in security_ProcessManagementPolicy
/external/scapy/test/
Dpipetool.uts242 def _fail():
246 a._send = mock.MagicMock(side_effect=_fail)
255 s.s.recv = mock.MagicMock(side_effect=_fail)
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest___main__.py191 parse_args('cg', [], _fail=fail)
/external/python/cpython2/Lib/test/
Dtest_collections.py137 self._fail('Did not detect an incorrect fieldname')
/external/python/cpython3/Lib/test/
Dtest_collections.py483 self._fail('Did not detect an incorrect fieldname')