Home
last modified time | relevance | path

Searched refs:ERRORS (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/common/
H A Dhelpers.js17 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommand, options);
21 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandForOperation, options);
25 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options);
29 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options);
35 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options);
40 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsExistingSocket, options);
51 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandChain, options);
55 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options);
61 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxiesLength, options);
66 throw new util_1.SocksClientError(constants_1.ERRORS
[all...]
H A Dconstants.js3 exports.SOCKS5_NO_ACCEPTABLE_AUTH = exports.SOCKS5_CUSTOM_AUTH_END = exports.SOCKS5_CUSTOM_AUTH_START = exports.SOCKS_INCOMING_PACKET_SIZES = exports.SocksClientState = exports.Socks5Response = exports.Socks5HostType = exports.Socks5Auth = exports.Socks4Response = exports.SocksCommand = exports.ERRORS = exports.DEFAULT_TIMEOUT = void 0;
7 const ERRORS = {
36 exports.ERRORS = ERRORS;
/third_party/node/deps/npm/node_modules/smart-buffer/build/
H A Dutils.js7 const ERRORS = {
21 exports.ERRORS = ERRORS;
29 throw new Error(ERRORS.INVALID_ENCODING);
52 throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH);
56 throw new Error(offset ? ERRORS.INVALID_OFFSET_NON_NUMBER : ERRORS.INVALID_LENGTH_NON_NUMBER);
85 throw new Error(ERRORS.INVALID_TARGET_OFFSET);
/third_party/ltp/testcases/kernel/fs/fs_inod/
H A Dfs_inod223 ERRORS=0
247 : $((ERRORS += step_errors))
256 exit $ERRORS
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js279 this.closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut);
346 this.closeSocket(constants_1.ERRORS.InternalError);
356 this.closeSocket(constants_1.ERRORS.SocketClosed);
427 this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Response[data[1]]})`);
460 this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants_1.Socks4Response[data[1]]})`);
508 this.closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion);
511 this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType);
530 this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType);
595 this.closeSocket(constants_1.ERRORS.Socks5AuthenticationFailed);
638 this.closeSocket(`${constants_1.ERRORS
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c513 ERRORS, /* just errors */ enumerator
538 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)
705 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()
762 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
1568 else if (ret < ERRORS) /* shouldn't longjmp on warnings */ in do_test()
1595 d.options = (d.options & ~LEVEL_MASK) | ERRORS; in main()
/third_party/rust/crates/cxx/macro/src/
H A Dlib.rs71 let _ = syntax::error::ERRORS; in bridge()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c124 ERRORS, /* just errors */ enumerator
155 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)
294 S(errors, ERRORS)
613 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()
631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
2297 if (ret < ERRORS) /* shouldn't longjmp on warnings */ in cppng()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py3916 import xml.parsers.expat.errors as ERRORS namespace
3918 ERRORS.codes[ERRORS.XML_ERROR_SYNTAX])

Completed in 13 milliseconds