/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | report.rs | 14 pub fn error(&mut self, sp: impl ToTokens, msg: impl Display) { in error() functions 18 pub fn push(&mut self, error: Error) { in push() 19 self.errors.push(error); in push()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | report.rs | 14 pub fn error(&mut self, sp: impl ToTokens, msg: impl Display) { in error() functions 18 pub fn push(&mut self, error: Error) { in push() 19 self.errors.push(error); in push()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | report.rs | 14 pub fn error(&mut self, sp: impl ToTokens, msg: impl Display) { in error() functions 18 pub fn push(&mut self, error: Error) { in push() 19 self.errors.push(error); in push()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SwapChainGL.cpp | 37 DawnSwapChainError error = im.GetNextTexture(im.userData, &next); in GetNextTextureImpl() local 38 if (error) { in GetNextTextureImpl() 39 GetDevice()->HandleError(InternalErrorType::Internal, error); in GetNextTextureImpl()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftbdf.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 151 * FreeType error code. 0~means success. 154 * This function only works with BDF faces, returning an error otherwise. 182 * FreeType error code. 0~means success. 185 * This function works with BDF _and_ PCF fonts. It returns an error 186 * otherwise. It also returns an error if the property is not in the 197 * In case of error, `aproperty->type` is always set to
|
H A D | ftlcdfil.h | 27 #error "freetype.h of FreeType 1 has been loaded!" 28 #error "Please fix the directory search order for header files" 29 #error "so that freetype.h of FreeType 2 is found first." 194 * FreeType error code. 0~means success. 232 * FreeType error code. 0~means success. 286 * FreeType error code. 0~means success.
|
H A D | ftotval.h | 36 #error "freetype.h of FreeType 1 has been loaded!" 37 #error "Please fix the directory search order for header files" 38 #error "so that freetype.h of FreeType 2 is found first." 124 * actually does the text layout can access those tables without error 152 * FreeType error code. 0~means success. 155 * This function only works with OpenType fonts, returning an error
|
H A D | ftpfr.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 83 * FreeType error code. 0~means success. 86 * If the input face is not a PFR, this function will return an error. 122 * FreeType error code. 0~means success. 160 * FreeType error code. 0~means success.
|
H A D | ftsnames.h | 30 #error "freetype.h of FreeType 1 has been loaded!" 31 #error "Please fix the directory search order for header files" 32 #error "so that freetype.h of FreeType 2 is found first." 136 * This function always returns an error if the config macro 163 * FreeType error code. 0~means success. 177 * This function always returns an error if the config macro 240 * FreeType error code. 0~means success. 252 * This function always returns an error if the config macro
|
/third_party/rust/crates/cxx/syntax/ |
H A D | report.rs | 14 pub fn error(&mut self, sp: impl ToTokens, msg: impl Display) { in error() functions 18 pub fn push(&mut self, error: Error) { in push() 19 self.errors.push(error); in push()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() 344 return error; in CheckMemoryAccess() 362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess() 902 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateLoad() 1021 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateStore() 1044 if (auto error = CheckMemoryAccess(_, inst, first_access_index)) in ValidateCopyMemoryMemoryAccess() 1045 return error; in ValidateCopyMemoryMemoryAccess() [all...] |
H A D | validate_cfg.cpp | 442 /// Constructs an error message for construct validation errors 451 // TODO(umar): Add header block for continue constructs to error message in ConstructErrorString() 558 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() 560 return error; in StructuredSwitchChecks() 659 // Mark the upcoming blocks as seen now, but only error out if this block in ValidateStructuredSelections() 818 if (auto error = in StructuredControlFlowChecks() 820 return error; in StructuredControlFlowChecks() 825 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() 826 return error; in StructuredControlFlowChecks() 930 if (auto error in PerformCfgChecks() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_memory.cpp | 343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() 344 return error; in CheckMemoryAccess() 362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess() 902 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateLoad() 1021 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateStore() 1044 if (auto error = CheckMemoryAccess(_, inst, first_access_index)) in ValidateCopyMemoryMemoryAccess() 1045 return error; in ValidateCopyMemoryMemoryAccess() [all...] |
H A D | validate_cfg.cpp | 442 /// Constructs an error message for construct validation errors 451 // TODO(umar): Add header block for continue constructs to error message in ConstructErrorString() 558 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() 560 return error; in StructuredSwitchChecks() 659 // Mark the upcoming blocks as seen now, but only error out if this block in ValidateStructuredSelections() 818 if (auto error = in StructuredControlFlowChecks() 820 return error; in StructuredControlFlowChecks() 825 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() 826 return error; in StructuredControlFlowChecks() 930 if (auto error in PerformCfgChecks() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 508 auto error = std::make_shared<ParamError>("ValuesBucket is invalid."); in ParseSendableValuesBucket() local 509 CHECK_RETURN_SET(status == napi_ok && length > 0, error); in ParseSendableValuesBucket() 641 CHECK_RETURN_NULL(!(context->error) || context->error->GetCode() == OK); in Insert() 682 CHECK_RETURN_NULL(context->error == nullptr || context->error->GetCode() == OK); in BatchInsert() 710 CHECK_RETURN_NULL(context->error == nullptr || context->error->GetCode() == OK); in Delete() 749 CHECK_RETURN_NULL(context->error == nullptr || context->error in Update() 1442 SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError) SetBusinessError() argument [all...] |
/third_party/python/Python/ |
H A D | context.c | 221 goto error; in PyContextVar_Get() 252 error: in PyContextVar_Get() 918 goto error; in contextvar_tp_repr() 923 goto error; in contextvar_tp_repr() 927 goto error; in contextvar_tp_repr() 933 goto error; in contextvar_tp_repr() 938 goto error; in contextvar_tp_repr() 942 goto error; in contextvar_tp_repr() 949 goto error; in contextvar_tp_repr() 953 goto error; in contextvar_tp_repr() [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 138 infoSink.info << sourceLoc.getFilenameStr() << "(" << sourceLoc.line << "): error at column " << sourceLoc.column in parseShaderStrings() 191 error(loc, "unimplemented: structure type in image or buffer", "", ""); in getLayoutFromTxType() 211 error(loc, "unknown basic type in image format", "", ""); in getLayoutFromTxType() 217 // Both test and if necessary, spit out an error, to see if the node is really 220 // Returns true if there was an error. 231 error(loc, "operator[] on a non-RW texture must be an r-value", "", ""); in lValueErrorCheck() 253 // Most things are passed through unmodified, except for error checking. 430 // For partial writes, an error is generated. in handleLvalue() 440 error(loc, "unimplemented: partial image updates", "", ""); in handleLvalue() 569 // Returns true if there is no error [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 29 static void error(const char *fmt,...) // {{{ in error() function 172 error("Unsupported output-order value %s, using 'normal'!",val); in ppdDefaultOrder() 383 error("Bad value (%d) for orientation-requested, using 0 degrees", in getParameters() 476 error("Unsupported sides value %s, using sides=one-sided!",val); in getParameters() 484 error("Unsupported number-up value %d, using number-up=1!",nup); in getParameters() 494 error("Unsupported number-up-layout %s, using number-up-layout=lrtb!",val); in getParameters() 503 error("Unsupported page-border value %s, using page-border=none!",val); in getParameters() 545 error("Unsupported page-set value %s, using page-set=all!",val); in getParameters() 572 error("Unsupported booklet value %s, using booklet=off!",val); in getParameters() 578 error("Unsupporte in getParameters() [all...] |
/third_party/libsnd/src/ |
H A D | flac.c | 183 "Nothing to do but to error out.\n" , in flac_buffer_copy() 185 psf->error = SFE_FLAC_CHANNEL_COUNT_CHANGED ; in flac_buffer_copy() 196 psf->error = SFE_INTERNAL ; in flac_buffer_copy() 348 if (*bytes > 0 && psf->error == 0) 359 if (psf->error) 370 if (psf->error) 455 "Nothing to do but to error out.\n" , 457 psf->error = SFE_FLAC_CHANNEL_COUNT_CHANGED ; 546 psf->error = SFE_FLAC_LOST_SYNC ; 549 psf->error 690 int error = 0 ; flac_open() local [all...] |
H A D | wav.c | 164 int format, subformat, error, blockalign = 0, framesperblock = 0 ; in wav_open() local 174 { if ((error = wav_read_header (psf, &blockalign, &framesperblock))) in wav_open() 175 return error ; in wav_open() 244 error = pcm_init (psf) ; in wav_open() 248 error = ulaw_init (psf) ; in wav_open() 252 error = alaw_init (psf) ; in wav_open() 257 error = float32_init (psf) ; in wav_open() 261 error = double64_init (psf) ; in wav_open() 265 error = wavlike_ima_init (psf, blockalign, framesperblock) ; in wav_open() 269 error in wav_open() 311 int parsestage = 0, error, format = 0 ; wav_read_header() local 1143 int error, has_data = SF_FALSE ; wav_write_header() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 448 /// Constructs an error message for construct validation errors 457 // TODO(umar): Add header block for continue constructs to error message in ConstructErrorString() 565 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() 567 return error; in StructuredSwitchChecks() 666 // Mark the upcoming blocks as seen now, but only error out if this block in ValidateStructuredSelections() 864 if (auto error = in StructuredControlFlowChecks() 866 return error; in StructuredControlFlowChecks() 871 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() 872 return error; in StructuredControlFlowChecks() 997 if (auto error in PerformCfgChecks() [all...] |
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 454 int error; member 813 ret.error = BUS_PROBE_GENERIC; in umass_probe_proto() 845 ret.error = ENXIO; in umass_probe_proto() 850 ret.error = ENXIO; in umass_probe_proto() 907 return (temp.error); in umass_probe() 1211 umass_tr_error(struct usb_xfer *xfer, usb_error_t error) in umass_tr_error() argument 1215 if (error != USB_ERR_CANCELLED) { in umass_tr_error() 1216 DPRINTF_UMASS(sc, UDMASS_GEN, "transfer error, %s -> " in umass_tr_error() 1217 "reset\n", usbd_errstr(error)); in umass_tr_error() 1275 umass_t_bbb_reset1_callback(struct usb_xfer *xfer, usb_error_t error) in umass_t_bbb_reset1_callback() argument 1325 umass_t_bbb_reset2_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_reset2_callback() argument 1332 umass_t_bbb_reset3_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_reset3_callback() argument 1339 umass_t_bbb_data_clear_stall_callback(struct usb_xfer *xfer, uint8_t next_xfer, uint8_t stall_xfer, usb_error_t error) umass_t_bbb_data_clear_stall_callback() argument 1363 umass_t_bbb_command_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_command_callback() argument 1451 umass_t_bbb_data_callback(struct usb_xfer *xfer, usb_error_t error, uint8_t xfer_index) umass_t_bbb_data_callback() argument 1500 umass_t_bbb_data_read_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_data_read_callback() argument 1506 umass_t_bbb_data_rd_cs_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_data_rd_cs_callback() argument 1513 umass_t_bbb_data_write_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_data_write_callback() argument 1519 umass_t_bbb_data_wr_cs_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_data_wr_cs_callback() argument 1526 umass_t_bbb_status_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_bbb_status_callback() argument 1733 umass_t_cbi_reset1_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_reset1_callback() argument 1804 umass_t_cbi_reset2_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_reset2_callback() argument 1811 umass_t_cbi_reset3_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_reset3_callback() argument 1823 umass_t_cbi_reset4_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_reset4_callback() argument 1830 umass_t_cbi_data_clear_stall_callback(struct usb_xfer *xfer, uint8_t next_xfer, uint8_t stall_xfer, usb_error_t error) umass_t_cbi_data_clear_stall_callback() argument 1858 umass_t_cbi_command_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_command_callback() argument 1938 umass_t_cbi_data_read_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_data_read_callback() argument 1987 umass_t_cbi_data_rd_cs_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_data_rd_cs_callback() argument 1994 umass_t_cbi_data_write_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_data_write_callback() argument 2043 umass_t_cbi_data_wr_cs_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_data_wr_cs_callback() argument 2050 umass_t_cbi_status_callback(struct usb_xfer *xfer, usb_error_t error) umass_t_cbi_status_callback() argument [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 167 * @brief Return an FP32 NaN value for use in error colors. 199 // If we detected an error-block, blow up immediately. in decompress_symbolic_block() 330 // If we detected an error-block, blow up immediately. in compute_symbolic_block_difference_2plane() 367 // Unpack and compute error for each texel in the partition in compute_symbolic_block_difference_2plane() 377 // Compare error using a perceptual decode metric for RGBM textures in compute_symbolic_block_difference_2plane() 391 // Compute error based on decoded RGBM color in compute_symbolic_block_difference_2plane() 407 vfloat4 error = oldColor - color; in compute_symbolic_block_difference_2plane() local 408 error = min(abs(error), 1e15f); in compute_symbolic_block_difference_2plane() 409 error in compute_symbolic_block_difference_2plane() 504 vfloat4 error = oldColor - color; compute_symbolic_block_difference_1plane() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_worker_process.cc | 82 auto error = errno; in drop_privileges() local 84 << xsi_strerror(error, errbuf.data(), errbuf.size()); in drop_privileges() 88 auto error = errno; in drop_privileges() local 90 << xsi_strerror(error, errbuf.data(), errbuf.size()); in drop_privileges() 94 auto error = errno; in drop_privileges() local 96 << xsi_strerror(error, errbuf.data(), errbuf.size()); in drop_privileges() 159 auto error = errno; in ipc_readcb() local 160 LOG(ERROR) << "Failed to read data from ipc channel: errno=" << error; in ipc_readcb() 419 auto error = errno; in send_ready_event() local 422 << xsi_strerror(error, errbu in send_ready_event() 682 auto error = errno; worker_process_event_loop() local 689 auto error = errno; worker_process_event_loop() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | binary.cpp | 83 // Otherwise returns an error code and issues a diagnostic. 98 // On failure, returns an error code and issues a diagnostic. 109 // new entry on to the operands vector. Otherwise returns an error code and 132 // the input stream, and for the given error code. Any data written to the 135 spvtools::DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() argument 137 "", error); in diagnostic() 140 // Returns a diagnostic stream object with the default parse error code. 259 // It turns out there is no way to trigger this error since the only 262 << "Internal error: unhandled header parse failure"; 265 if (auto error [all...] |