Home
last modified time | relevance | path

Searched refs:error (Results 6001 - 6025 of 15055) sorted by relevance

1...<<241242243244245246247248249250>>...603

/third_party/libcoap/examples/contiki/
H A Dserver.c128 goto error; in init_coap_resources()
154 error: in init_coap_resources()
/third_party/mesa3d/bin/
H A Dsymbols-check.py106 parser.error('--dumpbin is mandatory')
110 parser.error('--nm is mandatory')
114 # Return the GNU "skip" error code
/third_party/jerryscript/tests/unit-core/
H A Dtest-to-integer.cpp81 ecma_value_t error = ecma_raise_type_error (ECMA_ERR_MSG ("I am a neat little error message")); in HWTEST_F() local
83 result = ecma_op_to_integer (error, &num); in HWTEST_F()
/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h125 unsigned *error) in create_attribs()
131 *error = 0; in create_attribs()
120 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) create_attribs() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h35 #error "NAME is not defined!"
39 #error "neither OPERATOR nor ALWAYS is defined!"
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp114 throw error(CL_INVALID_VALUE); in translate_target()
123 throw error(CL_IMAGE_FORMAT_NOT_SUPPORTED); in translate_format()
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-input.js38 `console.log("${msgOut}"); console.error("${msgErr}");`,
46 assert.strictEqual(ret.error, undefined);
H A Dtest-cluster-message.js86 console.error('check', checks);
94 console.error('end client');
H A Dtest-debugger-run-after-quit-restart.js18 function onFatal(error) {
20 throw error;
H A Dtest-dgram-bind-fd.js93 socket.on('error', (err) => {
94 console.error(err.message);
107 receiver.on('error', (err) => {
108 console.error(err.message);
H A Dtest-dgram-socket-buffer-size.js23 const error = {
34 return error;
38 // Should throw error if the socket is never bound.
71 // Should throw error if the socket is never bound.
84 // Should throw error if invalid buffer size is specified
H A Dtest-stream-unshift-read-race.js28 // 2. unshift() after the 'end' event is an error, but after the EOF
30 // 3. push() after the EOF signaling null is an error.
108 console.error(`0: ${written[0]}`);
110 console.error(`${i.toString(32)}: ${written[i]}`);
H A Dtest-tls-client-verify.js91 console.error('connecting...');
97 console.error(`expected: ${ok} authed: ${authorized}`);
/third_party/node/src/
H A Dinspector_agent.h6 #error("This header can only be used when inspector is enabled")
66 void ReportUncaughtException(v8::Local<v8::Value> error,
H A Djs_native_api_v8_inspector.h21 #error("This header can only be used when inspector is enabled")
90 void ReportUncaughtException(v8::Local<v8::Value> error,
/third_party/node/test/async-hooks/
H A Dtest-callback-error.js41 assert.ifError(child.error);
52 assert.ifError(child.error);
/third_party/node/test/embedding/
H A Dembedtest.cc34 for (const std::string& error : result->errors()) in main()
35 fprintf(stderr, "%s: %s\n", args[0].c_str(), error.c_str()); in main()
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h309 # error Microsoft extensions /Ze compiler option is required
312 # error Compatibility names /Go compiler option is required
363 * System error codes for Windows CE
/third_party/node/benchmark/
H A D_cli.js83 console.error(msg);
96 console.error(`The "${category}" category does not exist.`);
/third_party/node/deps/acorn/acorn/dist/
H A Dbin.js30 var print = (status === 0) ? console.log : console.error;
77 console.error(fileMode ? e.message.replace(/\(\d+:\d+\)$/, function (m) { return m.slice(0, 1) + inputFilePaths[fileIdx] + " " + m.slice(1); }) : e.message);
/third_party/libfuse/lib/
H A Dfuse_i.h67 int error; member
168 int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov,
189 * @return negative standard error code or 0 on success
/third_party/libfuse/include/
H A Dfuse_common.h11 #error "Never include <fuse_common.h> directly; use <fuse.h> or <fuse_lowlevel.h> instead."
327 * as an error and signaled to the caller).
390 * flag is not set, returning ENOSYS will be treated as an error and signalled
694 * until .size bytes have been copied or an error or EOF is
840 * @return actual number of bytes copied or -errno on error
923 # error only API version 30 or greater is supported
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate03.c118 int error; member
247 if (TEST_RETURN != test_data[test_index].error) { in main()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc3.c221 error("Failed to receive SIGUSR1 signal before timeout!", in signal_handler()
224 error("received unexpected signal", __FILE__, __LINE__); in signal_handler()
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H A Dmlockall03.c23 * TEST TITLE : Test for checking basic error conditions for
55 * Issue sys call failed to produce expected error.
101 int error; /* error description */ member
102 char *edesc; /* Expected error no */
144 "for checking error %s", TC[i].edesc); in main()
152 if (TEST_ERRNO != TC[i].error) in main()
236 "for mlockall() error %s\n", TC[i].edesc); in setup_test()
247 "for mlockall() error %s\n", TC[i].edesc); in setup_test()
281 "checking for mlockall() error in cleanup_test()
[all...]

Completed in 13 milliseconds

1...<<241242243244245246247248249250>>...603