Home
last modified time | relevance | path

Searched refs:error (Results 5901 - 5925 of 6697) sorted by relevance

1...<<231232233234235236237238239240>>...268

/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc311 GeneratorContext* context, std::string* error) const { in Generate()
323 *error = "Unknown generator option: " + options[i].first; in Generate()
404 // import statement would result in a syntax error from the presence of in PrintImports()
/third_party/python/Lib/test/
H A Dtest_hashlib.py118 except ModuleNotFoundError as error:
120 warnings.warn('Did a C extension fail to compile? %s' % error)
/third_party/rust/crates/syn/src/
H A Dgenerics.rs580 return Err(lookahead.error()); in parse()
623 Err(lookahead.error()) in parse()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs6 use std::error;
24 /// An error that can occur while translating an `Ast` to a `Hir`.
27 /// The kind of error.
30 /// span in an error is a valid range into this string.
32 /// The span of this error, derived from the Ast given to the translator.
37 /// Return the type of this error.
42 /// The original pattern string in which this error occurred.
44 /// Every span reported by this error is reported in terms of this string.
49 /// Return the span at which this error occurred.
55 /// The type of an error tha
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.c545 * passes fail, then it's a fatal error. in process_file()
1025 #error "Please use a compiler that supports __atomic builtins" in lookup_all()
1048 /* else it's an error */ in lookup_all()
1330 #error "Please use a compiler that supports __atomic builtins" in stats()
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs7 use crate::error::{ErrorKind, ParseError};
19 /// # use nom::{Err, error::ErrorKind, Needed};
49 /// # use nom::{Err, error::ErrorKind, Needed};
82 /// # use nom::{Err, error::ErrorKind, Needed};
115 /// # use nom::{Err, error::ErrorKind, Needed};
148 /// # use nom::{Err, error::ErrorKind, Needed};
180 /// # use nom::{Err, error::ErrorKind, Needed};
212 /// # use nom::{Err, error::ErrorKind, Needed};
232 /// # use nom::{Err, error::ErrorKind, Needed};
252 /// # use nom::{Err, error
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1384 std::string error = std::string("Format (") + in checkSupport() local
1386 TCU_THROW(NotSupportedError, error.c_str()); in checkSupport()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c21 #error Do not define both of poll and epoll
25 #error Do not define both of poll and kqueue
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c21 #error Do not define both of poll and epoll
25 #error Do not define both of poll and kqueue
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py71 except OSError as error:
72 summary("Could not find wpa_supplicant: %s", str(error))
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c1961 goto error; in l2cap_init_sockets()
1968 goto error; in l2cap_init_sockets()
1975 error: in l2cap_init_sockets()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c848 * Returns zero on success or an error code on failure.
958 * Returns zero on success or an error code on failure.
1574 struct i915_gpu_error *const error = &engine->i915->gpu_error; in intel_engine_dump() local
1606 drm_printf(m, "\tReset count: %d (global %d)\n", i915_reset_engine_count(error, engine), i915_reset_count(error)); in intel_engine_dump()
1705 * We are called by the error capture, reset and to dump engine in intel_engine_find_active_request()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.c753 bool error = false; in kbase_kcpu_cqs_wait_process() local
759 error = true; in kbase_kcpu_cqs_wait_process()
764 error); in kbase_kcpu_cqs_wait_process()
1235 * Return: 0 if fence wait is blocked, 1 if it is unblocked, negative error if
1236 * an error has occurred and fence should no longer be waited on.
1278 * - Negative error code to represent that some error has occurred such in kbase_kcpu_fence_wait_process()
1617 * there was an error or the queue itself is in kcpu_queue_process()
1620 * TBD: handle the error in kcpu_queue_process()
1639 * there was an error o in kcpu_queue_process()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdh_sdmmc.c320 sd_err(("%s: error for read SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err)); in sdioh_enable_func_intr()
334 sd_err(("%s: error for write SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err)); in sdioh_enable_func_intr()
355 sd_err(("%s: error for read SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err)); in sdioh_disable_func_intr()
370 sd_err(("%s: error for write SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err)); in sdioh_disable_func_intr()
1087 /* Any error on CMD53 transaction should abort that function using function 0. */ in sdioh_request_word()
1247 err_ret = mmc_cmd.error? mmc_cmd.error : mmc_dat.error; in sdioh_request_packet_chain()
1626 sd_err(("%s Failed, error = %d\n", __FUNCTION__, ret)); in sdioh_start()
/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c216 const char *error = aom_codec_error(&ctx->encoder); in log_encoder_error() local
219 av_log(avctx, AV_LOG_ERROR, "%s: %s\n", desc, error); in log_encoder_error()
1053 * @return a negative AVERROR on error
1085 avctx->error[i] += cx_frame->sse[i + 1]; in storeframe()
1114 * @return AVERROR(EINVAL) on output size error
1115 * @return AVERROR(ENOMEM) on coded frame queue data allocation error
1352 { "error-resilience", "Error resilience configuration", OFFSET(error_resilient), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, VE, "er"},
H A Dlibvpxenc.c194 const char *error = vpx_codec_error(&ctx->encoder); in log_encoder_error() local
197 av_log(avctx, AV_LOG_ERROR, "%s: %s\n", desc, error); in log_encoder_error()
1236 * @return a negative AVERROR on error
1269 avctx->error[i] += cx_frame->sse[i + 1]; in storeframe()
1299 * @return AVERROR(EINVAL) on output size error
1300 * @return AVERROR(ENOMEM) on coded frame queue data allocation error
1828 { "error-resilient", "Error resilience configuration", OFFSET(error_resilient), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, VE, "er"}, \
1847 {"error_resilient", "enable error resilience", 0, AV_OPT_TYPE_CONST, {.i64 = VP8F_ERROR_RESILIENT}, INT_MIN, INT_MAX, VE, "flags"}, \
H A Dpngdec.c438 av_log(s->avctx, AV_LOG_ERROR, "inflate returned error %d\n", ret); in png_decode_idat()
597 goto error; in decode_ihdr_chunk()
603 goto error; in decode_ihdr_chunk()
615 error: in decode_ihdr_chunk()
/third_party/ffmpeg/libavformat/
H A Dhttp.c173 { "reconnect_on_network_error", "auto reconnect in case of tcp/tls error during connect", OFFSET(reconnect_on_network_error), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
351 /* return non zero if error */
567 reply_text = "Internal server error"; in http_write_reply()
607 static void handle_http_errors(URLContext *h, int error) in handle_http_errors() argument
609 av_assert0(error < 0); in handle_http_errors()
610 http_write_reply(h, error); in handle_http_errors()
802 /* error codes are 4xx and 5xx, but regard 401 as a success, so we in check_http_code()
808 av_log(h, AV_LOG_WARNING, "HTTP error %d %s\n", http_code, end); in check_http_code()
1235 * @return a negative value if an error condition occurred, 0 otherwise
1705 av_log(h, AV_LOG_WARNING, "Will reconnect at %"PRIu64" in %d second(s), error in http_read_stream()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c448 goto error; in snd_pcm_rate_hw_params()
460 goto error; in snd_pcm_rate_hw_params()
466 error: in snd_pcm_rate_hw_params()
1490 * \retval zero on success otherwise a negative error code
1669 * \retval zero on success otherwise a negative error code
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h104 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
131 #error Invalid UNITY_LONG_WIDTH specified! (32 or 64 are supported)
152 #error Invalid UNITY_POINTER_WIDTH specified! (16, 32 or 64 are supported)
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp41 error, ///< throw a parse_error exception in case of a tag member in detail::cbor_tag_handler_t
108 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) in sax_parse()
733 case cbor_tag_handler_t::error: in parse_cbor_internal()
2910 @param[in] detail a detailed error message
2918 std::string error_msg = "syntax error while parsing "; in exception_message()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y268 static void yyerror(const char *error)
270 fprintf(stderr, "error at line %d: %s\n", ir3_yyget_lineno(), error);
683 %error-verbose
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1634 VkResult error = VK_ERROR_OUT_OF_DEVICE_MEMORY; in lvp_AllocateMemory() local
1688 error = VK_ERROR_INVALID_EXTERNAL_HANDLE; in lvp_AllocateMemory()
1730 return vk_error(device, error); in lvp_AllocateMemory()
2022 * report this as the *closest* allowed error-code. It's not ideal, in lvp_BindImageMemory2()
/third_party/lwip/src/apps/mdns/
H A Dmdns.c73 #error "If you want to use MDNS with IPv4, you have to define LWIP_IGMP=1 in your lwipopts.h"
76 #error "If you want to use MDNS with IPv6, you have to define LWIP_IPV6_MLD=1 in your lwipopts.h"
79 #error "If you want to use MDNS, you have to define LWIP_UDP=1 in your lwipopts.h"
641 * An err_t is returned on error.
/third_party/lz4/programs/
H A Dlz4io.c117 #define END_PROCESS(error, ...) \
120 DISPLAYLEVEL(1, "Error %i : ", error); \
123 exit(error); \
151 if (!ret) END_PROCESS(21, "Allocation error : not enough memory"); in LZ4IO_defaultPreferences()
429 END_PROCESS(20, "%s : open file error ", input_filename); in LZ4IO_compressFilename_Legacy()
434 END_PROCESS(20, "%s : open file error ", input_filename); in LZ4IO_compressFilename_Legacy()
441 END_PROCESS(21, "Allocation error : not enough memory"); in LZ4IO_compressFilename_Legacy()
446 END_PROCESS(22, "Write error : cannot write header"); in LZ4IO_compressFilename_Legacy()
469 END_PROCESS(24, "Write error : cannot write compressed block"); in LZ4IO_compressFilename_Legacy()
566 if (!circularBuf) END_PROCESS(25, "Allocation error in LZ4IO_createDict()
[all...]

Completed in 54 milliseconds

1...<<231232233234235236237238239240>>...268