/third_party/node/deps/v8/src/objects/ |
H A D | js-segment-iterator.h | 8 #error Internationalization is expected to be enabled.
|
H A D | js-segmenter.h | 8 #error Internationalization is expected to be enabled.
|
H A D | js-segments.h | 8 #error Internationalization is expected to be enabled.
|
/third_party/mesa3d/src/util/ |
H A D | os_memory_aligned.h | 35 #error "Must not be included directly. Include os_memory.h instead"
|
/third_party/musl/include/fortify/linux/ |
H A D | poll.h | 17 #error "Never include this file directly; instead, include <poll.h>"
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_err.c | 23 {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 D | dh_err.c | 22 {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 D | txt_db.h | 44 long error; member
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_err.c | 23 "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 D | http_err.c | 22 "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 D | ocsp_err.c | 21 "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 D | bn_err.c | 25 {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 D | conf_err.c | 18 {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 D | dofile.pl | 65 print STDERR $args{error};
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | log_stubs.rs | 13 macro_rules! error { macros
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | error.rs | 8 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 D | error.rs | 8 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 D | toposort.rs | 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | error.rs | 8 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 D | toposort.rs | 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | toposort.rs | 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
/third_party/python/Tools/scripts/ |
H A D | fixnotice.py | 65 except getopt.error as msg:
|
H A D | rgrep.py | 27 except re.error as msg: 28 usage("error in regular expression: %s" % msg)
|
/third_party/rust/crates/cxx/syntax/ |
H A D | toposort.rs | 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
/third_party/openssl/util/ |
H A D | dofile.pl | 65 print STDERR $args{error};
|