/external/autotest/client/site_tests/security_NosymfollowMountOption/ |
D | security_NosymfollowMountOption.py | 40 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/ |
D | go.py | 20 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/ |
D | test_control.py | 58 self._fail = False 62 if self._fail: 94 self._fail = True 97 self._fail = False
|
/external/autotest/server/site_tests/firmware_FAFTRPC/ |
D | firmware_FAFTRPC.py | 118 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__.py | 163 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/ |
D | capstone_test.c | 136 _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()
|
D | helper.c | 147 _fail(__FILE__, __LINE__); in replace_hex() 212 _fail(__FILE__, __LINE__); in replace_negative()
|
/external/mesa3d/src/intel/tools/ |
D | aub_write.h | 43 _fail(const char *prefix, const char *format, ...) in _fail() function 58 _fail(prefix, __VA_ARGS__); \
|
/external/grpc-grpc/third_party/py/ |
D | python_configure.bzl | 23 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/ |
D | python_configure.bzl | 19 def _fail(msg): 33 _fail("Cannot find python in PATH, please make sure " +
|
/external/rust/crates/grpcio-sys/grpc/third_party/py/ |
D | python_configure.bzl | 31 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/ |
D | tf_configure.bzl | 16 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.py | 49 self._fail = False 63 self._fail = True 66 self._fail = False 70 if self._fail:
|
D | beta_python_plugin_test.py | 115 self._fail = False 131 self._fail = True 134 self._fail = False 138 if self._fail:
|
/external/autotest/client/site_tests/security_ProcessManagementPolicy/ |
D | security_ProcessManagementPolicy.py | 40 def _fail(self, msg): member in security_ProcessManagementPolicy
|
/external/scapy/test/ |
D | pipetool.uts | 242 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/ |
D | test___main__.py | 191 parse_args('cg', [], _fail=fail)
|
/external/python/cpython2/Lib/test/ |
D | test_collections.py | 137 self._fail('Did not detect an incorrect fieldname')
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 483 self._fail('Did not detect an incorrect fieldname')
|