Home
last modified time | relevance | path

Searched refs:error (Results 3101 - 3125 of 17290) sorted by relevance

1...<<121122123124125126127128129130>>...692

/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dreport.rs14 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 DSwapChainGL.cpp37 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 Dftbdf.h25 #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 Dftlcdfil.h27 #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 Dftotval.h36 #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 Dftpfr.h25 #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 Dftsnames.h30 #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 Dreport.rs14 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()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-target.c115 * values between themselves, typically error values.
1002 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
1960 * This function gets called on the error paths of the constructor, so we
2086 static bool at_least_one_arg(struct dm_arg_set *as, char **error) in at_least_one_arg() argument
2089 *error = "Insufficient args"; in at_least_one_arg()
2097 char **error) in parse_metadata_dev()
2103 if (!at_least_one_arg(as, error)) in parse_metadata_dev()
2109 *error = "Error opening metadata device"; in parse_metadata_dev()
2122 char **error) in parse_cache_dev()
2126 if (!at_least_one_arg(as, error)) in parse_cache_dev()
2096 parse_metadata_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_metadata_dev() argument
2121 parse_cache_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_cache_dev() argument
2140 parse_origin_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_origin_dev() argument
2164 parse_block_size(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_block_size() argument
2198 parse_features(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_features() argument
2254 parse_policy(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_policy() argument
2278 parse_cache_args(struct cache_args *ca, int argc, char **argv, char **error) parse_cache_args() argument
2369 create_cache_policy(struct cache *cache, struct cache_args *ca, char **error) create_cache_policy() argument
2430 char **error = &ca->ti->error; cache_create() local
2714 cache_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *error) cache_end_io() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-target.c46 * values between themselves, typically error values.
935 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
1909 * This function gets called on the error paths of the constructor, so we
2035 static bool at_least_one_arg(struct dm_arg_set *as, char **error) in at_least_one_arg() argument
2038 *error = "Insufficient args"; in at_least_one_arg()
2046 char **error) in parse_metadata_dev()
2051 if (!at_least_one_arg(as, error)) in parse_metadata_dev()
2057 *error = "Error opening metadata device"; in parse_metadata_dev()
2070 char **error) in parse_cache_dev()
2074 if (!at_least_one_arg(as, error)) in parse_cache_dev()
2045 parse_metadata_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_metadata_dev() argument
2069 parse_cache_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_cache_dev() argument
2088 parse_origin_dev(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_origin_dev() argument
2112 parse_block_size(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_block_size() argument
2146 parse_features(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_features() argument
2202 parse_policy(struct cache_args *ca, struct dm_arg_set *as, char **error) parse_policy() argument
2226 parse_cache_args(struct cache_args *ca, int argc, char **argv, char **error) parse_cache_args() argument
2317 create_cache_policy(struct cache *cache, struct cache_args *ca, char **error) create_cache_policy() argument
2378 char **error = &ca->ti->error; cache_create() local
2663 cache_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *error) cache_end_io() argument
[all...]
/third_party/python/Python/
H A Dsymtable.c9 /* error strings used for warnings */
321 goto error; in _PySymtable_Build()
325 goto error; in _PySymtable_Build()
332 goto error; in _PySymtable_Build()
337 goto error; in _PySymtable_Build()
356 error: in _PySymtable_Build()
463 visible names - if they do not, a syntax error is raised. After doing
600 goto error; in analyze_cells()
602 goto error; in analyze_cells()
605 error in analyze_cells()
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dhorizon.c721 // very serious error, should never occur in hrz_open_rx()
933 PRINTD (DBG_RX|DBG_WARN, "RX error: other PCI Bus Master RX still in progress!"); in rx_schedule()
1099 PRINTD (DBG_TX|DBG_WARN, "TX error: other PCI Bus Master TX still in progress!"); in tx_schedule()
1557 /* signed for error return */ in hrz_send()
2095 int error; in hrz_open() local
2117 error = vpivci_to_channel (&channel, vpi, vci); in hrz_open()
2118 if (error) { in hrz_open()
2120 return error; in hrz_open()
2199 error = check_max_sdu (vcc.aal, txtp, max_tx_size); in hrz_open()
2200 if (error) { in hrz_open()
[all...]
/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dhpi6205.c29 /* HPI6205 specific error codes */
229 phr->error = HPI_ERROR_INVALID_FUNC; in subsys_message()
253 if (pending_cache_error && !phr->error) in control_message()
254 phr->error = pending_cache_error; in control_message()
266 phr->error = HPI_ERROR_INVALID_FUNC; in control_message()
289 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in outstream_message()
333 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in instream_message()
386 phr->error = HPI_ERROR_PROCESSING_MESSAGE; in _HPI_6205()
419 phr->error = HPI_ERROR_INVALID_TYPE; in _HPI_6205()
433 phr->error in HPI_6205()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c146 goto error; in upload_code()
165 goto error; in upload_code()
188 goto error; in upload_code()
193 "Internal error while downloading." in upload_code()
197 goto error; in upload_code()
204 error: in upload_code()
238 goto error; in handle_version_mismatch()
242 goto error; in handle_version_mismatch()
253 error: in handle_version_mismatch()
274 goto error; in upload_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c145 goto error; in upload_code()
164 goto error; in upload_code()
187 goto error; in upload_code()
192 "Internal error while downloading." in upload_code()
196 goto error; in upload_code()
203 error: in upload_code()
237 goto error; in handle_version_mismatch()
241 goto error; in handle_version_mismatch()
252 error: in handle_version_mismatch()
273 goto error; in upload_firmware()
[all...]
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpi6205.c29 /* HPI6205 specific error codes */
229 phr->error = HPI_ERROR_INVALID_FUNC; in subsys_message()
253 if (pending_cache_error && !phr->error) in control_message()
254 phr->error = pending_cache_error; in control_message()
266 phr->error = HPI_ERROR_INVALID_FUNC; in control_message()
289 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in outstream_message()
333 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in instream_message()
386 phr->error = HPI_ERROR_PROCESSING_MESSAGE; in _HPI_6205()
419 phr->error = HPI_ERROR_INVALID_TYPE; in _HPI_6205()
433 phr->error in HPI_6205()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp149 astcenc_error error; member
166 astcenc_error error; member
207 // Leading whitespace is an error in is_float()
240 astcenc_error error = astcenc_compress_image( in compression_workload_runner() local
248 // This is a racy update, so which error gets returned is a random, but it in compression_workload_runner()
249 // will reliably report an error if an error occurs in compression_workload_runner()
250 if (error != ASTCENC_SUCCESS) in compression_workload_runner()
252 work->error = error; in compression_workload_runner()
271 astcenc_error error = astcenc_decompress_image( decompression_workload_runner() local
348 bool error; load_uncomp_file() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c130 goto error; in usb_ref_device()
135 goto error; in usb_ref_device()
141 goto error; in usb_ref_device()
148 goto error; in usb_ref_device()
170 goto error; in usb_ref_device()
185 goto error; in usb_ref_device()
187 goto error; in usb_ref_device()
202 goto error; in usb_ref_device()
204 goto error; in usb_ref_device()
226 error in usb_ref_device()
915 int error = 0; usb_ioctl_f_sub() local
1740 int error; usb_fifo_put_data_linear() local
1880 int error; usb_fifo_get_data_linear() local
2020 int error = 0; usb_read_symlink() local
[all...]
/third_party/python/Modules/
H A Dmathmodule.c168 can't be represented exactly the small error in x+g-0.5 can be magnified
170 correction is to multiply by (1 + e*g/(x+g-0.5)), where e is the error
252 rational function in 1/x. This also reduces the error for in lanczos_sum()
353 /* compute error in sum */ in m_tgamma()
448 Implementations of the error function erf(x) and the complementary error
518 Complementary error function, via continued fraction expansion.
580 /* Complementary error function erfc(x), for general x. */
710 will be computed exactly, with no rounding error in m_remainder()
796 * and we get significant cancellation error fro in m_log2()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_pble.c102 goto error; in i40iw_hmc_init_pble()
105 goto error; in i40iw_hmc_init_pble()
109 error:i40iw_destroy_pble_pool(dev, pble_rsrc); in i40iw_hmc_init_pble()
273 goto error; in add_bp_pages()
281 goto error; in add_bp_pages()
293 goto error; in add_bp_pages()
309 goto error; in add_bp_pages()
314 error: in add_bp_pages()
380 goto error; in add_pble_pool()
389 goto error; in add_pble_pool()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc_mbim.c230 goto error; in cdc_mbim_tx_fixup()
234 goto error; in cdc_mbim_tx_fixup()
256 goto error; in cdc_mbim_tx_fixup()
273 goto error; in cdc_mbim_tx_fixup()
279 goto error; in cdc_mbim_tx_fixup()
287 goto error; in cdc_mbim_tx_fixup()
296 error: in cdc_mbim_tx_fixup()
428 goto error; in cdc_mbim_rx_fixup()
433 goto error; in cdc_mbim_rx_fixup()
483 goto error; in cdc_mbim_rx_fixup()
[all...]
/kernel/linux/linux-5.10/drivers/s390/block/
H A Dscm_blk.c233 scmrq->error = BLK_STS_OK; in scm_request_init()
254 blk_status_t *error; in scm_request_finish() local
258 error = blk_mq_rq_to_pdu(scmrq->request[i]); in scm_request_finish()
259 *error = scmrq->error; in scm_request_finish()
360 if (scmrq->error == BLK_STS_TIMEOUT) in __scmrq_log_error()
363 SCM_LOG(1, "Request error"); in __scmrq_log_error()
370 scmrq->error); in __scmrq_log_error()
378 if (scmrq->error != BLK_STS_IOERR) in scm_blk_handle_error()
403 void scm_blk_irq(struct scm_device *scmdev, void *data, blk_status_t error) in scm_blk_irq() argument
421 blk_status_t *error = blk_mq_rq_to_pdu(req); scm_blk_request_done() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dp2pdma.c114 int error = -ENOMEM; in pci_p2pdma_setup() local
127 error = devm_add_action_or_reset(&pdev->dev, pci_p2pdma_release, pdev); in pci_p2pdma_setup()
128 if (error) in pci_p2pdma_setup()
133 error = sysfs_create_group(&pdev->dev.kobj, &p2pmem_group); in pci_p2pdma_setup()
134 if (error) in pci_p2pdma_setup()
144 return error; in pci_p2pdma_setup()
163 int error; in pci_p2pdma_add_resource() local
178 error = pci_p2pdma_setup(pdev); in pci_p2pdma_add_resource()
179 if (error) in pci_p2pdma_add_resource()
180 return error; in pci_p2pdma_add_resource()
[all...]
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_rdma.c395 goto error; in post_recv()
414 error: in post_recv()
429 /* When an error occurs between posting the recv and the send, in rdma_request()
661 goto error; in rdma_create_trans()
672 goto error; in rdma_create_trans()
684 goto error; in rdma_create_trans()
687 goto error; in rdma_create_trans()
692 goto error; in rdma_create_trans()
695 goto error; in rdma_create_trans()
702 goto error; in rdma_create_trans()
[all...]
/kernel/linux/linux-6.6/drivers/s390/block/
H A Dscm_blk.c232 scmrq->error = BLK_STS_OK; in scm_request_init()
253 blk_status_t *error; in scm_request_finish() local
257 error = blk_mq_rq_to_pdu(scmrq->request[i]); in scm_request_finish()
258 *error = scmrq->error; in scm_request_finish()
359 if (scmrq->error == BLK_STS_TIMEOUT) in __scmrq_log_error()
362 SCM_LOG(1, "Request error"); in __scmrq_log_error()
369 scmrq->error); in __scmrq_log_error()
377 if (scmrq->error != BLK_STS_IOERR) in scm_blk_handle_error()
402 void scm_blk_irq(struct scm_device *scmdev, void *data, blk_status_t error) in scm_blk_irq() argument
420 blk_status_t *error = blk_mq_rq_to_pdu(req); scm_blk_request_done() local
[all...]

Completed in 30 milliseconds

1...<<121122123124125126127128129130>>...692