/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 67 int error; member 405 ctx->error = 1; in GET_TOK() 818 if (ctx->error) in tm2_decode_blocks() 899 l->error = 0; in decode_frame()
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 84 #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu 108 # include <qusec.h> /* error code structure */ 561 /* handle error cases*/ in uprv_trunc() 2113 Qus_EC_t error = { sizeof(Qus_EC_t) }; /* SPI error code */ local 2116 "* ", " ", &error); 2118 if (error.Bytes_Available == 0) { 2445 *status = U_UNSUPPORTED_ERROR; /* other unknown error. */
|
/third_party/mbedtls/library/ |
H A D | ssl_misc.h | 15 #include "mbedtls/error.h" 368 #error "Bad configuration - incoming record content too large." 372 #error "Bad configuration - outgoing record content too large." 376 #error "Bad configuration - incoming protected record payload too large." 380 #error "Bad configuration - outgoing protected record payload too large." 536 * it returns an SSL_BUFFER_TOO_SMALL error. 554 * returns #MBEDTLS_ERR_SSL_DECODE_ERROR error and pends a 1371 * \return 0 or non-zero error code. 2092 * \return A negative value if an error occurred while parsing the 2629 * \brief Convert given PSA status to mbedtls error cod [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 75 # This bit is set if there an application error. 153 """Invalid distro error""" 714 this method will raise RpmNotFound error immediately to claim what is 715 happening. I want to raise fedabipkgdiff specific error rather than 1016 logger.error('curl fails with returned code: %d.', return_code) 1523 '--error-on-warning', 1527 help='Raise error instead of warning')
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 626 goto error; in radv_amdgpu_winsys_bo_from_ptr() 672 error: in radv_amdgpu_winsys_bo_from_ptr() 703 goto error; in radv_amdgpu_winsys_bo_from_fd() 763 error: in radv_amdgpu_winsys_bo_from_fd()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 35 #include "core/error.hpp" 710 level_str = "Internal error"; in format_validator_msg() 849 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 867 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 874 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 990 throw error(CL_LINKER_NOT_AVAILABLE);
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 1112 .catch(common.mustCall((error) => { 1113 assert.strictEqual(error.name, 'AbortError'); 1139 .catch(common.mustCall((error) => { 1140 assert.strictEqual(error.name, 'AbortError');
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 890 bool error = !deserializer.Read(&reader); in DeserializeNativeModule() local 891 if (error) { in DeserializeNativeModule() 892 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, in DeserializeNativeModule() 898 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 392 // a coding error. in GetObject() 1142 void ReportUncaughtException(Local<Value> error, Local<Message> message) { in ReportUncaughtException() argument 1160 error, in ReportUncaughtException() 1374 void Agent::ReportUncaughtException(Local<Value> error, in ReportUncaughtException() argument 1378 client_->ReportUncaughtException(error, message); in ReportUncaughtException()
|
H A D | node.h | 669 v8::Local<v8::Value> error); 674 v8::Local<v8::Value> error); 678 v8::Local<v8::Value> error, 683 v8::Local<v8::Value> error, 745 // If any error occurs, `*errors` will be populated and the returned pointer
|
/third_party/nghttp2/src/ |
H A D | shrpx_http_downstream_connection.cc | 385 auto error = errno; in initiate_connection() local 387 << util::to_numeric_addr(raddr) << ", errno=" << error; in initiate_connection() 398 auto error = errno; in initiate_connection() local 400 << util::to_numeric_addr(raddr) << ", errno=" << error; in initiate_connection() 1310 // to get read(2) error just in case. in write_clear() 1446 // to get read(2) error just in case. in write_tls()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 84 #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu 108 # include <qusec.h> /* error code structure */ 561 /* handle error cases*/ in uprv_trunc() 2128 Qus_EC_t error = { sizeof(Qus_EC_t) }; /* SPI error code */ local 2131 "* ", " ", &error); 2133 if (error.Bytes_Available == 0) { 2460 *status = U_UNSUPPORTED_ERROR; /* other unknown error. */
|
/third_party/libinput/src/ |
H A D | quirks.c | 1146 goto error; in quirks_init_subsystem() 1149 goto error; in quirks_init_subsystem() 1152 goto error; in quirks_init_subsystem() 1156 error: in quirks_init_subsystem()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_addr.c | 350 * use ossl_assert() here since we have no way of signalling an error from 741 * a SEQUENCE OF IPAddressOrRange is an ASN.1 error or something. 1189 * Validation error handling via callback. 1194 ctx->error = _err_; \ 1208 * Returns 1 for success, 0 on error. 1210 * When returning 0, ctx->error MUST be set to an appropriate value other than 1225 ctx->error = X509_V_ERR_UNSPECIFIED; in addr_validate_path_internal() 1249 ctx->error = X509_V_ERR_OUT_OF_MEM; in addr_validate_path_internal() 1339 ctx->error = X509_V_ERR_UNSPECIFIED; in X509v3_addr_validate_path()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 149 // Operation and component index in case of error. 816 const auto error = opMan.compareResults(referenceBufferPtr, outputBufferPtr, kNumOperations); in iterate() local 818 if (!error) in iterate() 822 msg << "Value mismatch at operation " << error.get().first << " in component " << error.get().second; in iterate()
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContext.cpp | 1235 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom() 1236 if (error == GR_GL_NO_ERROR && (errorContext->fRandom.nextU() % 300) == 0) { in make_get_error_with_random_oom() 1237 error = GR_GL_OUT_OF_MEMORY; in make_get_error_with_random_oom() 1239 return error; in make_get_error_with_random_oom()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_addr.c | 350 * use ossl_assert() here since we have no way of signalling an error from 741 * a SEQUENCE OF IPAddressOrRange is an ASN.1 error or something. 1185 * Validation error handling via callback. 1190 ctx->error = _err_; \ 1204 * Returns 1 for success, 0 on error. 1206 * When returning 0, ctx->error MUST be set to an appropriate value other than 1221 ctx->error = X509_V_ERR_UNSPECIFIED; in addr_validate_path_internal() 1245 ctx->error = X509_V_ERR_OUT_OF_MEM; in addr_validate_path_internal() 1335 ctx->error = X509_V_ERR_UNSPECIFIED; in X509v3_addr_validate_path()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inst_bindless_check_pass.cpp | 42 // Avoid unused variable warning/error on Linux 558 // Uninitialized Descriptor - Return additional unused zero so all error in GenCheckCode() 566 // Uninitialized Descriptor - Normal error return in GenCheckCode() 698 uint32_t error = init_check ? kInstErrorBindlessUninit in GenDescInitCheckCode() local 702 uint32_t error_id = builder.GetUintConstantId(error); in GenDescInitCheckCode() 767 uint32_t error = in GenTexBuffCheckCode() local 771 uint32_t error_id = builder.GetUintConstantId(error); in GenTexBuffCheckCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inst_bindless_check_pass.cpp | 42 // Avoid unused variable warning/error on Linux 558 // Uninitialized Descriptor - Return additional unused zero so all error in GenCheckCode() 566 // Uninitialized Descriptor - Normal error return in GenCheckCode() 698 uint32_t error = init_check ? kInstErrorBindlessUninit in GenDescInitCheckCode() local 702 uint32_t error_id = builder.GetUintConstantId(error); in GenDescInitCheckCode() 767 uint32_t error = in GenTexBuffCheckCode() local 771 uint32_t error_id = builder.GetUintConstantId(error); in GenTexBuffCheckCode()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 471 print("ulp: %s error: %s exact: %s c_rounded: %s" 1281 error = Event() 1286 error.set() 1293 while not error.is_set(): 1314 sys.exit(1 if error.is_set() else 0)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 84 #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu 108 # include <qusec.h> /* error code structure */ 561 /* handle error cases*/ in uprv_trunc() 2104 Qus_EC_t error = { sizeof(Qus_EC_t) }; /* SPI error code */ local 2107 "* ", " ", &error); 2109 if (error.Bytes_Available == 0) { 2436 *status = U_UNSUPPORTED_ERROR; /* other unknown error. */
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time.h | 44 // // handle error case 56 // // handle error case 584 bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); 594 bool ParseFlag(const std::string& text, Duration* dst, std::string* error); 869 bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); 878 bool ParseFlag(const std::string& text, Time* t, std::string* error); 903 // // handle error case 1071 // zone. If the name is invalid, or some other kind of error occurs, returns 1350 // it is an error to parse the date "Oct 32, 2013" because 32 is out of range. 1360 // Errors are indicated by returning false and assigning an error messag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 149 // Operation and component index in case of error. 816 const auto error = opMan.compareResults(referenceBufferPtr, outputBufferPtr, kNumOperations); in iterate() local 818 if (!error) in iterate() 822 msg << "Value mismatch at operation " << error.get().first << " in component " << error.get().second; in iterate()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | imx-sdma.c | 105 * in setbd routine, in case of a transfer error 774 int error = 0; in sdma_update_channel_loop() local 792 error = -EIO; in sdma_update_channel_loop() 816 if (error) in sdma_update_channel_loop() 825 int i, error = 0; in mxc_sdma_handle_channel_normal() local 836 error = -EIO; in mxc_sdma_handle_channel_normal() 840 if (error) in mxc_sdma_handle_channel_normal() 2140 * attempt to load firmware only if we're not on the error path, because in sdma_probe()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.c | 119 * READ with local io-error */ in drbd_req_destroy() 180 if (unlikely(m->error)) in complete_master_bio() 181 m->bio->bi_status = errno_to_blk_status(m->error); in complete_master_bio() 191 * If m->bio is set, the error status to be returned is placed in m->error. 198 int error, ok; in drbd_req_complete() local 231 * local completion error, if any, has been stored as ERR_PTR in drbd_req_complete() 235 error = PTR_ERR(req->private_bio); in drbd_req_complete() 272 m->error = ok ? 0 : (error in drbd_req_complete() [all...] |