Home
last modified time | relevance | path

Searched refs:error (Results 26 - 50 of 8112) sorted by relevance

12345678910>>...325

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmm.c41 FT_Error error; in ft_face_get_mm_service() local
49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service()
58 error = FT_Err_Ok; in ft_face_get_mm_service()
61 return error; in ft_face_get_mm_service()
69 FT_Error error; in ft_face_get_mvar_service() local
77 error = FT_ERR( Invalid_Argument ); in ft_face_get_mvar_service()
86 error = FT_Err_Ok; in ft_face_get_mvar_service()
89 return error; in ft_face_get_mvar_service()
99 FT_Error error; in FT_EXPORT_DEF() local
108 error in FT_EXPORT_DEF()
126 FT_Error error; FT_EXPORT_DEF() local
173 FT_Error error; FT_EXPORT_DEF() local
208 FT_Error error; FT_EXPORT_DEF() local
241 FT_Error error; FT_EXPORT_DEF() local
269 FT_Error error; FT_EXPORT_DEF() local
317 FT_Error error; FT_EXPORT_DEF() local
345 FT_Error error; FT_EXPORT_DEF() local
396 FT_Error error; FT_EXPORT_DEF() local
444 FT_Error error; FT_EXPORT_DEF() local
475 FT_Error error; FT_EXPORT_DEF() local
526 FT_Error error; FT_EXPORT_DEF() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Derror.hpp56 /// Class that represents an error that can be converted to an
59 class error : public std::runtime_error { class
61 error(cl_int code, std::string what = "") : in error() function in clover::error
73 class invalid_build_options_error : public error {
76 error(CL_INVALID_BUILD_OPTIONS, what) {} in invalid_build_options_error()
79 class build_error : public error {
82 error(CL_BUILD_PROGRAM_FAILURE, what) {} in build_error()
89 class invalid_object_error<command_queue> : public error {
92 error(CL_INVALID_COMMAND_QUEUE, what) {} in invalid_object_error()
96 class invalid_object_error<context> : public error {
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c92 int error; in ugen_transfer_setup() local
100 error = usbd_transfer_setup(udev, &iface_index, f->xfer, in ugen_transfer_setup()
102 if (error == 0) { in ugen_transfer_setup()
104 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
107 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
111 if (error) { in ugen_transfer_setup()
117 return (error); in ugen_transfer_setup()
321 /* signal error */ in ugen_start_read()
334 /* signal error */ in ugen_start_write()
351 ugen_ctrl_read_callback(struct usb_xfer *xfer, usb_error_t error) in ugen_ctrl_read_callback() argument
403 ugen_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error) ugen_ctrl_write_callback() argument
441 ugen_read_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error) ugen_read_clear_stall_callback() argument
458 ugen_write_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error) ugen_write_clear_stall_callback() argument
475 ugen_isoc_read_callback(struct usb_xfer *xfer, usb_error_t error) ugen_isoc_read_callback() argument
514 ugen_isoc_write_callback(struct usb_xfer *xfer, usb_error_t error) ugen_isoc_write_callback() argument
614 int error; ugen_get_cdesc() local
666 int error; ugen_get_sdesc() local
715 int error; ugen_get_iface_driver() local
813 int error; ugen_do_request() local
850 int error; ugen_re_enumerate() local
947 int error; ugen_fs_copy_in() local
1110 int error; ugen_fs_copy_out_cancelled() local
1154 int error; ugen_fs_copy_out() local
1334 int error = 0; ugen_ioctl() local
1901 int error = 0; ugen_iface_ioctl() local
2122 int error = 0; ugen_ioctl_post() local
2497 ugen_ctrl_fs_callback(struct usb_xfer *xfer, usb_error_t error) ugen_ctrl_fs_callback() argument
[all...]
/third_party/ffmpeg/doc/examples/
H A Dtranscode_aac.c66 int error; in open_input_file() local
69 if ((error = avformat_open_input(input_format_context, filename, NULL, in open_input_file()
71 fprintf(stderr, "Could not open input file '%s' (error '%s')\n", in open_input_file()
72 filename, av_err2str(error)); in open_input_file()
74 return error; in open_input_file()
78 if ((error = avformat_find_stream_info(*input_format_context, NULL)) < 0) { in open_input_file()
79 fprintf(stderr, "Could not open find stream info (error '%s')\n", in open_input_file()
80 av_err2str(error)); in open_input_file()
82 return error; in open_input_file()
111 error in open_input_file()
155 int error; open_output_file() local
290 int error; init_resampler() local
348 int error; write_output_file_header() local
377 int error; decode_audio_frame() local
448 int error; init_converted_samples() local
492 int error; convert_samples() local
518 int error; add_samples_to_fifo() local
623 int error; init_output_frame() local
672 int error; encode_audio_frame() local
779 int error; write_output_file_trailer() local
[all...]
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DGeocoderMTest.test.js50 }).catch((error) => {
51 console.info("[lbs_js] promise then error." + JSON.stringify(error));
117 } catch (error) {
118 console.info('[lbs_js] isGeocoderAvailable err:' + JSON.stringify(error));
120 expect(error.code).assertEqual("801");
146 } catch (error) {
147 console.info("[lbs_js] getAddressesFromLocation4 callback try error:"+ error);
195 }).catch(error
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksHmacBasicCallbackJsunit.test.js29 huks.generateKeyItem(srcKeyAlies, HuksOptions, function (error, data) {
30 if (error) {
31 reject(error);
36 } catch (error) {
45 huks.initSession(srcKeyAlies, HuksOptions, function (error, data) {
46 if (error) {
47 reject(error);
52 } catch (error) {
61 huks.updateSession(handle, HuksOptions, function (error, data) {
62 if (error) {
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate.cpp52 // The error will be logged in the ProcessInstruction pass. in RegisterExtension()
186 // This parse should not produce any error messages. Hijack the context and in ValidateBinaryUsingContextAndValidationState()
198 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
201 return error; in ValidateBinaryUsingContextAndValidationState()
269 if (auto error = IdPass(*vstate, inst)) return error; in ValidateBinaryUsingContextAndValidationState()
272 if (auto error = CapabilityPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
273 if (auto error = ModuleLayoutPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
[all...]
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiManagerP2PFunction.test.js92 }).catch((error) => {
93 console.error('[wifi_test] getCurrentP2pGroup promise failed :' + JSON.stringify(error));
94 expect(true).assertEqual(error !=null);
96 }catch(error){
97 console.info("[wifi_test]getCurrentP2pGroup promise error: " + JSON.stringify(error.message));
98 expect(true).assertEqual( (JSON.stringify(error.message)) !=null);
132 }).catch((error) => {
133 console.error('[wifi_tes
[all...]
H A DWifiP2PFunction.test.js94 }).catch((error) => {
95 console.error('[wifi_test] getCurrentGroup promise failed :' + JSON.stringify(error));
96 expect(true).assertEqual(error != null);
98 }catch(error){
99 console.info("[wifi_test]getCurrentGroup promise error: " + JSON.stringify(error.message));
100 expect(true).assertEqual( (JSON.stringify(error.message)) !=null);
135 }).catch((error) => {
136 console.error('[wifi_tes
[all...]
/third_party/jerryscript/jerry-core/
H A Dconfig.h84 # error "Should not define this macro on WIN simulator!"
279 * Enable/Disable built-in error messages for error objects.
282 * 0: Disable error messages.
283 * 1: Enable error message.
599 # error "Invalid value for JERRY_BUILTIN_ANNEXB macro."
603 # error "Invalid value for JERRY_BUILTIN_ARRAY macro."
607 # error "Invalid value for JERRY_BUILTIN_BOOLEAN macro."
611 # error "Invalid value for JERRY_BUILTIN_DATE macro."
615 # error "Invali
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/agree/
H A DpublicAgreeCallback.js31 .catch(error => {
32 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`);
35 } catch (error) {
36 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`);
44 huks.generateKeyItem(keyAlias, huksOptions, function (error, data) {
45 if (error) {
[all...]
/third_party/musl/libc-test/src/api/
H A Dtgmath.c9 #error no acos(x) in f()
14 #error no acosh(x) in f()
19 #error no asin(x) in f()
24 #error no asinh(x) in f()
29 #error no atan(x) in f()
34 #error no atan2(x,y) in f()
39 #error no atanh(x) in f()
44 #error no carg(x) in f()
49 #error no cbrt(x) in f()
54 #error n in f()
[all...]
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h150 int error = bind(sk, addr, addrlen); in test_bind() local
152 if (error == -1) in test_bind()
155 return error; in test_bind()
160 int error = sctp_bindx(sk, addr, count, SCTP_BINDX_ADD_ADDR); in test_bindx_add() local
162 if (error == -1) in test_bindx_add()
165 return error; in test_bindx_add()
170 int error = listen(sk, backlog); in test_listen() local
172 if (error == -1) in test_listen()
175 return error; in test_listen()
180 int error in test_connect() local
190 int error = sctp_connectx(sk, addr, count, NULL); test_connectx() local
200 int error = accept(sk, addr, addrlen); test_accept() local
210 int error = send(sk, msg, len, flags); test_send() local
221 int error = sendto(sk, msg, len, flags, to, tolen); test_sendto() local
232 int error = sendmsg(sk, msg, flags); test_sendmsg() local
242 int error = recv(sk, buf, len, flags); test_recv() local
252 int error = recvmsg(sk, msg, flags); test_recvmsg() local
262 int error = shutdown(sk, how); test_shutdown() local
273 int error = getsockopt(sk, SOL_SCTP, optname, optval, optlen); test_getsockopt() local
284 int error = setsockopt(sk, SOL_SCTP, optname, optval, optlen); test_setsockopt() local
295 int error = sctp_peeloff(sk, assoc_id); test_sctp_peeloff() local
309 int error = sctp_sendmsg(s, msg, len, to, tolen, ppid, flags, stream_no, test_sctp_sendmsg() local
323 int error = sctp_send(s, msg, len, sinfo, flags); test_sctp_send() local
337 int error = sctp_recvmsg(sk, msg, len, from, fromlen, sinfo, msg_flags); test_sctp_recvmsg() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp18 #define error(X) \ macro
125 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); in operator ()()
128 error(IO.mapInteger(Padding)); in operator ()()
130 error(IO.mapInteger(Method.Type, "Type")); in operator ()()
132 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()()
137 error(IO.mapStringZ(Method.Name, "Name")); in operator ()()
167 error(IO.mapStringZ(N)); in mapNameAndUniqueName()
168 error(IO.mapStringZ(U)); in mapNameAndUniqueName()
173 error(IO.mapStringZ(N)); in mapNameAndUniqueName()
179 error(I in mapNameAndUniqueName()
[all...]
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStoreKVPromiseJsTest.js84 console.error('beforeAll getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
102 }).catch((error) => {
103 console.error('beforeAll can NOT getDeviceId, fail: ' + `, error code is ${error.code}, message is ${error.message}`);
126 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
139 console.error('afterEac
[all...]
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/
H A DNDEFTag.test.js105 }catch(error){
106 console.info('SUB_Communication_NFC_nfcNDEF_js_0800 error' + error)
119 * @tc.desc Creates an ndef message using the original bytes. The error code is 401
135 }catch(error){
136 console.info("[NFC_test]ndef1 createNdefMessage errorcode: " + error.code);
137 expect(401).assertEqual(error.code);
148 * @tc.desc Creates an ndef message using the original bytes. The error code is 401
168 console.info("[NFC_test]ndef2 ndefMessage: " + error);
170 }catch(error){
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp60 // The error will be logged in the ProcessInstruction pass. in RegisterExtension()
194 // This parse should not produce any error messages. Hijack the context and in ValidateBinaryUsingContextAndValidationState()
206 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
209 return error; in ValidateBinaryUsingContextAndValidationState()
273 if (auto error = IdPass(*vstate, inst)) return error; in ValidateBinaryUsingContextAndValidationState()
276 if (auto error = CapabilityPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
277 if (auto error = ModuleLayoutPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp60 // The error will be logged in the ProcessInstruction pass. in RegisterExtension()
194 // This parse should not produce any error messages. Hijack the context and in ValidateBinaryUsingContextAndValidationState()
206 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
209 return error; in ValidateBinaryUsingContextAndValidationState()
273 if (auto error = IdPass(*vstate, inst)) return error; in ValidateBinaryUsingContextAndValidationState()
276 if (auto error = CapabilityPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
277 if (auto error = ModuleLayoutPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksSM2BasicCallbackJsunit.test.js65 .catch(error => {
66 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`);
69 } catch (error) {
70 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`);
78 huks.generateKeyItem(keyAlias, huksOptions, function (error, data) {
79 if (error) {
[all...]
/third_party/rust/crates/rust-openssl/openssl-errors/tests/
H A Dtest.rs2 use openssl::error::Error;
22 let error = Error::get().unwrap(); in basic()
23 assert_eq!(error.library().unwrap(), "test library"); in basic()
24 assert_eq!(error.function().unwrap(), "function foo"); in basic()
25 assert_eq!(error.reason().unwrap(), "out of milk"); in basic()
28 error.file().replace('\\', "/"), in basic()
31 assert_eq!(error.line(), line!() - 11); in basic()
35 assert!(error.data().is_none() || error.data() == Some("")); in basic()
37 assert_eq!(error in basic()
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_socket_bind_listen.c87 int error = 0; in main() local
105 /* socket() TEST1: Invalid domain, EAFNOSUPPORT Expected error */ in main()
109 "error:%d, errno:%d", error, errno); in main()
113 /*socket() TEST2 : Invalid type, EINVAL Expected error*/ in main()
117 "error:%d, errno:%d", error, errno); in main()
125 "error:%d, errno:%d", error, errno); in main()
129 /*bind() TEST4: Invalid structure, EFAULT Expected error */ in main()
[all...]
H A Dtest_1_to_1_shutdown.c70 int error, i; in main() local
112 /*shutdown() TEST1: Bad socket descriptor, EBADF Expected error*/ in main()
113 error = shutdown(-1, SHUT_WR); in main()
114 if (error != -1 || errno != EBADF) in main()
116 "error:%d, errno:%d", error, errno); in main()
120 /*shutdown() TEST2: Invalid socket, ENOTSOCK Expected error*/ in main()
126 error = shutdown(fd, SHUT_WR); in main()
127 if (error == -1) in main()
131 if (error ! in main()
[all...]
H A Dtest_1_to_1_sockopt.c84 int error; in main() local
118 /*setsockopt() TEST1: Bad socket descriptor EBADF, Expected error*/ in main()
119 error = setsockopt(-1, IPPROTO_SCTP, 0, 0, 0); in main()
120 if (error != -1 || errno != EBADF) in main()
122 "descriptor error:%d, errno:%d", error, errno); in main()
126 /*setsockopt() TEST2: Invalid socket ENOTSOCK, Expected error*/ in main()
132 error = setsockopt(fd, IPPROTO_SCTP, 0, 0, 0); in main()
133 if (error == -1) in main()
137 if (error ! in main()
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.c66 FT_Error error = FT_Err_Ok; in ps_hint_table_ensure() local
76 return error; in ps_hint_table_ensure()
85 FT_Error error = FT_Err_Ok; in ps_hint_table_alloc() local
95 error = ps_hint_table_ensure( table, count, memory ); in ps_hint_table_alloc()
96 if ( error ) in ps_hint_table_alloc()
109 return error; in ps_hint_table_alloc()
141 FT_Error error = FT_Err_Ok; in ps_mask_ensure() local
150 return error; in ps_mask_ensure()
188 FT_Error error = FT_Err_Ok; in ps_mask_set_bit() local
194 error in ps_mask_set_bit()
235 FT_Error error = FT_Err_Ok; ps_mask_table_ensure() local
255 FT_Error error = FT_Err_Ok; ps_mask_table_alloc() local
286 FT_Error error = FT_Err_Ok; ps_mask_table_last() local
315 FT_Error error; ps_mask_table_set_bits() local
407 FT_Error error = FT_Err_Ok; ps_mask_table_merge() local
503 FT_Error error = FT_Err_Ok; ps_mask_table_merge_all() local
627 FT_Error error; ps_dimension_set_mask_bits() local
652 FT_Error error = FT_Err_Ok; ps_dimension_add_t1stem() local
723 FT_Error error = FT_Err_Ok; ps_dimension_add_counter() local
860 FT_Error error; ps_hints_stem() local
887 FT_Error error = FT_Err_Ok; ps_hints_t1stem3() local
949 FT_Error error = FT_Err_Ok; ps_hints_t1reset() local
990 FT_Error error; ps_hints_t2mask() local
1035 FT_Error error; ps_hints_t2counter() local
1080 FT_Error error; ps_hints_close() local
[all...]
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/
H A DActsRpcRequestJsTest.test.js131 console.error("onRemoteRequest default case " + code);
134 } catch (error) {
135 console.info("onRemoteRequest error: " + error);
152 console.error("async onRemoteMessageRequest default case " + tmp1);
155 console.error("async onRemoteMessageRequest default case " + code);
163 } catch (error) {
164 console.info("async onRemoteMessageRequest: " + error);
191 } catch (error) {
192 expect(error
[all...]

Completed in 12 milliseconds

12345678910>>...325