/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | sys_sh32.c | 29 int error; in sys_sh_pipe() local 31 error = do_pipe_flags(fd, 0); in sys_sh_pipe() 32 if (!error) { in sys_sh_pipe() 36 return error; in sys_sh_pipe()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | rpadlpar_sysfs.c | 106 int error; in dlpar_sysfs_init() local 113 error = sysfs_create_group(dlpar_kobj, &dlpar_attr_group); in dlpar_sysfs_init() 114 if (error) in dlpar_sysfs_init() 116 return error; in dlpar_sysfs_init()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_kbd_led_backlight.c | 64 int error; in keyboard_led_probe() local 86 error = devm_led_classdev_register(&pdev->dev, cdev); in keyboard_led_probe() 87 if (error) in keyboard_led_probe() 88 return error; in keyboard_led_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compiler-gcc.h | 3 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead." 15 # error Sorry, your version of GCC is too old - please use 4.9 or newer. 21 # error Sorry, your version of GCC is too old - please use 5.1 or newer. 157 #define __diag_GCC_error error
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_inode.c | 121 int error; in xfs_trans_roll_inode() local 124 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode() 125 if (!error) in xfs_trans_roll_inode() 127 return error; in xfs_trans_roll_inode()
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_irq.c | 70 goto error; in ipc_acquire_irq() 74 goto error; in ipc_acquire_irq() 84 goto error; in ipc_acquire_irq() 88 error: in ipc_acquire_irq()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | rpadlpar_sysfs.c | 106 int error; in dlpar_sysfs_init() local 113 error = sysfs_create_group(dlpar_kobj, &dlpar_attr_group); in dlpar_sysfs_init() 114 if (error) in dlpar_sysfs_init() 116 return error; in dlpar_sysfs_init()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-pasemi-pci.c | 31 int error; in pasemi_smb_pci_probe() local 60 error = pasemi_i2c_common_probe(smbus); in pasemi_smb_pci_probe() 61 if (error) in pasemi_smb_pci_probe() 62 return error; in pasemi_smb_pci_probe()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_poison.c | 43 unsigned char error = a ^ b; in single_bit_flip() local 45 return error && !(error & (error - 1)); in single_bit_flip() 66 pr_err("pagealloc: single bit error\n"); in check_poison_mem()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ttadsp.c | 24 int32_t *error, int32_t *in, int32_t shift, in tta_filter_process_c() 28 if (*error < 0) { in tta_filter_process_c() 31 } else if (*error > 0) { in tta_filter_process_c() 47 *error = *in; in tta_filter_process_c() 23 tta_filter_process_c(int32_t *qmi, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) tta_filter_process_c() argument
|
H A D | ttaencdsp.c | 24 int32_t *error, int32_t *in, int32_t shift, in ttaenc_filter_process_c() 26 if (*error < 0) { in ttaenc_filter_process_c() 29 } else if (*error > 0) { in ttaenc_filter_process_c() 50 *error = *in; in ttaenc_filter_process_c() 23 ttaenc_filter_process_c(int32_t *qm, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) ttaenc_filter_process_c() argument
|
/third_party/ffmpeg/libavdevice/tests/ |
H A D | timefilter.c | 57 double error = 0; in main() local 68 error += (filtered - ideal[i]) * (filtered - ideal[i]); in main() 71 if (error < best_error) { in main() 72 best_error = error; in main()
|
/third_party/curl/tests/ |
H A D | azure.pm | 105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_; 113 if($error == 2) { 116 elsif($error < 0) { 119 elsif(!$error) {
|
/third_party/libsnd/src/ |
H A D | ogg_pcm.c | 59 int error = 0 ; in ogg_pcm_open() local 78 if ((error = opcm_read_header (psf))) in ogg_pcm_open() 79 return error ; in ogg_pcm_open() 125 return error ; in ogg_pcm_open()
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gget_proc_name.c | 104 int error; in unw_get_proc_name() local 119 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, in unw_get_proc_name() 122 if (c->dwarf.use_prev_instr && offp != NULL && error == 0) in unw_get_proc_name() 125 return error; in unw_get_proc_name()
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | templated.any.js | 67 c.error(theError); 75 c.error(theError); 103 controller.error(theError); 114 controller.error(theError);
|
/third_party/node/test/parallel/ |
H A D | test-http-1.0-keep-alive.js | 121 console.error('< SERVER SENDING RESPONSE', ctx); 134 console.error(' > CLIENT SENDING REQUEST', ctx); 139 console.error(' > CLIENT CLOSE'); 146 console.error(' > CLIENT ONDATA %j %j', s.length, s.toString());
|
H A D | test-http-server-consumed-timeout.js | 36 console.error('The interval was not invoked.'); 37 console.error(`Trying w/ timeout of ${newTimeoutDuration}.`); 46 console.error(`Time between intervals: ${durationBetweenIntervals}`); 47 console.error(`Trying w/ timeout of ${newTimeoutDuration}`);
|
H A D | test-http2-server-push-stream-errors.js | 16 // Tests error handling within pushStream 17 // - NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (should emit session error) 18 // - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error) 19 // - every other NGHTTP2 error from binding (should emit stream error) 29 error: { 39 error: { 53 error: { 67 // Mock submitPushPromise because we only care about testing error handling 72 stream.pushStream({}, common.expectsError(currentError.error)); [all...] |
H A D | test-https-drain.js | 54 console.error('paused'); 63 console.error(`sent: ${sent}`); 66 console.error('resumed'); 80 console.error(`received: ${received}`);
|
H A D | test-inspector-async-hook-setup-at-signal.js | 39 console.error('[test]', 'Waiting for initial setup'); 44 console.error('[test]', 'Setting up timeout for async stack trace'); 53 console.error('[test]', 'Verify basic properties of asyncStackTrace'); 79 console.error('[test]', 'Stopping child instance');
|
H A D | test-net-server-max-connections.js | 58 console.error(`closed ${index}`); 70 console.error('calling wait callback.'); 94 c.on('error', function(e) { 100 console.error(`error ${index}: ${e}`);
|
H A D | test-tls-psk-circuit.js | 26 function test(secret, opts, error) { 27 const cb = !error ? 40 if (!error) { 51 client.on('error', common.mustCall((err) => { 52 assert.strictEqual(err.code, error);
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/ |
H A D | move-file.js | 31 } catch (error) { 32 if (error.code === 'EXDEV' || error.code === 'EPERM') { 45 throw error
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_04_custom.rs | 3 use clap::error::ErrorKind; 34 cmd.error( in main() 53 cmd.error( in main() 71 cmd.error( in main()
|