/third_party/libcoap/examples/contiki/ |
H A D | server.c | 128 goto error; in init_coap_resources() 154 error: in init_coap_resources()
|
/third_party/mesa3d/bin/ |
H A D | symbols-check.py | 106 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 D | test-to-integer.cpp | 81 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 D | fake_glx_screen.h | 125 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 D | sp_quad_depth_test_tmp.h | 35 #error "NAME is not defined!" 39 #error "neither OPERATOR nor ALWAYS is defined!"
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | format.cpp | 114 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 D | test-child-process-spawnsync-input.js | 38 `console.log("${msgOut}"); console.error("${msgErr}");`, 46 assert.strictEqual(ret.error, undefined);
|
H A D | test-cluster-message.js | 86 console.error('check', checks); 94 console.error('end client');
|
H A D | test-debugger-run-after-quit-restart.js | 18 function onFatal(error) { 20 throw error;
|
H A D | test-dgram-bind-fd.js | 93 socket.on('error', (err) => { 94 console.error(err.message); 107 receiver.on('error', (err) => { 108 console.error(err.message);
|
H A D | test-dgram-socket-buffer-size.js | 23 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 D | test-stream-unshift-read-race.js | 28 // 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 D | test-tls-client-verify.js | 91 console.error('connecting...'); 97 console.error(`expected: ${ok} authed: ${authorized}`);
|
/third_party/node/src/ |
H A D | inspector_agent.h | 6 #error("This header can only be used when inspector is enabled") 66 void ReportUncaughtException(v8::Local<v8::Value> error,
|
H A D | js_native_api_v8_inspector.h | 21 #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 D | test-callback-error.js | 41 assert.ifError(child.error); 52 assert.ifError(child.error);
|
/third_party/node/test/embedding/ |
H A D | embedtest.cc | 34 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 D | config-win32.h | 309 # 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.js | 83 console.error(msg); 96 console.error(`The "${category}" category does not exist.`);
|
/third_party/node/deps/acorn/acorn/dist/ |
H A D | bin.js | 30 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 D | fuse_i.h | 67 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 D | fuse_common.h | 11 #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 D | fallocate03.c | 118 int error; member 247 if (TEST_RETURN != test_data[test_index].error) { in main()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc3.c | 221 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 D | mlockall03.c | 23 * 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...] |