Home
last modified time | relevance | path

Searched refs:error (Results 1526 - 1550 of 16469) sorted by relevance

1...<<61626364656667686970>>...659

/third_party/spirv-tools/source/val/
H A Dvalidate_misc.cpp46 if (auto error = ValidateScope(_, inst, scope)) { in ValidateShaderClock()
47 return error; in ValidateShaderClock()
109 if (auto error = ValidateUndef(_, inst)) return error; in MiscPass()
180 if (auto error = ValidateShaderClock(_, inst)) { in MiscPass()
181 return error; in MiscPass()
185 if (auto error = ValidateAssumeTrue(_, inst)) { in MiscPass()
186 return error; in MiscPass()
190 if (auto error = ValidateExpect(_, inst)) { in MiscPass()
191 return error; in MiscPass()
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c579 * Returns: %0 if replacement allowed else error code
614 * @error: error code
616 * Returns: the error to be returned after audit is done
620 const char *info, int error) in audit_policy()
627 aad(&sa)->error = error; in audit_policy()
632 return error; in audit_policy()
679 * Returns: 0 if the task is allowed to manipulate policy else error
795 * Returns: profile to replace (no ref) on success else ptr error
618 audit_policy(struct aa_label *label, const char *op, const char *ns_name, const char *name, const char *info, int error) audit_policy() argument
803 int error = replacement_allowed(*p, noreplace, info); __lookup_replace() local
865 ssize_t count, error; aa_replace_profiles() local
1102 ssize_t error = 0; aa_remove_profiles() local
[all...]
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_session_proxy.cpp46 ErrorLog("Write interface token error"); in RegHceCmdCallback()
50 ErrorLog("Write type error"); in RegHceCmdCallback()
59 int error = SendRequestExpectReplyNone(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_CE_HCE_ON), in RegHceCmdCallback() local
61 if (error != ERR_NONE) { in RegHceCmdCallback()
62 ErrorLog("RegHceCmdCallback failed, error code is %{public}d", error); in RegHceCmdCallback()
104 ErrorLog("GetPaymentServices failed, error code is %{public}d", statusCode); in GetPaymentServices()
125 ErrorLog("Write interface token error"); in StopHce()
129 ErrorLog("Write element error"); in StopHce()
134 int error in StopHce() local
162 int error = SendRequestExpectReplyBool( IsDefaultService() local
191 int error = SendRequestExpectReplyNone( StartHce() local
[all...]
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp63 DHCP_LOGE("Callback error, code:%{public}d, owner:%{public}d, reply:%{public}d", in IpcCallback()
80 DHCP_LOGE("AsyncCallback error, data is null"); in AsyncCallback()
108 DHCP_LOGE("Write interface token error: %{public}s", __func__); in RegisterDhcpClientCallBack()
120 int error = remote_->Invoke(remote_, in RegisterDhcpClientCallBack() local
123 if (error != EC_SUCCESS) { in RegisterDhcpClientCallBack()
125 static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_REG_CALL_BACK), error); in RegisterDhcpClientCallBack()
151 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StartDhcpClient()
159 int error = remote_->Invoke(remote_, in StartDhcpClient() local
162 if (error != EC_SUCCESS) { in StartDhcpClient()
163 DHCP_LOGE("Set Attr(%{public}d) failed,error cod in StartDhcpClient()
198 int error = remote_->Invoke(remote_, SetConfiguration() local
235 int error = remote_->Invoke(remote_, StopDhcpClient() local
[all...]
H A Ddhcp_client_proxy.cpp106 DHCP_LOGE("Write interface token error: %{public}s", __func__); in RegisterDhcpClientCallBack()
124 int error = Remote()->SendRequest(static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_REG_CALL_BACK), in RegisterDhcpClientCallBack() local
126 if (error != ERR_NONE) { in RegisterDhcpClientCallBack()
128 static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_REG_CALL_BACK), error); in RegisterDhcpClientCallBack()
151 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StartDhcpClient()
159 int error = Remote()->SendRequest( in StartDhcpClient() local
161 if (error != ERR_NONE) { in StartDhcpClient()
163 static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_START_DHCP_CLIENT), error); in StartDhcpClient()
187 DHCP_LOGE("Write interface token error: %{public}s", __func__); in SetConfiguration()
195 int error in SetConfiguration() local
229 int error = Remote()->SendRequest( StopDhcpClient() local
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c92 int error = -ENOMEM; in tomoyo_mount_acl() local
107 error = -ENOMEM; in tomoyo_mount_acl()
127 error = -ENODEV; in tomoyo_mount_acl()
137 error = -ENOENT; in tomoyo_mount_acl()
143 error = -ENOENT; in tomoyo_mount_acl()
152 error = -ENOMEM; in tomoyo_mount_acl()
166 error = tomoyo_audit_mount_log(r); in tomoyo_mount_acl()
167 } while (error == TOMOYO_RETRY_REQUEST); in tomoyo_mount_acl()
177 return error; in tomoyo_mount_acl()
196 int error; in tomoyo_mount_permission() local
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dnxp-bbnsm-pwrkey.c102 int error; in bbnsm_pwrkey_probe() local
146 error = devm_add_action(&pdev->dev, bbnsm_pwrkey_act, bbnsm); in bbnsm_pwrkey_probe()
147 if (error) { in bbnsm_pwrkey_probe()
149 return error; in bbnsm_pwrkey_probe()
155 error = devm_request_irq(&pdev->dev, bbnsm->irq, bbnsm_pwrkey_interrupt, in bbnsm_pwrkey_probe()
157 if (error) { in bbnsm_pwrkey_probe()
159 return error; in bbnsm_pwrkey_probe()
162 error = input_register_device(input); in bbnsm_pwrkey_probe()
163 if (error) { in bbnsm_pwrkey_probe()
165 return error; in bbnsm_pwrkey_probe()
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c92 int error = -ENOMEM; in tomoyo_mount_acl() local
107 error = -ENOMEM; in tomoyo_mount_acl()
127 error = -ENODEV; in tomoyo_mount_acl()
137 error = -ENOENT; in tomoyo_mount_acl()
143 error = -ENOENT; in tomoyo_mount_acl()
152 error = -ENOMEM; in tomoyo_mount_acl()
166 error = tomoyo_audit_mount_log(r); in tomoyo_mount_acl()
167 } while (error == TOMOYO_RETRY_REQUEST); in tomoyo_mount_acl()
177 return error; in tomoyo_mount_acl()
196 int error; in tomoyo_mount_permission() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dopenal-dec.c76 * Get the OpenAL error code, translated into an av/errno error code.
78 * @param error_msg_ret A pointer to a char* in which to return the error message, or NULL if desired.
79 * @return The error code, or 0 if there is no error.
83 ALCenum error = alcGetError(device); in al_get_error() local
85 *error_msg_ret = (const char*) alcGetString(device, error); in al_get_error()
86 switch (error) { in al_get_error()
128 int error = 0; in read_header() local
147 if (error in read_header()
186 int error=0; read_packet() local
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto.js192 (error) => {
193 assert.ok(!('opensslErrorStack' in error));
195 return error instanceof Error &&
196 error.name === 'Error' &&
197 /^Error: not supported in FIPS mode$/.test(error);
199 assert.throws(() => { throw error; }, encodingError);
207 (error) => {
208 assert.ok(!('opensslErrorStack' in error));
209 assert.throws(() => { throw error; }, encodingError);
216 (error)
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c94 int error = 0; in ltpdev_ioctl() local
120 bio_endio(my_bio, bytes_done, error); in ltpdev_ioctl()
122 printk(KERN_ALERT "Return from bio_endio = %d \n", error); in ltpdev_ioctl()
256 * namespace if possible and return it. Return ERR_PTR(error)
264 int error; in lookup_bdev() local
269 error = path_lookup(path, LOOKUP_FOLLOW, &nd); in lookup_bdev()
270 if (error) in lookup_bdev()
271 return ERR_PTR(error); in lookup_bdev()
274 error = -ENOTBLK; in lookup_bdev()
277 error in lookup_bdev()
[all...]
/third_party/python/Modules/
H A D_scproxy.c74 if (result == NULL) goto error; in Py_UNUSED()
84 if (v == NULL) goto error; in Py_UNUSED()
88 if (r == -1) goto error; in Py_UNUSED()
96 if (v == NULL) goto error; in Py_UNUSED()
100 if (r == -1) goto error; in Py_UNUSED()
124 error: in Py_UNUSED()
187 if (result == NULL) goto error; in Py_UNUSED()
193 if (r == -1) goto error; in Py_UNUSED()
198 if (r == -1) goto error; in Py_UNUSED()
203 if (r == -1) goto error; in Py_UNUSED()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_misc_test.cc75 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
105 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
134 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
161 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
185 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
209 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
230 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
246 << p->error() << assembly; in TEST_F()
248 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
285 EXPECT_EQ(p->error(), GetPara in TEST_P()
[all...]
H A Dfunction_glsl_std_450_test.cc185 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
203 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
221 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
239 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
257 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
275 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
293 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
311 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
329 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
348 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js12 (error: any): any;
20 constructor(init: (complete: ValueCallback, error: ErrorCallback, progress: ProgressCallback) => void, oncancel?: any);
27 static wrapError(error: any): Promise;
31 public then(success?: ValueCallback, error?: ErrorCallback, progress?: ProgressCallback): Promise;
32 public done(success?: ValueCallback, error?: ErrorCallback, progress?: ProgressCallback): void;
38 constructor(init: (complete: (value: V) => void, error: (err: any) => void, progress: ProgressCallback) => void, oncancel?: any);
40 public then<U>(success?: (value: V) => TPromise<U>, error?: (err: any) => TPromise<U>, progress?: ProgressCallback): TPromise<U>;
41 public then<U>(success?: (value: V) => TPromise<U>, error?: (err: any) => U, progress?: ProgressCallback): TPromise<U>;
42 public then<U>(success?: (value: V) => U, error?: (err: any) => TPromise<U>, progress?: ProgressCallback): TPromise<U>;
43 public then<U>(success?: (value: V) => U, error
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dbuiltins_validation_test.cc190 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_P()
193 err << "12:34 error: builtin(" << params.builtin << ")"; in TEST_P()
196 EXPECT_EQ(r()->error(), err.str()); in TEST_P()
215 EXPECT_EQ(r()->error(), in TEST_F()
216 "12:34 error: builtin(frag_depth) cannot be used in input of " in TEST_F()
235 EXPECT_EQ(r()->error(), in TEST_F()
236 "12:34 error: builtin(frag_depth) cannot be used in input of " in TEST_F()
273 EXPECT_EQ(r()->error(), in TEST_F()
274 "12:34 error: store type of builtin(position) must be 'vec4<f32>'"); in TEST_F()
285 EXPECT_EQ(r()->error(), in TEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dravb_main.c73 int error; in ravb_config() local
78 error = ravb_wait(ndev, CSR, CSR_OPS, CSR_OPS_CONFIG); in ravb_config()
79 if (error) in ravb_config()
82 return error; in ravb_config()
351 goto error; in ravb_ring_init()
356 goto error; in ravb_ring_init()
366 goto error; in ravb_ring_init()
375 goto error; in ravb_ring_init()
386 goto error; in ravb_ring_init()
390 error in ravb_ring_init()
427 int error; ravb_dmac_init() local
663 int error; ravb_stop_dma() local
1075 int error; ravb_phy_start() local
1199 int error; ravb_set_ringparam() local
1319 int error; ravb_hook_irq() local
1337 int error; ravb_open() local
1439 int error; ravb_tx_timeout_work() local
1896 int error; ravb_mdio_init() local
2049 int error, irq, q; ravb_probe() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c374 int error; in nfs_readdir_xdr_filler() local
380 error = NFS_PROTO(inode)->readdir(file_dentry(file), cred, entry->cookie, pages, in nfs_readdir_xdr_filler()
382 if (error < 0) { in nfs_readdir_xdr_filler()
384 if (error == -ENOTSUPP && desc->plus) { in nfs_readdir_xdr_filler()
390 goto error; in nfs_readdir_xdr_filler()
394 error: in nfs_readdir_xdr_filler()
395 return error; in nfs_readdir_xdr_filler()
402 int error; in xdr_decode() local
404 error = NFS_PROTO(inode)->decode_dirent(xdr, entry, desc->plus); in xdr_decode()
405 if (error) in xdr_decode()
1238 nfs_lookup_revalidate_done(struct inode *dir, struct dentry *dentry, struct inode *inode, int error) nfs_lookup_revalidate_done() argument
1358 int error; nfs_do_lookup_revalidate() local
1447 int error = 0; nfs_weak_revalidate() local
1558 int error; nfs_lookup() local
1863 int error; nfs_add_or_obtain() local
1921 int error; nfs_create() local
1974 int error; nfs_mkdir() local
2002 int error; nfs_rmdir() local
2039 int error = -EBUSY; nfs_safe_remove() local
2070 int error; nfs_unlink() local
2122 int error; nfs_symlink() local
2178 int error; nfs_link() local
2229 int error = -EBUSY; nfs_rename() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_sb.c830 * single bit error could clear the feature bit and unused parts of the
846 int error; in xfs_sb_read_verify() local
861 error = -EFSBADCRC; in xfs_sb_read_verify()
872 error = xfs_validate_sb_common(mp, bp, &sb); in xfs_sb_read_verify()
873 if (error) in xfs_sb_read_verify()
875 error = xfs_validate_sb_read(mp, &sb); in xfs_sb_read_verify()
878 if (error == -EFSCORRUPTED || error == -EFSBADCRC) in xfs_sb_read_verify()
879 xfs_verifier_error(bp, error, __this_address); in xfs_sb_read_verify()
880 else if (error) in xfs_sb_read_verify()
913 int error; xfs_sb_write_verify() local
1060 int error; xfs_sync_sb() local
1090 int error = 0; xfs_update_secondary_sbs() local
1157 int error; xfs_sync_sb_buf() local
1283 int error; xfs_sb_read_secondary() local
1305 int error; xfs_sb_get_secondary() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker.cc785 auto error = errno; in create_quic_server_socket() local
787 << xsi_strerror(error, errbuf.data(), errbuf.size()); in create_quic_server_socket()
793 auto error = errno; in create_quic_server_socket() local
795 << xsi_strerror(error, errbuf.data(), errbuf.size()); in create_quic_server_socket()
805 auto error = errno; in create_quic_server_socket() local
807 << xsi_strerror(error, errbuf.data(), errbuf.size()); in create_quic_server_socket()
814 auto error = errno; in create_quic_server_socket() local
816 << xsi_strerror(error, errbuf.data(), errbuf.size()); in create_quic_server_socket()
825 auto error = errno; in create_quic_server_socket() local
827 << xsi_strerror(error, errbu in create_quic_server_socket()
835 auto error = errno; create_quic_server_socket() local
845 auto error = errno; create_quic_server_socket() local
856 auto error = errno; create_quic_server_socket() local
867 auto error = errno; create_quic_server_socket() local
876 auto error = errno; create_quic_server_socket() local
887 auto error = errno; create_quic_server_socket() local
898 auto error = errno; create_quic_server_socket() local
907 auto error = errno; create_quic_server_socket() local
924 auto error = errno; create_quic_server_socket() local
933 auto error = errno; create_quic_server_socket() local
942 auto error = errno; create_quic_server_socket() local
956 auto error = errno; create_quic_server_socket() local
965 auto error = errno; create_quic_server_socket() local
974 auto error = errno; create_quic_server_socket() local
987 auto error = errno; create_quic_server_socket() local
1004 auto error = errno; create_quic_server_socket() local
1016 auto error = errno; create_quic_server_socket() local
1041 auto error = errno; create_quic_server_socket() local
1052 auto error = errno; create_quic_server_socket() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dparcel_helper.h81 int32_t error = remote->SendRequest(code, data, reply, option); \
82 if (error != ERR_NONE) { \
83 HILOGE("%{public}s transact failed, error: %{public}d", __func__, error); \
84 return error; \
94 int32_t error = remote->SendRequest(code, data, reply, option); \
95 if (error != ERR_NONE) { \
96 HILOGE("%{public}s transact failed, error: %{public}d", __func__, error); \
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/
H A Dparcel_helper.h81 int32_t error = remote->SendRequest(code, data, reply, option); \
82 if (error != ERR_NONE) { \
83 HILOGE("%{public}s transact failed, error: %{public}d", __func__, error); \
84 return error; \
94 int32_t error = remote->SendRequest(code, data, reply, option); \
95 if (error != ERR_NONE) { \
96 HILOGE("%{public}s transact failed, error: %{public}d", __func__, error); \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsyscall.h45 unsigned long error = regs->gpr[3]; in syscall_get_error() local
47 return IS_ERR_VALUE(error) ? error : 0; in syscall_get_error()
65 int error, long val) in syscall_set_return_value()
68 regs->gpr[3] = (long) error ?: val; in syscall_set_return_value()
74 * check ccr to decide if the value in r3 is actually an error. in syscall_set_return_value()
76 if (error) { in syscall_set_return_value()
78 regs->gpr[3] = error; in syscall_set_return_value()
63 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dmisc.c114 void error(char *x) in error() function
127 error("Attempting division by 0!"); in __div0()
134 error("stack-protector: Kernel stack is corrupted\n"); in __stack_chk_fail()
137 extern int do_decompress(u8 *input, int len, u8 *output, void (*error)(char *x));
156 output_data, error); in decompress_kernel()
158 error("decompressor returned an error"); in decompress_kernel()
165 error("detected buffer overflow"); in fortify_panic()
/kernel/linux/linux-5.10/drivers/dio/
H A Ddio-sysfs.c70 int error; in dio_create_sysfs_dev_files() local
73 if ((error = device_create_file(dev, &dev_attr_id)) || in dio_create_sysfs_dev_files()
74 (error = device_create_file(dev, &dev_attr_ipl)) || in dio_create_sysfs_dev_files()
75 (error = device_create_file(dev, &dev_attr_secid)) || in dio_create_sysfs_dev_files()
76 (error = device_create_file(dev, &dev_attr_name)) || in dio_create_sysfs_dev_files()
77 (error = device_create_file(dev, &dev_attr_resource))) in dio_create_sysfs_dev_files()
78 return error; in dio_create_sysfs_dev_files()

Completed in 20 milliseconds

1...<<61626364656667686970>>...659