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

  /external/libvncserver/webclients/novnc/include/
rfb.js 178 this._fail("Got unexpected WebSocket connection");
194 this._fail('Failed to connect to server' + msg);
198 this._fail("Server disconnected" + msg);
234 return this._fail("Must set host and port");
465 this._fail("Disconnect timeout");
500 _fail: function (msg) {
600 return this._fail("Incomplete protocol version");
624 return this._fail("Invalid server version " + sversion);
659 return this._fail("Security failure: " + reason);
672 return this._fail("Unsupported security types: " + types)
    [all...]
  /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/scapy/test/
pipetool.uts 242 def _fail():
246 a._send = mock.MagicMock(side_effect=_fail)
255 s.s.recv = mock.MagicMock(side_effect=_fail)
  /frameworks/base/tools/apilint/
apilint.py 256 def _fail(clazz, detail, error, rule, msg): function
267 _fail(clazz, detail, False, rule, msg)
270 _fail(clazz, detail, True, rule, msg)
    [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 93 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 93 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 93 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 93 self._fail('Did not detect an incorrect fieldname')
    [all...]
  /external/python/cpython3/Lib/test/
test_collections.py 274 self._fail('Did not detect an incorrect fieldname')
    [all...]

Completed in 263 milliseconds