HomeSort by relevance Sort by last modified time
    Searched refs:_fail (Results 1 - 9 of 9) 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);
  /frameworks/base/tools/apilint/
apilint.py 242 def _fail(clazz, detail, error, rule, msg): function
253 _fail(clazz, detail, False, rule, msg)
256 _fail(clazz, detail, True, rule, msg)
    [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/bison/
maint.mk 594 re='\<(openat_(permissive|needs_fchdir|(save|restore)_fail)|l?(stat|ch(own|mod))at|(euid)?accessat)\>' \
    [all...]

Completed in 530 milliseconds