/third_party/curl/lib/vtls/ |
H A D | schannel_verify.c | 36 # error "Can't compile SCHANNEL support without SSPI." 741 failf(data, "schannel: CertGetCertificateChain trust error" in Curl_verify_certificate() 744 failf(data, "schannel: CertGetCertificateChain trust error" in Curl_verify_certificate() 747 failf(data, "schannel: CertGetCertificateChain trust error" in Curl_verify_certificate() 750 failf(data, "schannel: CertGetCertificateChain trust error" in Curl_verify_certificate() 753 failf(data, "schannel: CertGetCertificateChain trust error" in Curl_verify_certificate() 756 failf(data, "schannel: CertGetCertificateChain error mask: 0x%08lx", in Curl_verify_certificate()
|
/third_party/glfw/tests/ |
H A D | events.c | 28 // Log messages go to stdout, error messages to stderr 285 static void error_callback(int error, const char* description) in error_callback() argument
|
H A D | cursor.c | 76 static void error_callback(int error, const char* description) in error_callback() argument
|
/third_party/glfw/examples/ |
H A D | heightmap.c | 396 static void error_callback(int error, const char* description) in error_callback() argument
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | dmic-nhlt.c | 17 #include <alsa/error.h>
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt-processor.c | 18 #include <alsa/error.h> 489 fprintf(stderr, "error in nhlt processing\n"); in SND_TOPOLOGY_PLUGIN_DEFINE_FUNC()
|
/third_party/backends/sanei/ |
H A D | sanei_DomainOS.c | 77 #include <apollo/error.h> 113 /* This function is called error might have occurred, but it would be one that I 172 /* we have a failure, return an error code, and generate debug output */ in DomainSCSIOpen() 359 /* I fault out in this case because I want to know about this error, in DomainSCSIWait() 361 DBG(0, "Unrecoverable Domain/OS scsi handler error: status=%08x\n", status_list[count].op_status); in DomainSCSIWait() 365 /* Handle recognized error conditions by copying the error code over */ in DomainSCSIWait() 372 DBG(0, "Unrecoverable DomainOS scsi handler error: status=%08x\n", status_list[count].cmd_status.all); in DomainSCSIWait() 420 should generate an error. */ in DomainSCSIEnter()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 113 # error "Can't compile NTLM support without a crypto library with DES."
|
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
H A D | cmsis_clang_a.h | 31 #error Compiler must support ACLE V2.0
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 44 # error reimplement ubidi_writeReordered() for UTF-8, see comment above 319 /* more error checking */ in ubidi_writeReverse() 370 /* more error checking */ in ubidi_writeReordered()
|
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 41 #error "_KERNEL and _STANDALONE are mutually exclusive" 424 * * Generally, __predict_false() error condition checks (unless 426 * document it), and/or __predict_true() `no-error' condition 427 * checks, assuming you want to optimize for the no-error case.
|
/third_party/PyYAML/lib/yaml/ |
H A D | representer.py | 5 from .error import *
|
/third_party/libunwind/libunwind/include/ |
H A D | dwarf.h | 47 #error Could not find <link.h>
|
/third_party/mbedtls/library/ |
H A D | aesni.c | 29 #error "`__cpuid` required by MBEDTLS_AESNI_C is not supported by the compiler" 421 "MBEDTLS_AESNI_C is known to cause spurious error reports with some memory sanitizers as they do not understand the assembly code."
|
H A D | psa_crypto_ecp.c | 26 #include <mbedtls/error.h>
|
H A D | net_sockets.c | 25 #error "This module only works on Unix and Windows, see MBEDTLS_NET_C in mbedtls_config.h" 31 #include "mbedtls/error.h" 126 * Return 0 if the file descriptor is valid, an error otherwise.
|
H A D | psa_crypto_rsa.c | 26 #include <mbedtls/error.h> 506 /* Just to get the error status right, as rsa_set_padding() doesn't in psa_rsa_oaep_set_padding_mode()
|
/third_party/lame/libmp3lame/ |
H A D | encoder.c | 228 # error FFTOFFSET greater than 576: FFT uses a negative offset in lame_encode_frame_init()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 365 log.error('working directory does not look like project root') 406 log.exception('an error occurred:')
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.h | 89 * (useful for error messages). 628 /** Was there an error during compilation? */ 629 bool error; member
|
/third_party/ltp/include/old/ |
H A D | safe_macros.h | 13 #error "you must include test.h before this file"
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.cpp | 173 throw error(CL_INVALID_DEVICE); in device()
|
/third_party/mesa3d/src/glx/ |
H A D | driwindows_glx.c | 179 unsigned *error) in driwindows_create_context_attribs() 174 driwindows_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) driwindows_create_context_attribs() argument
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 6 #error This header should only be included if WebAssembly is enabled.
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_foozzie.py | 307 parser.error('Need either executable or config difference.') 564 print('# Internal error: %s' % e)
|