/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_local.tex | 48 Otherwise the negative value of one of the error-codes below is 63 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
|
H A D | unw_init_remote.tex | 44 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 D | ucontext_i.h | 93 #error "Not implemented!" 223 #error "Not implemented!"
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind_i.h | 64 # error Could not locate <elf.h> 115 # error Target has unknown byte ordering.
|
/third_party/mbedtls/include/mbedtls/ |
H A D | bignum.h | 23 /** 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 D | debugger-tcp.c | 66 * 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 D | util.js | 194 } catch (error) { 195 return PromiseReject(error);
|
/third_party/node/test/parallel/ |
H A D | test-util-promisify.js | 22 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 D | jump-table-assembler.h | 6 #error This header should only be included if WebAssembly is enabled. 233 #error Unknown architecture.
|
/third_party/node/src/ |
H A D | spawn_sync.h | 106 inline void SetError(int error); 171 void SetError(int error);
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | check-layout-th.js | 210 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 D | inflatehd.cc | 127 "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 D | libm.h | 60 #error Unsupported long double representation 69 #error SNaN is unsupported 260 /* error handling functions */
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | libm.h | 60 #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 D | libm.h | 59 #error Unsupported long double representation 68 #error SNaN is unsupported 259 /* error handling functions */
|
/third_party/musl/src/internal/ |
H A D | libm.h | 59 #error Unsupported long double representation 68 #error SNaN is unsupported 259 /* error handling functions */
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_dev_info.c | 41 error(char *fmt, ...) in error() function 102 return error("Not device found"); in main()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | owner.js | 122 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 D | write.js | 58 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 D | extradata.cpp | 51 "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 D | sched_tc6.c | 182 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 D | test_mem.c | 7 #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 D | packet.cc | 315 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 D | pending-compilation-error-handler.cc | 5 #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 D | regexp.h | 10 #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);
|