Home
last modified time | relevance | path

Searched refs:error (Results 8051 - 8075 of 15111) sorted by relevance

1...<<321322323324325326327328329330>>...605

/third_party/pulseaudio/src/modules/bluetooth/
H A Drtp.h79 #error "Unknown byte order"
/third_party/python/Include/cpython/
H A Dlongobject.h2 # error "this header file must not be included directly"
26 There are no error cases.
66 return -1 on error.
70 If is_signed is 0/false, it's an error if v < 0; else (v >= 0) n bytes
/third_party/python/Include/internal/
H A Dpycore_runtime.h8 # error "this header requires Py_BUILD_CORE define"
97 indicates an error occurred. The main interpreter will
162 Return NULL on success, or return an error message on failure. */
/third_party/pulseaudio/src/pulsecore/
H A Dstart-child.c40 #include <pulsecore/core-error.h>
/third_party/python/Include/
H A Dpyhash.h111 # error Py_HASH_CUTOFF must in range 0...7.
/third_party/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/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/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/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/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/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/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture_mock.cpp13 # error Frame capture must be disabled to include this file.
/third_party/vk-gl-cts/executor/
H A DxeContainerFormatParser.hpp84 void error (const std::string& what);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglplatform.h132 #error "Platform not recognized"
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.h42 void error(TSourceLoc loc, const char *reason, const char* token);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp65 return error(GL_OUT_OF_MEMORY); in bufferData()
H A Dmain.cpp103 // Records an error code
105 void error(GLenum errorCode) in error() function
/third_party/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/openssl/include/openssl/
H A Dtxt_db.h44 long error; member
/third_party/openssl/ohos_lite/include/internal/
H A Dnumbers.h35 # error "do not know the integer encoding on this architecture"
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Derrmsg.c11 * File error.c
26 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) in error() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DAAssetDataSource.cpp24 #error USE_FFMPEG should be defined in app.gradle
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Drange.hpp19 # error "GLM_GTX_range requires C++11 suppport or 'range for'"
/third_party/skia/src/sksl/ir/
H A DSkSLDoStatement.cpp21 context.fErrors->error(stmt->fLine, "do-while loops are not supported"); in Convert()
/third_party/skia/third_party/externals/dawn/src/dawn_node/
H A DModule.cpp26 Napi::Error::New(env, res.error).ThrowAsJavaScriptException(); in CreateGPU()

Completed in 14 milliseconds

1...<<321322323324325326327328329330>>...605