/third_party/curl/lib/ |
H A D | transfer.c | 56 #error "We can't compile without socket() support!" 422 * @param err error code in case of -1 return 423 * @return number of bytes read or -1 for error 511 goto out; /* real error */ in readwrite_data() 908 failf(data, "select/poll returned error"); in Curl_readwrite() 1100 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer() 1437 * request with an error page. To be sure that libcurl gets the page that in Curl_follow() 1462 * request with an error page. To be sure that libcurl gets the page that in Curl_follow() 1548 error can typically only happen on HTTP/2 level if the stream is safe in Curl_retry_request() 1574 error jus in Curl_retry_request() [all...] |
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 74 #error "too old GnuTLS version" 253 /* fatal error */ in handshake() 324 /* If GnuTLS was compiled without support for SRP it will error out if SRP is 346 error back at us */ in set_ssl_version_min_max() 464 infof(data, "error reading native ca store (%s), continuing anyway", in gtls_client_init() 482 infof(data, "error reading ca cert file %s (%s)%s", in gtls_client_init() 500 infof(data, "error reading ca cert file %s (%s)%s", in gtls_client_init() 519 failf(data, "error reading crl file %s (%s)", in gtls_client_init() 569 * removed if a run-time error indicates that SRP is not supported by this in gtls_client_init() 634 "error readin in gtls_client_init() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 1100 void error(TInfoSink& infoSink, const char*, EShLanguage unitStage = EShLangCount);
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 394 ".rlib" for rlibs. Note that the Rust compiler complains with an error
|
H A D | functions.cc | 38 // set the error accordingly if it's not. Returns true if the block is null. 140 // because we don't want to issue an error if the script ignores it. in FillTargetBlockScope() 221 assert(<condition> [, <error string>]) 223 If the condition is false, the build will fail with an error. If the 225 with the error message. 522 named scope foo. It will throw an error if foo is not defined or is not a 529 throw an error if foo is not defined or is not a scope, or if the 668 runtime error will be thrown. Therefore, it's good practice to minimize the 736 you will not get an error about unused variables for these. The 924 // Get the pool depth. It is an error t [all...] |
/third_party/glfw/src/ |
H A D | x11_platform.h | 569 // The previous X error handler, to be restored later 571 // Most recent error code received by X error handler 989 void _glfwInputErrorX11(int error, const char* message);
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 17 #include <alsa/error.h> 405 * Note: If there is no filter available an error is returned. The parameters should be reviewed for
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_sse_4.h | 38 #error "Include astcenc_vecmathlib.h, do not include directly"
|
H A D | astcenc_vecmathlib_none_4.h | 40 #error "Include astcenc_vecmathlib.h, do not include directly"
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 48 #error "Add some code here" 1012 * \retval zero on success otherwise a negative error code 1124 * \retval zero on success otherwise a negative error code 1142 * \retval zero on success otherwise a negative error code 1225 * \retval zero on success otherwise a negative error code 1284 * \retval zero on success otherwise a negative error code
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 270 #error C++ versions less than C++14 are not supported. 962 // in an error message from the compiler used to compile this code. 1040 GTEST_LOG_(FATAL) << #posix_call << "failed with error " << gtest_error
|
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 716 "Syntax error at index 1 in simple regular expression \"a\\\": "); in TEST() 1075 #error "Memory barrier not implemented on this platform." in Increment()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucase.cpp | 751 # error Unknown charset family! in ucase_getCaseLocale()
|
H A D | ucnv_io.cpp | 381 # error U_CHARSET_FAMILY is not valid 881 /* else this shouldn't happen. internal program error */ in ucnv_io_countAliases() 906 /* else this shouldn't happen. internal program error */ in ucnv_io_getAliases() 931 /* else this shouldn't happen. internal program error */ in ucnv_io_getAlias()
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 11 from .error import YAMLError
|
H A D | scanner.py | 29 from .error import MarkedYAMLError 257 # No? It's an error. Let's produce a nice error message. 500 # It's an error for the block entry to occur in the flow context, 582 # BLOCK-MAPPING-START. It will be detected as an error later by
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 62 * and an error code being returned. 279 #error "Unknown endian"
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 405 public void error(SAXParseException e) throws SAXException { in createRB()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 58 /** A message could not be parsed due to a syntactic error. */ 88 * This error code is experimental and may be changed or removed without notice. 95 * This error code can be returned only on server side if and only if early 97 * This error code can then be returned by mbedtls_ssl_handshake(), 113 /** Hardware acceleration function returned with error */ 127 /** Internal error (eg, unexpected failure in lower-level module) */ 148 /** The alert message received indicates a non-fatal error. */ 762 * or a non-zero error code. 787 * \returns Another negative error code on other kinds of failures. 811 * or a non-zero error cod [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls13_keys.c | 17 #include "mbedtls/error.h" 116 #error "The implementation of ssl_tls13_hkdf_encode_label() is not fit for the \ in ssl_tls13_hkdf_encode_label() 668 * \returns A negative error code on failure. 1332 * \returns A negative error code on failure. 1463 * \returns A negative error code on failure. 1570 * \returns A negative error code on failure.
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 450 # error "::std::string isn't available." 856 // expression is false, compiler will issue an error containing this identifier. 925 // in an error message from the compiler used to compile this code. 1006 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 6 #error This header should only be included if WebAssembly is enabled.
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.c | 79 #error Unsupported or unknown OS.
|
/third_party/node/src/tracing/ |
H A D | trace_event_common.h | 200 #error "Another copy of this file has already been included."
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 84 # error "No default device io operations! Cannot build ntfsfix. \ 534 ntfs_log_error("$MFT error: Incomplete multi " in fix_mftmirr() 542 ntfs_log_error("$MFT error: Invalid mft " in fix_mftmirr() 552 ntfs_log_error("$MFTMirr error: Incomplete " in fix_mftmirr() 559 ntfs_log_error("$MFTMirr error: Invalid mft " in fix_mftmirr() 725 /* keep the default upcase but return an error */ in fix_upcase() 776 * Returns NULL if not found (with no error message) 842 * The first error condition is having only in short_mft_selfloc_condition() 1175 * Returns 0 if the conditions for the error was met and 1176 * this error coul [all...] |