HomeSort by relevance Sort by last modified time
    Searched refs:_fail (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
test_control.py 58 self._fail = False
62 if self._fail:
94 self._fail = True
97 self._fail = False
  /external/autotest/client/site_tests/security_NosymfollowMountOption/
security_NosymfollowMountOption.py 40 def _fail(self, msg): member in class: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/autotest/client/site_tests/security_ProcessManagementPolicy/
security_ProcessManagementPolicy.py 40 def _fail(self, msg): member in class:security_ProcessManagementPolicy
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1396 void _fail(const char * const file, const int line) { function
    [all...]
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 199 #define fail() _fail(__FILE__, __LINE__)
276 _fail(__FILE__, __LINE__); \
422 void _fail(const char * const file, const int line);
  /external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
_python_plugin_test.py 49 self._fail = False
63 self._fail = True
66 self._fail = False
70 if self._fail:
beta_python_plugin_test.py 115 self._fail = False
131 self._fail = True
134 self._fail = False
138 if self._fail:
  /external/scapy/test/
pipetool.uts 242 def _fail():
246 a._send = mock.MagicMock(side_effect=_fail)
255 s.s.recv = mock.MagicMock(side_effect=_fail)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 93 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 137 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /external/python/cpython3/Lib/test/
test_collections.py 354 self._fail('Did not detect an incorrect fieldname')
    [all...]

Completed in 1185 milliseconds