Home
last modified time | relevance | path

Searched refs:ERRORS (Results 1 – 25 of 56) sorted by relevance

123

/third_party/node/deps/npm/node_modules/socks/build/common/
Dhelpers.js14 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommand, options);
18 … throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandForOperation, options);
22 …throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options…
26 … throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options);
30 … throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options);
35 …throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsExistingSocket, opti…
46 throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandChain, options);
50 …throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options…
56 …throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxiesLength, optio…
61 … throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options);
[all …]
Dconstants.js6 const ERRORS = { variable
33 exports.ERRORS = ERRORS;
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dutils.js7 const ERRORS = { variable
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);
Dsmartbuffer.js31 throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_SIZE);
41 throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_BUFFER);
51 throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_OBJECT);
1093 throw new Error(utils_1.ERRORS.INVALID_READ_BEYOND_BOUNDS);
1212 throw new Error(utils_1.ERRORS.INVALID_WRITE_BEYOND_BOUNDS);
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dexpect-output.sh6 ERRORS=$(mktemp)
8 trap "rm $STRINGS; rm $ERRORS;" EXIT
16 e) echo "$OPTARG" >> $STRINGS ; echo "$OPTARG" >> $ERRORS;;
28 if egrep -wf $ERRORS $FILE; then
/third_party/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod223 ERRORS=0
247 : $((ERRORS += step_errors))
256 exit $ERRORS
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js257 this._closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut);
325 this._closeSocket(constants_1.ERRORS.InternalError);
334 this._closeSocket(constants_1.ERRORS.SocketClosed);
405 …this._closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Resp…
438 …this._closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants…
481 this._closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion);
484 this._closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType);
496 this._closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType);
527 this._closeSocket(constants_1.ERRORS.Socks5AuthenticationFailed);
569 …this._closeSocket(`${constants_1.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${constants_1.Socks…
[all …]
/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dutils.d.ts7 declare const ERRORS: { constant
66 export { ERRORS, isFiniteInteger, checkEncoding, checkOffsetValue, checkLengthValue, checkTargetOff…
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts7 declare const ERRORS: { constant
141 export { DEFAULT_TIMEOUT, ERRORS, SocksProxyType, SocksCommand, Socks4Response, Socks5Auth, Socks5H…
/third_party/glslang/Test/
D120.vert179 vec3 v11 = modf(modfIn, modfOut); // ERRORS...
186 sinh(c1D) + // ERRORS...
197 // token pasting (ERRORS...)
DcppSimple.vert309 // ERRORS...
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
Dcoverage.txt10 ERRORS
/third_party/skia/resources/sksl/runtime_errors/
DIllegalShaderSampling.rts25 // Correct usage (EXPECT NO ERRORS)
/third_party/libpng/contrib/libtests/
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/flutter/skia/third_party/externals/libpng/contrib/libtests/
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/skia/third_party/externals/libpng/contrib/libtests/
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/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_scene_markerXXX.txt61 ERRORS
/third_party/openGLES/extensions/WIN/
DWIN_scene_markerXXX.txt61 ERRORS
/third_party/skia/third_party/externals/libpng/contrib/tools/
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/libpng/contrib/tools/
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/flutter/skia/third_party/externals/libpng/contrib/tools/
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/ltp/testcases/kernel/controllers/freezer/
DTODO29 ./freezer/prereq.sh:12:tst_resm TINFO " OK, resume worrying about ERRORS."
/third_party/tzdata/
Dnewstrftime.3.txt150 ERRORS
/third_party/flutter/engine/flutter/tools/licenses/data/
Dunicode16 …NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN TH…
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m831 /* ERRORS */

123