Home
last modified time | relevance | path

Searched refs:error (Results 3151 - 3175 of 6385) sorted by relevance

1...<<121122123124125126127128129130>>...256

/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex48 Otherwise the negative value of one of the error-codes below is
63 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_init_remote.tex44 Otherwise the negative value of one of the error-codes below is
61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
/third_party/libunwind/libunwind/src/ppc64/
H A Ducontext_i.h93 #error "Not implemented!"
223 #error "Not implemented!"
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h64 # error Could not locate <elf.h>
115 # error Target has unknown byte ordering.
/third_party/mbedtls/include/mbedtls/
H A Dbignum.h23 /** An error occurred while reading from or writing to a file. */
183 #error "Only 32-bit or 64-bit limbs are supported in bignum"
236 #error "MBEDTLS_MPI_MAX_LIMBS > 65535 is not supported"
271 * \return Another negative error code on other kinds of failure.
288 * \return Another negative error code on other kinds of failure.
303 * \return Another negative error code on other kinds of failure.
341 * \return Another negative error code on other kinds of failure.
369 * \return Another negative error code on other kinds of failure.
382 * \return Another negative error code on other kinds of failure.
394 * \return A negative error cod
[all...]
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-tcp.c66 * Get the network error value.
72 * @return last error value.
98 * Log tcp error message.
101 jerryx_debugger_tcp_log_error (int errno_value) /**< error value to log */ in jerryx_debugger_tcp_log_error()
247 * false if there was an error
311 int error = jerryx_debugger_tcp_get_errno (); in jerryx_debugger_tcp_create() local
313 jerryx_debugger_tcp_log_error (error); in jerryx_debugger_tcp_create()
/third_party/node/lib/internal/webstreams/
H A Dutil.js194 } catch (error) {
195 return PromiseReject(error);
/third_party/node/test/parallel/
H A Dtest-util-promisify.js22 promise.catch(common.mustCall((error) => {
23 assert(error.message.includes('ENOENT: no such file or directory, stat'));
150 const err = new Error('Should not have called the callback with the error.');
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h6 #error This header should only be included if WebAssembly is enabled.
233 #error Unknown architecture.
/third_party/node/src/
H A Dspawn_sync.h106 inline void SetError(int error);
171 void SetError(int error);
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout-th.js210 console.error("You must provide a CSS selector of nodes to check.");
242 console.error("No valid data-* attributes found in selector list : " + selectorList);
/third_party/nghttp2/src/
H A Dinflatehd.cc127 "nghttp2_hd_change_table_size() failed with error %s at %d\n", in inflate_hd()
152 fprintf(stderr, "inflate failed with error code %zd at %d\n", rv, seq); in inflate_hd()
175 json_error_t error; in perform() local
177 auto json = json_loadf(stdin, 0, &error); in perform()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h60 #error Unsupported long double representation
69 #error SNaN is unsupported
260 /* error handling functions */
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h60 #error Unsupported long double representation
69 #error SNaN is unsupported
260 /* error handling functions */
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h59 #error Unsupported long double representation
68 #error SNaN is unsupported
259 /* error handling functions */
/third_party/musl/src/internal/
H A Dlibm.h59 #error Unsupported long double representation
68 #error SNaN is unsupported
259 /* error handling functions */
/third_party/mesa3d/src/intel/dev/
H A Dintel_dev_info.c41 error(char *fmt, ...) in error() function
102 return error("Not device found"); in main()
/third_party/node/deps/npm/lib/commands/
H A Downer.js122 log.error('owner ls', "Couldn't get owner data", npmFetch.cleanUrl(pkg))
157 log.error('owner mutate', `Error getting user data for ${user}`)
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js58 this.inputStream.on('error', er => this.emit('error', er))
70 this.handleContentP.catch(error => this.emit('error', error))
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dextradata.cpp51 "gennorm2 error: " in writeMapping()
130 "gennorm2 error: " in writeCompositions()
178 "gennorm2 error: unexpected shared data for " in rangeHandler()
183 if(norm.error!=nullptr) { in rangeHandler()
184 fprintf(stderr, "gennorm2 error: U+%04lX %s\n", (long)start, norm.error); in rangeHandler()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c182 error("lock_file failed", __FILE__, __LINE__); in main()
197 error("read_file failed", __FILE__, __LINE__); in main()
435 * This was a DS error code, and DS does not exist V3.1 in lock_error()
467 printf("ERROR: Unknown lock error\n"); in lock_error()
/third_party/lwip/test/unit/core/
H A Dtest_mem.c7 #error "This tests needs MEM-statistics enabled"
10 #error "This test needs DNS turned off (as it mallocs on init)"
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc315 void Packet::SetError(ErrDef error) { in SetError() argument
318 AddWord8(static_cast<uint8_t>(error)); in SetError()
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc5 #include "src/parsing/pending-compilation-error-handler.h"
153 // Internalize ast values for throwing the pending error. in PrepareErrors()
184 Handle<JSObject> error = in ThrowPendingError() local
186 isolate->ThrowAt(error, &location); in ThrowPendingError()
/third_party/node/deps/v8/src/regexp/
H A Dregexp.h10 #include "src/regexp/regexp-error.h"
50 // The error message. Only used if an error occurred during parsing or
52 RegExpError error = RegExpError::kNone; member
54 // The position at which the error was detected. Only used if an
55 // error occurred.
159 RegExpError error);

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...256