Home
last modified time | relevance | path

Searched refs:error (Results 11126 - 11150 of 16777) sorted by relevance

1...<<441442443444445446447448449450>>...672

/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h211 * Returned from the SSL bio when the certificate retrieval code had an error
607 int BIO_dgram_non_fatal_error(int error);
625 int BIO_sock_non_fatal_error(int error);
629 int BIO_fd_non_fatal_error(int error);
/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py106 if (e.errno != errno.ENOENT): # Ignore xcrun not found error
179 if (oe.errno != errno.ENOENT): # Ignore xcrun not found error
831 for error in results_completed:
832 if error is not None:
833 print('Error:', error)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate() local
39 if (error != 0) spvDiagnosticPrint(diagnostic); in Validate()
42 return error == 0; in Validate()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c375 fprintf(stderr, "pngunknown: internal error\n"); in find_by_flag()
432 fprintf(stderr, "%s(%s): png_destroy_read_struct error\n", d->file, in clean_display()
460 /* libpng error and warning callbacks */
461 PNG_FUNCTION(void, (PNGCBAPI error), (png_structp png_ptr, const char *message), in PNG_FUNCTION() argument
466 fprintf(stderr, "%s(%s): libpng error: %s\n", d->file, d->test, message); in PNG_FUNCTION()
655 # error No store support and no user chunk support, this will not work
671 * are per-test and cause an error return. in check()
673 d->png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, d, error, in check()
679 /* Terminate here, this error is not test specific. */ in check()
818 /* Hard error becaus in check()
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp689 XML_Error error = XML_GetErrorCode(parser); in parse_config_file() local
692 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file()
693 SkDebugf(SK_FONTMGR_ANDROID_PARSER_PREFIX "%s:%d:%d error %d: %s.\n", in parse_config_file()
694 filename, line, column, error, errorString); in parse_config_file()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.h72 // Result is used to hold an success / error state by functions that perform JS <-> C++
75 // Returns true if the operation succeeded, false if there was an error
77 return error.empty(); in operator bool()
80 // If Result is an error, then a new Error is returned with the
81 // stringified values append to the error message.
89 ss << error << "\n"; in Append() local
94 // The error message, if the operation failed.
95 std::string error; member
101 // Returns a Result with the given error message
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js386 [12:01:27 AM] Found 1 error. Watching for file changes.
625 [12:01:44 AM] Found 1 error. Watching for file changes.
849 [12:02:01 AM] Found 1 error. Watching for file changes.
H A Dexports.js257 [12:01:20 AM] Found 1 error. Watching for file changes.
347 [12:01:31 AM] Found 1 error. Watching for file changes.
422 [12:01:42 AM] Found 1 error. Watching for file changes.
/third_party/python/Objects/
H A Drangeobject.c25 NULL on error.
69 /* XXX(nnorwitz): should we error check if the user passes any empty ranges?
177 * PyLong_Check(). Return NULL when there is an error.
347 int error; in compute_slice() local
349 error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step); in compute_slice()
350 if (error == -1) in compute_slice()
436 and -1 on error. The algorithm is roughly the C equivalent of
458 /* Return False or error to the caller. */ in range_equals()
462 /* Return True or error to the caller. */ in range_equals()
466 /* Return False or error t in range_equals()
[all...]
/third_party/python/Lib/
H A Dcalendar.py23 error = ValueError variable
723 parser.error("if --locale is specified --encoding is required")
743 parser.error("incorrect number of arguments")
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc46 namespace error { namespace
47 using util::error::INVALID_ARGUMENT;
48 } // namespace error
141 EXPECT_EQ(util::error::INVALID_ARGUMENT, result.code());
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h126 std::string* error) { in Parse()
127 return op(FlagOp::kParse, &text, dst, error) != nullptr; in Parse()
575 ValueSource source, std::string& error) override
125 Parse(FlagOpFn op, absl::string_view text, void* dst, std::string* error) Parse() argument
/third_party/rust/crates/syn/src/
H A Dpath.rs86 /// An error if this path is not a single ident, as defined in `get_ident`.
91 crate::error::new2( in require_ident()
412 Err(lookahead.error())
569 return Err(input.error("expected path segment after `::`")); in parse_mod_style()
/third_party/rust/crates/nom/src/multi/
H A Dtests.rs5 error::{ErrorKind, ParseError},
280 let error = &b"xxx"[..]; in count_zero()
299 assert_eq!(counter_2(error), Ok((error_remain, parsed_err))); in count_zero()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp205 // Indexing outside range is an error, but it doesnt need to be checked. Causes implementation-dependent behavior. in iterate()
211 const deUint32 error = gl.glGetError(); in iterate() local
213 if (error != GL_NO_ERROR) in iterate()
214 m_testCtx.getLog() << tcu::TestLog::Message << "Got error: " << glu::getErrorStr(error) << ", ignoring..." << tcu::TestLog::EndMessage; in iterate()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c2284 bool error = false; in iceland_process_firmware_header() local
2295 error |= (0 != result); in iceland_process_firmware_header()
2307 error |= (0 != result); in iceland_process_firmware_header()
2328 error |= (0 != result); in iceland_process_firmware_header()
2339 error |= (0 != result); in iceland_process_firmware_header()
2351 error |= (0 != result); in iceland_process_firmware_header()
2362 error |= (0 != result); in iceland_process_firmware_header()
2364 return error ? 1 : 0; in iceland_process_firmware_header()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5670.c1919 "Failed to write reg 0x%4.4x. error = %d\n", in ov5670_write_regs()
2131 if (ctrl_hdlr->error) { in ov5670_init_controls()
2132 ret = ctrl_hdlr->error; in ov5670_init_controls()
2133 goto error; in ov5670_init_controls()
2138 goto error; in ov5670_init_controls()
2143 goto error; in ov5670_init_controls()
2149 error: in ov5670_init_controls()
2333 /* Return success even if it was an error, as there is nothing the in ov5670_stop_streaming()
2358 goto error; in ov5670_set_stream()
2366 error in ov5670_set_stream()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dni.c823 pr_err("smc: error loading firmware \"%s\"\n", fw_name); in ni_init_microcode()
2037 goto error; in cayman_uvd_start()
2042 goto error; in cayman_uvd_start()
2046 error: in cayman_uvd_start()
2107 goto error; in cayman_vce_start()
2112 goto error; in cayman_vce_start()
2117 goto error; in cayman_vce_start()
2122 goto error; in cayman_vce_start()
2126 error: in cayman_vce_start()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c596 * Returns non-zero error code on failure.
687 * Returns a non-zero error code if the frame should not be sent.
1010 LIBFCOE_FIP_DBG(fip, "FIP length error in descriptor type %x len %zu\n", in fcoe_ctlr_parse_adv()
1298 LIBFCOE_FIP_DBG(fip, "FIP length error in descriptor type %x len %zu\n", in fcoe_ctlr_recv_els()
1670 * Returns non-zero error if it could not be sent.
1680 int error; in fcoe_ctlr_flogi_send_locked() local
1695 error = fcoe_ctlr_encaps(fip, fip->lp, FIP_DT_FLOGI, skb, in fcoe_ctlr_flogi_send_locked()
1697 if (error) { in fcoe_ctlr_flogi_send_locked()
1699 return error; in fcoe_ctlr_flogi_send_locked()
1710 * Returns non-zero error cod
1716 int error; fcoe_ctlr_flogi_retry() local
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmidi.c190 * Submits the URB, with error handling.
355 /* called after transfers had been interrupted due to some USB error */
1299 goto error; in snd_usbmidi_in_endpoint_create()
1312 goto error; in snd_usbmidi_in_endpoint_create()
1328 goto error; in snd_usbmidi_in_endpoint_create()
1335 error: in snd_usbmidi_in_endpoint_create()
1385 goto error; in snd_usbmidi_out_endpoint_create()
1424 goto error; in snd_usbmidi_out_endpoint_create()
1440 goto error; in snd_usbmidi_out_endpoint_create()
1461 error in snd_usbmidi_out_endpoint_create()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dscrub.c147 * Would be utilized for error reporting and repair.
150 * by error reporting.
158 * The following error bitmaps are all for the current status.
170 /* For writeback (repair or replace) error reporting. */
267 goto error; in init_scrub_stripe()
273 goto error; in init_scrub_stripe()
278 goto error; in init_scrub_stripe()
280 error: in init_scrub_stripe()
492 /* Super block error, no need to search extent tree. */ in scrub_print_common_warning()
706 /* IO error, n in scrub_verify_one_sector()
1942 unsigned long error; scrub_raid56_parity_stripe() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov5670.c1973 "Failed to write reg 0x%4.4x. error = %d\n", in ov5670_write_regs()
2177 if (ctrl_hdlr->error) { in ov5670_init_controls()
2178 ret = ctrl_hdlr->error; in ov5670_init_controls()
2179 goto error; in ov5670_init_controls()
2184 goto error; in ov5670_init_controls()
2189 goto error; in ov5670_init_controls()
2195 error: in ov5670_init_controls()
2461 /* Return success even if it was an error, as there is nothing the in ov5670_stop_streaming()
2484 goto error; in ov5670_set_stream()
2492 error in ov5670_set_stream()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c2284 bool error = false; in iceland_process_firmware_header() local
2295 error |= (0 != result); in iceland_process_firmware_header()
2307 error |= (0 != result); in iceland_process_firmware_header()
2328 error |= (0 != result); in iceland_process_firmware_header()
2339 error |= (0 != result); in iceland_process_firmware_header()
2351 error |= (0 != result); in iceland_process_firmware_header()
2362 error |= (0 != result); in iceland_process_firmware_header()
2364 return error ? 1 : 0; in iceland_process_firmware_header()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dni.c810 pr_err("smc: error loading firmware \"%s\"\n", fw_name); in ni_init_microcode()
2024 goto error; in cayman_uvd_start()
2029 goto error; in cayman_uvd_start()
2033 error: in cayman_uvd_start()
2094 goto error; in cayman_vce_start()
2099 goto error; in cayman_vce_start()
2104 goto error; in cayman_vce_start()
2109 goto error; in cayman_vce_start()
2113 error: in cayman_vce_start()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c596 * Returns non-zero error code on failure.
687 * Returns a non-zero error code if the frame should not be sent.
1008 LIBFCOE_FIP_DBG(fip, "FIP length error in descriptor type %x len %zu\n", in fcoe_ctlr_parse_adv()
1293 LIBFCOE_FIP_DBG(fip, "FIP length error in descriptor type %x len %zu\n", in fcoe_ctlr_recv_els()
1662 * Returns non-zero error if it could not be sent.
1672 int error; in fcoe_ctlr_flogi_send_locked() local
1687 error = fcoe_ctlr_encaps(fip, fip->lp, FIP_DT_FLOGI, skb, in fcoe_ctlr_flogi_send_locked()
1689 if (error) { in fcoe_ctlr_flogi_send_locked()
1691 return error; in fcoe_ctlr_flogi_send_locked()
1702 * Returns non-zero error cod
1708 int error; fcoe_ctlr_flogi_retry() local
[all...]

Completed in 49 milliseconds

1...<<441442443444445446447448449450>>...672