Home
last modified time | relevance | path

Searched refs:error (Results 8001 - 8025 of 17934) sorted by relevance

1...<<321322323324325326327328329330>>...718

/third_party/openssl/ohos_lite/include/openssl/
H A Dopensslconf.h21 # error OPENSSL_ALGORITHM_DEFINES no longer supported
234 # error OPENSSL_ALGORITHM_DEFINES no longer supported
443 # error OPENSSL_ALGORITHM_DEFINES no longer supported
646 # error OPENSSL_ALGORITHM_DEFINES no longer supported
/third_party/openssl/crypto/rsa/
H A Drsa_gen.c85 unsigned long error = 0; in rsa_multiprime_keygen() local
225 error = ERR_peek_last_error(); in rsa_multiprime_keygen()
226 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_multiprime_keygen()
227 && ERR_GET_REASON(error) == BN_R_NO_INVERSE) { in rsa_multiprime_keygen()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp465 if (auto error =
467 return error;
499 if (auto error = spvBinaryParse(&hijack_context, &disassembler, code,
502 return error;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp465 if (auto error =
467 return error;
499 if (auto error = spvBinaryParse(&hijack_context, &disassembler, code,
502 return error;
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c171 + top_derr_size // top diffusion error in InitVP8Encoder()
307 WebPEncodingError error) { in WebPEncodingSetError()
308 assert((int)error < VP8_ENC_ERROR_LAST); in WebPEncodingSetError()
309 assert((int)error >= VP8_ENC_OK); in WebPEncodingSetError()
310 ((WebPPicture*)pic)->error_code = error; in WebPEncodingSetError()
377 if (enc == NULL) return 0; // pic->error is already set. in WebPEncode()
406 ok = VP8LEncodeImage(config, pic); // Sets pic->error in case of problem. in WebPEncode()
306 WebPEncodingSetError(const WebPPicture* const pic, WebPEncodingError error) WebPEncodingSetError() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dumsg.cpp187 UParseError *error, in u_parseMessageWithError()
198 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); in u_parseMessageWithError()
209 UParseError *error, in u_vparseMessageWithError()
213 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError()
374 //since we return an error anyway in umsg_format()
495 //since we return an error anyway in umsg_parse()
182 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument
203 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go19 func checkCompressedData(compressedData, wantOriginalData []byte) error {
53 t.Errorf("No error after Close() + Write()")
182 func (r readerWithTimeout) Read(p []byte) (int, error) {
185 err error
215 errch := make(chan error)
325 t.Errorf("Expected 'excessive input' error")
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp49 MaybeError error = {}; in ValidateSyncScopeResourceUsage() local
53 if (!readOnly && !singleUse && !error.IsError()) { in ValidateSyncScopeResourceUsage()
54 error = DAWN_FORMAT_VALIDATION_ERROR( in ValidateSyncScopeResourceUsage()
60 DAWN_TRY(std::move(error)); in ValidateSyncScopeResourceUsage()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go51 func run() error {
384 func (g *generator) eval(template string, args ...interface{}) (string, error) {
390 var err error
420 func (g *generator) include(path string) (string, error) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h100 /// Set the current error and return same.
101 Error error(instrprof_error Err) { in error() function in llvm::InstrProfReader
108 Error error(Error &&E) { return error(InstrProfError::take(std::move(E))); } in error() function in llvm::InstrProfReader
110 /// Clear the current error and return a successful one.
111 Error success() { return error(instrprof_error::success); } in success()
117 /// Return true if the reader encountered an error reading profiling data.
120 /// Get the current error.
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c24 /* Map the Windows error number in ERROR to a locale-dependent error message
33 char ZLIB_INTERNAL *gz_strwinerror (error) in gz_strwinerror()
34 DWORD error; in gz_strwinerror()
43 error,
65 sprintf(buf, "unknown win32 error (%ld)", error);
85 gz_error(state, Z_OK, NULL); /* clear error */
116 state->msg = NULL; /* no error message yet */
169 default: /* could consider as an error, bu
[all...]
/third_party/spirv-tools/source/
H A Ddisassemble.cpp189 if (auto error = in DisassembleTargetInstruction()
191 return error; in DisassembleTargetInstruction()
558 if (auto error =
562 return error;
/third_party/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py314 df['error'] = ''
322 error = lines[j + 1]
323 if error in error_count:
324 error_count[error] += 1
326 error_count[error] = 1
327 df['error'][i] = error_count
/third_party/python/Python/
H A Dpathconfig.c139 if (!_Py_path_config.ATTR) goto error; \ in _PyPathConfig_UpdateGlobal()
148 if (!_Py_path_config.ATTR) goto error; \ in _PyPathConfig_UpdateGlobal()
183 goto error; in _PyPathConfig_UpdateGlobal()
202 error: in _PyPathConfig_UpdateGlobal()
391 Raise an exception and return -1 on error.
/third_party/rust/crates/nix/src/sys/
H A Daio.rs87 /// `AioCb::error`
160 fn error(self: Pin<&mut Self>) -> Result<()> { in error() functions
203 /// Otherwise, dropping constitutes a resource leak, which is an error
219 /// Should only be called once for each operation, after [`Aio::error`]
261 /// while (aiocb.as_mut().error() == Err(Errno::EINPROGRESS)) {
274 /// Retrieve error status of an asynchronous operation.
277 /// returns `Ok` or any other error.
281 /// Issue an aio operation and use `error` to poll for completion. Polling
300 /// while (aiocb.as_mut().error() == Err(Errno::EINPROGRESS)) {
309 fn error(sel functions
366 fn error(self: Pin<&mut Self>) -> Result<()> { error() functions
[all...]
/third_party/rust/crates/syn/src/
H A Dattr.rs186 /// `parse_args` the error message has a more useful span when `tokens` is
239 Meta::Path(path) => Err(crate::error::new2( in parse_args_with()
326 /// Err(meta.error("unrecognized repr"))
527 Meta::Path(path) => Err(crate::error::new2( in require_list()
545 Meta::Path(path) => Err(crate::error::new2( in require_name_value()
704 return Err(input.error("unexpected attribute inside of attribute")); in parse_meta_name_value_after_path()
/third_party/rust/crates/nom/src/
H A Dstr.rs7 error::{self, ErrorKind},
45 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_incomplete()
63 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_error()
81 let res: IResult<_, _, error::Error<_>> = take(9_usize)(INPUT); in take_s_succeed()
/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp235 catch (const eglu::Error& error) in allocatePBuffer()
237 if (error.getError() == EGL_BAD_ALLOC) in allocatePBuffer()
299 catch (const eglu::Error& error) in allocateContext()
301 if (error.getError() == EGL_BAD_ALLOC) in allocateContext()
415 log << TestLog::Message << "Got expected error: " << m_allocator->getErrorString() << TestLog::EndMessage; in iterate()
427 log << TestLog::Message << "Unexpected error" << TestLog::EndMessage; in iterate()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c272 type. Returns NULL on failure, with the error indicator set.
295 # error SIZEOF_INT has an unexpected value in _ctypes_alloc_format_string_for_type()
304 # error SIZEOF_LONG has an unexpected value in _ctypes_alloc_format_string_for_type()
315 # error SIZEOF__BOOL has an unexpected value in _ctypes_alloc_format_string_for_type()
337 non-null) and suffix into it. Returns NULL on failure, with the error
338 indicator set. If called with a suffix of NULL the error indicator must
370 Returns NULL on failure, with the error indicator set. If called with
371 a suffix of NULL the error indicator must already be set.
1482 /* Initialize these variables to NULL so that we can simplify error in PyCArrayType_new()
1488 goto error; in PyCArrayType_new()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_fc.c452 /* ignore any bsg add error - we just can't do sgio */ in fc_host_setup()
651 int error; in fc_transport_init() local
655 error = transport_class_register(&fc_host_class); in fc_transport_init()
656 if (error) in fc_transport_init()
657 return error; in fc_transport_init()
658 error = transport_class_register(&fc_vport_class); in fc_transport_init()
659 if (error) in fc_transport_init()
661 error = transport_class_register(&fc_rport_class); in fc_transport_init()
662 if (error) in fc_transport_init()
664 error in fc_transport_init()
2591 int error; fc_remote_port_create() local
3344 int error; fc_vport_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_fc.c463 /* ignore any bsg add error - we just can't do sgio */ in fc_host_setup()
947 int error; in fc_transport_init() local
951 error = transport_class_register(&fc_host_class); in fc_transport_init()
952 if (error) in fc_transport_init()
953 return error; in fc_transport_init()
954 error = transport_class_register(&fc_vport_class); in fc_transport_init()
955 if (error) in fc_transport_init()
957 error = transport_class_register(&fc_rport_class); in fc_transport_init()
958 if (error) in fc_transport_init()
960 error in fc_transport_init()
3059 int error; fc_remote_port_create() local
3837 int error; fc_vport_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1238 char error[128]; in gf100_gr_trap_gpc_rop() local
1246 nvkm_snprintbf(error, sizeof(error), gf100_gpc_rop_error, trap[0]); in gf100_gr_trap_gpc_rop()
1250 gpc, trap[0], error, trap[1] & 0xffff, trap[1] >> 16, in gf100_gr_trap_gpc_rop()
1413 char error[128]; in gf100_gr_trap_intr() local
1420 nvkm_snprintbf(error, sizeof(error), gf100_dispatch_error, in gf100_gr_trap_intr()
1422 nvkm_error(subdev, "DISPATCH %08x [%s]\n", stat, error); in gf100_gr_trap_intr()
1431 nvkm_snprintbf(error, sizeof(error), gf100_m2mf_erro in gf100_gr_trap_intr()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dmld6.h88 #error "The number of seconds represented by the [Query Response Interval] must be less than the [Query Interval]"
/device/soc/rockchip/common/vendor/drivers/clk/
H A DMakefile6 EXTRA_CFLAGS += -Wno-error -Wno-implicit-function-declaration
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A DMakefile22 $(error Must specify KDIR to point to the kernel to target))

Completed in 31 milliseconds

1...<<321322323324325326327328329330>>...718