/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 137 * @return {Promise} A promise wrapping the success and error events. 145 xhr.addEventListener("error", function() { 180 * Binds to success and error events of an object wrapping them into a promise 182 * resolves and error event rejects. 188 * @param {string} rejectEventName [="error"] The event name to bind reject to. 195 // Returns a promise wrapping success and error events of objects. 202 // When `rejectObject`'s `rejectEventName` event (default: "error") or 203 // `rejectObject2`'s `rejectEventName2` event (default: "error") is 210 const actualRejectEventName = rejectEventName || "error"; 211 const actualRejectEventName2 = rejectEventName2 || "error"; [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_memcached_connection.cc | 166 auto error = errno; in initiate_connection() local 167 MCLOG(WARN, this) << "socket() failed; errno=" << error; in initiate_connection() 175 auto error = errno; in initiate_connection() local 176 MCLOG(WARN, this) << "connect() failed; errno=" << error; in initiate_connection() 546 MCLOG(INFO, this) << "response returned error status: " in parse_packet()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetBOCU1.java | 613 ByteBuffer error = ByteBuffer.wrap(errorBuffer); in regularLoop() 625 error.put((byte)(diff>>16)); in regularLoop() 627 error.put((byte)(diff>>8)); in regularLoop() 629 error.put((byte)diff); in regularLoop() 768 * @return new delta for diff including b - <0 indicates an error
|
/third_party/node/deps/v8/src/objects/ |
H A D | module.cc | 86 Handle<Object> error) { in RecordError() 89 DCHECK(!error->IsTheHole(isolate)); in RecordError() 97 if (isolate->is_catchable_by_javascript(*error)) { in RecordError() 98 module->set_exception(*error); in RecordError() 384 // here accessing uninitialized variable error should be throwed. in GetExport() 85 RecordError(Isolate* isolate, Handle<Module> module, Handle<Object> error) RecordError() argument
|
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 131 if (gc->error) { in __indirect_glGetError() 132 /* Use internal error first */ in __indirect_glGetError() 133 retval = gc->error; in __indirect_glGetError() 134 gc->error = GL_NO_ERROR; in __indirect_glGetError() 141 retval = reply.error; in __indirect_glGetError() 590 ** Switch to new mode did not take effect, therefore an error in __indirect_glRenderMode() 591 ** occurred. When an error happens the server won't send us any in __indirect_glRenderMode()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | smime.c | 699 int error; in smime_cb() local 701 error = X509_STORE_CTX_get_error(ctx); in smime_cb() 703 if ((error != X509_V_ERR_NO_EXPLICIT_POLICY) in smime_cb() 704 && ((error != X509_V_OK) || (ok != 2))) in smime_cb()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | pcy_tree.c | 91 * Return value: <= 0 on error, or positive bit mask: 401 * Return value: <= 0 error, otherwise one of: 596 * Return value: <= 0 error, otherwise one of: 657 * X509_PCY_TREE_INTERNAL: Internal error, most likely malloc 692 goto error; in X509_policy_check() 704 goto error; in X509_policy_check() 709 goto error; in X509_policy_check() 720 error: in X509_policy_check()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 360 int error = 0; in pa_tagstruct_gets() local 382 error = 1; in pa_tagstruct_gets() 385 error = 0; in pa_tagstruct_gets() 389 if (error) in pa_tagstruct_gets()
|
/third_party/openssl/apps/ |
H A D | smime.c | 698 int error; in smime_cb() local 700 error = X509_STORE_CTX_get_error(ctx); in smime_cb() 702 if ((error != X509_V_ERR_NO_EXPLICIT_POLICY) in smime_cb() 703 && ((error != X509_V_OK) || (ok != 2))) in smime_cb()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 1015 errno = 0; // reset global error flag. in ParseArrayIndex() 1019 // Check if resulting integer is out-of-range or conversion error. in ParseArrayIndex() 1033 const char *GetGenericErrorMessage(GLenum error) in GetGenericErrorMessage() argument 1035 switch (error) in GetGenericErrorMessage() 1055 return "Unknown error."; in GetGenericErrorMessage() 1285 const char *GetGenericErrorMessage(EGLint error) in GetGenericErrorMessage() argument 1287 switch (error) in GetGenericErrorMessage() 1327 return "Unknown error."; in GetGenericErrorMessage()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 32 // the sequence of indices in the instruction. May return error if traversal 376 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeExtract() 377 return error; in ValidateCompositeExtract() 411 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeInsert() 412 return error; in ValidateCompositeInsert()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 168 e error 177 // err appends an fmt.Printf style error into l.diags for the given token. 354 func lex(source string) ([]*Token, []Diagnostic, error) { 408 func (p *parser) parse() error { 688 // unexpected emits an 'unexpected token error' for the i'th token. 690 p.err(p.toks[i], "syntax error: unexpected '%s'", p.toks[i].Text(p.lines)) 719 // err appends an fmt.Printf style error into l.diags for the given token. 733 func Parse(source string) (Results, error) {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 29 func ReadJSON(r io.Reader) (*Tree, string, error) { 35 func (t *Tree) Encode(revision string, w io.Writer) error { 283 err error 289 func (p *parser) parse() (*Tree, string, error) {
|
/third_party/openssl/crypto/x509/ |
H A D | pcy_tree.c | 91 * Return value: <= 0 on error, or positive bit mask: 401 * Return value: <= 0 error, otherwise one of: 596 * Return value: <= 0 error, otherwise one of: 657 * X509_PCY_TREE_INTERNAL: Internal error, most likely malloc 692 goto error; in X509_policy_check() 704 goto error; in X509_policy_check() 709 goto error; in X509_policy_check() 720 error: in X509_policy_check()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_composites.cpp | 32 // the sequence of indices in the instruction. May return error if traversal 376 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeExtract() 377 return error; in ValidateCompositeExtract() 411 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeInsert() 412 return error; in ValidateCompositeInsert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 168 e error 177 // err appends an fmt.Printf style error into l.diags for the given token. 354 func lex(source string) ([]*Token, []Diagnostic, error) { 408 func (p *parser) parse() error { 688 // unexpected emits an 'unexpected token error' for the i'th token. 690 p.err(p.toks[i], "syntax error: unexpected '%s'", p.toks[i].Text(p.lines)) 719 // err appends an fmt.Printf style error into l.diags for the given token. 733 func Parse(source string) (Results, error) {
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | setup.hpp | 7 # error "Both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE can't be defined at the same time" 76 # error "GLM_MODEL undefined, your compiler may not be supported by GLM. Add #define GLM_MODEL 0 to ignore this message." 633 # error Define GLM_FORCE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space. 659 # error Define GLM_FORCE_LEFT_HANDED instead of GLM_LEFT_HANDED left handed coordinate system by default.
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | typearith.h | 253 #error "need platform specific 128 bit multiplication and division" 531 #error "need platform specific 64 bit multiplication and division" 563 #error "define CONFIG_64 or CONFIG_32" 612 #error "adapt mul_size_t() and mulmod_size_t()"
|
/third_party/toybox/toys/pending/ |
H A D | dhcp6.c | 432 volatile int error = 0; in run_script() local 457 error = errno; in run_script() 460 if (error) { in run_script() 462 errno = error; in run_script()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 30 // the sequence of indices in the instruction. May return error if traversal 395 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeExtract() 396 return error; in ValidateCompositeExtract() 430 if (spv_result_t error = GetExtractInsertValueType(_, inst, &member_type)) { in ValidateCompositeInsert() 431 return error; in ValidateCompositeInsert()
|
/third_party/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 168 e error 177 // err appends an fmt.Printf style error into l.diags for the given token. 354 func lex(source string) ([]*Token, []Diagnostic, error) { 408 func (p *parser) parse() error { 688 // unexpected emits an 'unexpected token error' for the i'th token. 690 p.err(p.toks[i], "syntax error: unexpected '%s'", p.toks[i].Text(p.lines)) 719 // err appends an fmt.Printf style error into l.diags for the given token. 733 func Parse(source string) (Results, error) {
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 215 IMAGE_LOGE("SetPixelsAddr error type %{public}d ", type); in SetPixelsAddr() 317 IMAGE_LOGE("[ImageUtil]image size error"); in GetYUVByteCount() 538 IMAGE_LOGE("AllocSharedMemory fd error"); in AllocSharedMemory() 543 IMAGE_LOGE("AshmemSetProt error"); in AllocSharedMemory() 549 IMAGE_LOGE("mmap error, errno: %{public}s, fd %{public}d, bufferSize %{public}lld", in AllocSharedMemory() 658 IMAGE_LOGE("calloc parameter bufferSize:[%{public}d] error.", bufferSize); in Create() 748 int error; in Create() local 749 return Create(source, srcRect, opts, error); in Create() 805 IMAGE_LOGE("SourceCropAndConvert parameter bufferSize:[%{public}d] error.", bufferSize); in SourceCropAndConvert() 909 int32_t error; in CopyPixelMap() local 936 CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) CopyPixelMap() argument 2529 ReadPropertiesFromParcel(Parcel &parcel, ImageInfo &imgInfo, AllocatorType &allocatorType, int32_t &bufferSize, PIXEL_MAP_ERR &error) ReadPropertiesFromParcel() argument 2595 ReadMemInfoFromParcel(Parcel &parcel, PixelMemInfo &pixelMemInfo, PIXEL_MAP_ERR &error) ReadMemInfoFromParcel() argument 2672 PIXEL_MAP_ERR error; Unmarshalling() local 2681 Unmarshalling(Parcel &parcel, PIXEL_MAP_ERR &error) Unmarshalling() argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci.c | 1472 ((mrq->cmd && mrq->cmd->error) || in sdhci_needs_reset() 1473 (mrq->sbc && mrq->sbc->error) || in sdhci_needs_reset() 1474 (mrq->data && mrq->data->stop && mrq->data->stop->error) || in sdhci_needs_reset() 1540 * The controller needs a reset of internal state machines upon error in __sdhci_finish_data() 1543 if (data->error) { in __sdhci_finish_data() 1558 * in the event of an error. in __sdhci_finish_data() 1560 if (data->error) in __sdhci_finish_data() 1568 * b) error in multiblock transfer in __sdhci_finish_data() 1572 data->error)) { in __sdhci_finish_data() 1589 data->stop->error in __sdhci_finish_data() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci.c | 1494 ((mrq->cmd && mrq->cmd->error) || in sdhci_needs_reset() 1495 (mrq->sbc && mrq->sbc->error) || in sdhci_needs_reset() 1496 (mrq->data && mrq->data->stop && mrq->data->stop->error) || in sdhci_needs_reset() 1562 * The controller needs a reset of internal state machines upon error in __sdhci_finish_data() 1565 if (data->error) { in __sdhci_finish_data() 1581 * in the event of an error. in __sdhci_finish_data() 1583 if (data->error) in __sdhci_finish_data() 1591 * b) error in multiblock transfer in __sdhci_finish_data() 1595 data->error)) { in __sdhci_finish_data() 1612 data->stop->error in __sdhci_finish_data() [all...] |
/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 149 * Recoverable errors are DMA Internal error, SOF Early, EOF Early 363 * @err: Whether the descriptor has an error. 1081 * Return: '0' on success and failure value on error 1275 * Return: '0' on success and failure value on error 1293 * Return: '0' on success and failure value on error 1694 * Return: '0' on success and failure value on error 1727 * Return: '0' on success and failure value on error 1835 * An error occurred. If C_FLUSH_ON_FSYNC is enabled and the in xilinx_dma_irq_handler() 1836 * error is recoverable, ignore it. Otherwise flag the error in xilinx_dma_irq_handler() [all...] |