/third_party/node/deps/npm/node_modules/socks/build/common/ |
D | helpers.js | 14 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 …]
|
D | constants.js | 6 const ERRORS = { variable 33 exports.ERRORS = ERRORS;
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | utils.js | 7 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);
|
D | smartbuffer.js | 31 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/ |
D | expect-output.sh | 6 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/ |
D | fs_inod | 223 ERRORS=0 247 : $((ERRORS += step_errors)) 256 exit $ERRORS
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
D | socksclient.js | 257 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/ |
D | utils.d.ts | 7 declare const ERRORS: { constant 66 export { ERRORS, isFiniteInteger, checkEncoding, checkOffsetValue, checkLengthValue, checkTargetOff…
|
/third_party/node/deps/npm/node_modules/socks/typings/common/ |
D | constants.d.ts | 7 declare const ERRORS: { constant 141 export { DEFAULT_TIMEOUT, ERRORS, SocksProxyType, SocksCommand, Socks4Response, Socks5Auth, Socks5H…
|
/third_party/glslang/Test/ |
D | 120.vert | 179 vec3 v11 = modf(modfIn, modfOut); // ERRORS... 186 sinh(c1D) + // ERRORS... 197 // token pasting (ERRORS...)
|
D | cppSimple.vert | 309 // ERRORS...
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | coverage.txt | 10 ERRORS
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | IllegalShaderSampling.rts | 25 // Correct usage (EXPECT NO ERRORS)
|
/third_party/libpng/contrib/libtests/ |
D | pngimage.c | 513 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/ |
D | pngimage.c | 513 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/ |
D | pngimage.c | 513 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/ |
D | WIN_scene_markerXXX.txt | 61 ERRORS
|
/third_party/openGLES/extensions/WIN/ |
D | WIN_scene_markerXXX.txt | 61 ERRORS
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 124 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/ |
D | pngcp.c | 124 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/ |
D | pngcp.c | 124 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/ |
D | TODO | 29 ./freezer/prereq.sh:12:tst_resm TINFO " OK, resume worrying about ERRORS."
|
/third_party/tzdata/ |
D | newstrftime.3.txt | 150 ERRORS
|
/third_party/flutter/engine/flutter/tools/licenses/data/ |
D | unicode | 16 …NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN TH…
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avsamplevideosink.m | 831 /* ERRORS */
|