/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 38 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_policy() local 51 error = 0; in tomoyo_update_policy() 54 if (error && !param->is_delete) { in tomoyo_update_policy() 58 error = 0; in tomoyo_update_policy() 62 return error; in tomoyo_update_policy() 103 int error = is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_domain() local 135 error = 0; in tomoyo_update_domain() 138 if (error && !is_delete) { in tomoyo_update_domain() 142 error = 0; in tomoyo_update_domain() 148 return error; in tomoyo_update_domain() 246 int error = param->is_delete ? -ENOENT : -ENOMEM; tomoyo_write_transition_control() local 406 int error = param->is_delete ? -ENOENT : -ENOMEM; tomoyo_write_aggregator() local 625 int error = -ENOMEM; tomoyo_environ() local [all...] |
/kernel/linux/linux-6.6/security/keys/ |
H A D | process_keys.c | 113 goto error; in look_up_user_keyrings() 117 goto error; in look_up_user_keyrings() 175 error: in look_up_user_keyrings() 430 * otherwise we want to return a sample error (probably -EACCES) if in search_cred_keyrings_rcu() 433 * in terms of priority: success > -ENOKEY > -EAGAIN > other error in search_cred_keyrings_rcu() 522 /* no key - decide on the error we're going to go for */ in search_cred_keyrings_rcu() 573 /* no key - decide on the error we're going to go for */ in search_process_keyrings_rcu() 633 goto error; in lookup_user_key() 638 goto error; in lookup_user_key() 651 goto error; in lookup_user_key() [all...] |
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/ |
H A D | publicCertificateCallback.js | 61 console.error(
83 } else if (flag == "error") {
98 console.error(
120 console.error("[Callback]verify failed. error is " + err);
152 console.error(
153 "[callback] verifyX509CertCallback failed! error is: " + err
172 console.error(
173 "[callback] checkValidityX509Cert failed! error is: " + err.code
287 console.error("[callbac [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 70 void C_DECL TParseContextBase::error(const TSourceLoc& loc, const char* szReason, const char* szToken, in error() function in glslang::TParseContextBase 75 // If enhanced msg readability, only print one error in error() 120 // Both test and if necessary, spit out an error, to see if the node is really 123 // Returns true if there was an error. 180 error(loc, " l-value required", op, "", ""); in lValueErrorCheck() 186 // Everything else is okay, no error. in lValueErrorCheck() 201 error(loc, " l-value required", op, "", ""); in lValueErrorCheck() 209 // If we get here, we have an error and a message. in lValueErrorCheck() 214 error(loc, " l-value required", op, "\"%s\" (%s)", symbol, message); in lValueErrorCheck() 218 error(lo in lValueErrorCheck() [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | afmparse.c | 415 FT_Error error; in FT_LOCAL_DEF() local 545 FT_Error error; in FT_LOCAL_DEF() local 549 return error; in FT_LOCAL_DEF() 636 FT_Error error; in afm_parse_track_kern() local 640 return error; in afm_parse_track_kern() 778 FT_Error error; in afm_parse_kern_pairs() local 782 return error; in afm_parse_kern_pairs() 878 FT_Error error; in afm_parse_kern_data() local 898 error = afm_parse_track_kern( parser ); in afm_parse_kern_data() 899 if ( error ) in afm_parse_kern_data() 973 FT_Error error = FT_ERR( Syntax_Error ); FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_intrinsic_test.cc | 273 ASSERT_TRUE(gen.EmitExpression(out, call)) << gen.error(); in TEST_F() 284 ASSERT_TRUE(gen.EmitExpression(out, call)) << gen.error(); in TEST_F() 296 ASSERT_TRUE(gen.EmitExpression(out, call)) << gen.error(); in TEST_F() 306 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 332 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 358 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 384 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 411 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 434 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 456 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() [all...] |
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | syscall-generic.h | 33 const long error = regs_return_value(regs); in syscall_get_error() local 35 return IS_ERR_VALUE(error) ? error : 0; in syscall_get_error() 46 int error, long val) in syscall_set_return_value() 48 PT_REGS_SET_SYSCALL_RETURN(regs, (long) error ?: val); in syscall_set_return_value() 44 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
|
/third_party/curl/tests/ |
H A D | test971.pl | 86 $error++; 108 $error++; 119 $error++; 123 print STDERR "ok\n" if(!$error); 125 exit $error;
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.h | 100 _eglDebugReport(EGLenum error, const char *funcName, 103 #define _eglReportCritical(error, funcName, ...) \ 104 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_CRITICAL_KHR, __VA_ARGS__) 106 #define _eglReportError(error, funcName, ...) \ 107 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_ERROR_KHR, __VA_ARGS__)
|
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/ |
H A D | ErrorRenderer.java | 29 private final String error; field in ErrorRenderer 32 String phoneNumber, String defaultCountry, Locale geocodingLocale, String error) { in ErrorRenderer() 36 this.error = error; in ErrorRenderer() 46 .setError(error) in genHtml() 31 ErrorRenderer( String phoneNumber, String defaultCountry, Locale geocodingLocale, String error) ErrorRenderer() argument
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | StabilizedCallback.h | 33 void onErrorBeforeClose(AudioStream *oboeStream, Result error) override { 34 return mCallback->onErrorBeforeClose(oboeStream, error); 37 void onErrorAfterClose(AudioStream *oboeStream, Result error) override { 43 return mCallback->onErrorAfterClose(oboeStream, error); 70 #error "cpu_relax is not defined for this architecture"
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | max7359_keypad.c | 166 int error; in max7359_probe() local 212 error = matrix_keypad_build_keymap(keymap_data, NULL, in max7359_probe() 217 if (error) { in max7359_probe() 219 return error; in max7359_probe() 222 error = devm_request_threaded_irq(&client->dev, client->irq, NULL, in max7359_probe() 226 if (error) { in max7359_probe() 228 return error; in max7359_probe() 232 error = input_register_device(input_dev); in max7359_probe() 233 if (error) { in max7359_probe() 235 return error; in max7359_probe() [all...] |
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-leds.c | 92 int error; in input_leds_connect() local 109 error = input_register_handle(&leds->handle); in input_leds_connect() 110 if (error) in input_leds_connect() 113 error = input_open_device(&leds->handle); in input_leds_connect() 114 if (error) in input_leds_connect() 130 error = -ENOMEM; in input_leds_connect() 139 error = led_classdev_register(&dev->dev, &led->cdev); in input_leds_connect() 140 if (error) { in input_leds_connect() 142 led->cdev.name, error); in input_leds_connect() 167 return error; in input_leds_connect() [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | psmouse-smbus.c | 235 int error; in psmouse_smbus_init() local 269 error = i2c_for_each_dev(smbdev, psmouse_smbus_create_companion); in psmouse_smbus_init() 283 if (error < 0 || !leave_breadcrumbs) { in psmouse_smbus_init() 291 return error < 0 ? error : -EAGAIN; in psmouse_smbus_init() 296 int error; in psmouse_smbus_module_init() local 298 error = bus_register_notifier(&i2c_bus_type, &psmouse_smbus_notifier); in psmouse_smbus_module_init() 299 if (error) { in psmouse_smbus_module_init() 300 pr_err("failed to register i2c bus notifier: %d\n", error); in psmouse_smbus_module_init() 301 return error; in psmouse_smbus_module_init() [all...] |
H A D | pxa930_trkball.c | 147 int irq, error; in pxa930_trkball_probe() local 166 error = -EINVAL; in pxa930_trkball_probe() 173 error = -ENXIO; in pxa930_trkball_probe() 180 error = request_irq(irq, pxa930_trkball_interrupt, 0, in pxa930_trkball_probe() 182 if (error) { in pxa930_trkball_probe() 183 dev_err(&pdev->dev, "failed to request irq: %d\n", error); in pxa930_trkball_probe() 192 error = -ENOMEM; in pxa930_trkball_probe() 208 error = input_register_device(input); in pxa930_trkball_probe() 209 if (error) { in pxa930_trkball_probe() 224 return error; in pxa930_trkball_probe() [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | wrapper.c | 169 int error = 0; in hfsplus_read_wrapper() local 171 error = -EINVAL; in hfsplus_read_wrapper() 179 error = -ENOMEM; in hfsplus_read_wrapper() 188 error = hfsplus_submit_bio(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_read_wrapper() 191 if (error) in hfsplus_read_wrapper() 194 error = -EINVAL; in hfsplus_read_wrapper() 220 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper() 224 if (error) in hfsplus_read_wrapper() 227 error = -EINVAL; in hfsplus_read_wrapper() 267 return error; in hfsplus_read_wrapper() [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dir.c | 65 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local 88 error = -EINTR; in dlm_recover_directory() 92 error = dlm_rcom_names(ls, memb->nodeid, in dlm_recover_directory() 94 if (error) in dlm_recover_directory() 110 error = -EINVAL; in dlm_recover_directory() 134 error = dlm_master_lookup(ls, memb->nodeid, in dlm_recover_directory() 138 if (error) { in dlm_recover_directory() 140 error); in dlm_recover_directory() 188 error = 0; in dlm_recover_directory() 196 return error; in dlm_recover_directory() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | wrapper.c | 167 int error = 0; in hfsplus_read_wrapper() local 169 error = -EINVAL; in hfsplus_read_wrapper() 177 error = -ENOMEM; in hfsplus_read_wrapper() 186 error = hfsplus_submit_bio(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_read_wrapper() 189 if (error) in hfsplus_read_wrapper() 192 error = -EINVAL; in hfsplus_read_wrapper() 218 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper() 221 if (error) in hfsplus_read_wrapper() 224 error = -EINVAL; in hfsplus_read_wrapper() 264 return error; in hfsplus_read_wrapper() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-rbsp.c | 29 rbsp->error = 0; in rbsp_init() 34 rbsp->error = -EINVAL; in rbsp_unsupported() 276 if (rbsp->error) in rbsp_bit() 278 rbsp->error = rbsp->ops->rbsp_bit(rbsp, value); in rbsp_bit() 283 if (rbsp->error) in rbsp_bits() 285 rbsp->error = rbsp->ops->rbsp_bits(rbsp, n, value); in rbsp_bits() 290 if (rbsp->error) in rbsp_uev() 292 rbsp->error = rbsp->ops->rbsp_uev(rbsp, value); in rbsp_uev() 297 if (rbsp->error) in rbsp_sev() 299 rbsp->error in rbsp_sev() [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | max7359_keypad.c | 165 int error; in max7359_probe() local 211 error = matrix_keypad_build_keymap(keymap_data, NULL, in max7359_probe() 216 if (error) { in max7359_probe() 218 return error; in max7359_probe() 221 error = devm_request_threaded_irq(&client->dev, client->irq, NULL, in max7359_probe() 225 if (error) { in max7359_probe() 227 return error; in max7359_probe() 231 error = input_register_device(input_dev); in max7359_probe() 232 if (error) { in max7359_probe() 234 return error; in max7359_probe() [all...] |
H A D | mcs_touchkey.c | 66 dev_err(&client->dev, "i2c read error [%d]\n", val); in mcs_touchkey_interrupt() 110 int error; in mcs_touchkey_probe() local 149 dev_err(&client->dev, "i2c read error[%d]\n", fw_ver); in mcs_touchkey_probe() 181 error = devm_add_action_or_reset(&client->dev, in mcs_touchkey_probe() 183 if (error) in mcs_touchkey_probe() 184 return error; in mcs_touchkey_probe() 187 error = devm_request_threaded_irq(&client->dev, client->irq, in mcs_touchkey_probe() 191 if (error) { in mcs_touchkey_probe() 193 return error; in mcs_touchkey_probe() 196 error in mcs_touchkey_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | psmouse-smbus.c | 241 int error; in psmouse_smbus_init() local 275 error = i2c_for_each_dev(smbdev, psmouse_smbus_create_companion); in psmouse_smbus_init() 295 if (error < 0 || !leave_breadcrumbs) { in psmouse_smbus_init() 303 return error < 0 ? error : -EAGAIN; in psmouse_smbus_init() 308 int error; in psmouse_smbus_module_init() local 314 error = bus_register_notifier(&i2c_bus_type, &psmouse_smbus_notifier); in psmouse_smbus_module_init() 315 if (error) { in psmouse_smbus_module_init() 316 pr_err("failed to register i2c bus notifier: %d\n", error); in psmouse_smbus_module_init() 318 return error; in psmouse_smbus_module_init() [all...] |
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-leds.c | 92 int error; in input_leds_connect() local 109 error = input_register_handle(&leds->handle); in input_leds_connect() 110 if (error) in input_leds_connect() 113 error = input_open_device(&leds->handle); in input_leds_connect() 114 if (error) in input_leds_connect() 130 error = -ENOMEM; in input_leds_connect() 139 error = led_classdev_register(&dev->dev, &led->cdev); in input_leds_connect() 140 if (error) { in input_leds_connect() 142 led->cdev.name, error); in input_leds_connect() 167 return error; in input_leds_connect() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-mmap.c | 110 // TODO: error reporting? in irq_mmap_process_frames() 211 goto error; in irq_mmap_r_process_frames() 220 goto error; in irq_mmap_r_process_frames() 225 goto error; in irq_mmap_r_process_frames() 230 goto error; in irq_mmap_r_process_frames() 233 error: in irq_mmap_r_process_frames() 250 goto error; in irq_mmap_w_process_frames() 257 goto error; in irq_mmap_w_process_frames() 263 goto error; in irq_mmap_w_process_frames() 268 goto error; in irq_mmap_w_process_frames() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRoundTripTest.java | 86 logln("Numeric error " + min_numeric_error + " to " + max_numeric_error); in TestNumberFormatRoundTrip() 204 // Compute proportional error in _test() 205 double error = proportionalError(value, n); in _test() 207 if (error > MAX_ERROR) { in _test() 208 errln("*** NUMERIC ERROR " + error); in _test() 212 if (error > max_numeric_error) in _test() 213 max_numeric_error = error; in _test() 214 if (error < min_numeric_error) in _test() 215 min_numeric_error = error; in _test() 238 double error in proportionalError() [all...] |