Home
last modified time | relevance | path

Searched refs:error (Results 8851 - 8875 of 17664) sorted by relevance

1...<<351352353354355356357358359360>>...707

/third_party/node/deps/v8/src/objects/
H A Djs-segment-iterator.h8 #error Internationalization is expected to be enabled.
H A Djs-segmenter.h8 #error Internationalization is expected to be enabled.
H A Djs-segments.h8 #error Internationalization is expected to be enabled.
/third_party/mesa3d/src/util/
H A Dos_memory_aligned.h35 #error "Must not be included directly. Include os_memory.h instead"
/third_party/musl/include/fortify/linux/
H A Dpoll.h17 #error "Never include this file directly; instead, include <poll.h>"
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_err.c23 {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR), "error"},
25 "error decoding certificate"},
27 "error decrypting certificate"},
29 "error decrypting symmetric key"},
67 if (ERR_reason_error_string(CRMF_str_reasons[0].error) == NULL) in ossl_err_load_CRMF_strings()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_err.c22 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_DECODE_ERROR), "bn decode error"},
23 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_ERROR), "bn error"},
38 {ERR_PACK(ERR_LIB_DH, 0, DH_R_DECODE_ERROR), "decode error"},
45 {ERR_PACK(ERR_LIB_DH, 0, DH_R_KDF_PARAMETER_ERROR), "kdf parameter error"},
55 "parameter encoding error"},
56 {ERR_PACK(ERR_LIB_DH, 0, DH_R_PEER_KEY_ERROR), "peer key error"},
58 {ERR_PACK(ERR_LIB_DH, 0, DH_R_SHARED_INFO_ERROR), "shared info error"},
69 if (ERR_reason_error_string(DH_str_reasons[0].error) == NULL) in ossl_err_load_DH_strings()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtxt_db.h44 long error; member
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_err.c23 "error verifying pkcs12 mac"},
46 "passphrase callback error"},
71 if (ERR_reason_error_string(OSSL_STORE_str_reasons[0].error) == NULL) in ossl_err_load_OSSL_STORE_strings()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_err.c22 "error parsing asn1 length"},
24 "error parsing content length"},
25 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_URL), "error parsing url"},
26 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_RECEIVING), "error receiving"},
27 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_SENDING), "error sending"},
31 "header parse error"},
47 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_RECEIVED_ERROR), "received error"},
57 "response parse error"},
78 if (ERR_reason_error_string(HTTP_str_reasons[0].error) == NULL) in ossl_err_load_HTTP_strings()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_err.c21 "certificate verify error"},
26 "error in nextupdate field"},
28 "error in thisupdate field"},
68 if (ERR_reason_error_string(OCSP_str_reasons[0].error) == NULL) in ossl_err_load_OCSP_strings()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_err.c25 {ERR_PACK(ERR_LIB_BN, 0, BN_R_ENCODING_ERROR), "encoding error"},
52 if (ERR_reason_error_string(BN_str_reasons[0].error) == NULL) in ossl_err_load_BN_strings()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_err.c18 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_ERROR_LOADING_DSO), "error loading dso"},
31 "module initialization error"},
70 if (ERR_reason_error_string(CONF_str_reasons[0].error) == NULL) in ossl_err_load_CONF_strings()
/third_party/node/deps/openssl/openssl/util/
H A Ddofile.pl65 print STDERR $args{error};
/third_party/rust/crates/bindgen/bindgen/
H A Dlog_stubs.rs13 macro_rules! error { macros
/third_party/rust/crates/cxx/gen/src/
H A Derror.rs8 use std::error::Error as StdError;
60 pub(super) fn format_err(path: &Path, source: &str, error: Error) -> ! {
61 match error {
66 for error in syn_error {
68 display_syn_error(stderr, path, source, error);
79 let _ = writeln!(io::stderr(), "cxxbridge: {}", report(error));
85 pub(crate) fn report(error: impl StdError) -> impl Display {
91 let mut error: &dyn StdError = &self.0; in fmt() variables
93 while let Some(cause) = error.source() { in fmt()
95 error in fmt()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Derror.rs8 use std::error::Error as StdError;
60 pub(super) fn format_err(path: &Path, source: &str, error: Error) -> ! {
61 match error {
66 for error in syn_error {
68 display_syn_error(stderr, path, source, error);
79 let _ = writeln!(io::stderr(), "cxxbridge: {}", report(error));
85 pub(crate) fn report(error: impl StdError) -> impl Display {
91 let mut error: &dyn StdError = &self.0; in fmt() variables
93 while let Some(cause) = error.source() { in fmt()
95 error in fmt()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtoposort.rs42 cx.error(field, "unsupported cyclic data structure"); in visit()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Derror.rs8 use std::error::Error as StdError;
60 pub(super) fn format_err(path: &Path, source: &str, error: Error) -> ! {
61 match error {
66 for error in syn_error {
68 display_syn_error(stderr, path, source, error);
79 let _ = writeln!(io::stderr(), "cxxbridge: {}", report(error));
85 pub(crate) fn report(error: impl StdError) -> impl Display {
91 let mut error: &dyn StdError = &self.0; in fmt() variables
93 while let Some(cause) = error.source() { in fmt()
95 error in fmt()
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtoposort.rs42 cx.error(field, "unsupported cyclic data structure"); in visit()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtoposort.rs42 cx.error(field, "unsupported cyclic data structure"); in visit()
/third_party/python/Tools/scripts/
H A Dfixnotice.py65 except getopt.error as msg:
H A Drgrep.py27 except re.error as msg:
28 usage("error in regular expression: %s" % msg)
/third_party/rust/crates/cxx/syntax/
H A Dtoposort.rs42 cx.error(field, "unsupported cyclic data structure"); in visit()
/third_party/openssl/util/
H A Ddofile.pl65 print STDERR $args{error};

Completed in 16 milliseconds

1...<<351352353354355356357358359360>>...707