Home
last modified time | relevance | path

Searched refs:error (Results 8326 - 8350 of 15992) sorted by relevance

1...<<331332333334335336337338339340>>...640

/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);
/third_party/mksh/
H A Dulimit.c83 # error nonsensical m ulimit
87 # error nonsensical v ulimit
281 * evaluate() to control if unset params are 0 or an error. in set_ulimit()
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_register.c126 loader->error = error_function; in OSSL_STORE_LOADER_set_error()
188 || loader->error == NULL || loader->closefn == NULL) { in ossl_store_register_loader_int()
/third_party/libcoap/examples/riot/examples_libcoap_server/
H A Dserver-coap.c92 goto error; in init_coap_resources()
120 error: in init_coap_resources()
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs22 /// Adds an error encountered by the build script while executing a command.
99 Err(error) => { in run_command()
100 let message = format!("error: {}", error); in run_command()
/third_party/python/Lib/re/
H A D__init__.py120 This module also defines an exception 'error'.
133 "error", "Pattern", "Match", "A", "I", "L", "M", "S", "X", "U",
158 error = _compiler.error variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.h46 void setError(EGLint error) const;
48 void setError(EGLint error, const char *message...) const;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp67 # error "Missing VK_KHR_external_memory_fd implementation for this platform!"
75 # error "Missing VK_ANDROID_external_memory_android_hardware_buffer implementation for this platform!"
/third_party/openssl/crypto/store/
H A Dstore_register.c126 loader->error = error_function; in OSSL_STORE_LOADER_set_error()
188 || loader->error == NULL || loader->closefn == NULL) { in ossl_store_register_loader_int()
/third_party/skia/src/sksl/ir/
H A DSkSLForStatement.cpp91 context.fErrors->error(initializer->fLine, "invalid for loop initializer"); in Convert()
103 // Report an error on intermediate expressions like FunctionReference or TypeReference. in Convert()
110 // In strict-ES2, loops must be unrollable or it's an error. in Convert()
152 context.fErrors->error(line, "while loops are not supported"); in ConvertWhile()
H A DSkSLIndexExpression.cpp26 context.fErrors->error(base.fLine, "index " + to_string(index) + " out of range for '" + in index_out_of_range()
69 context.fErrors->error(base->fLine, in Convert()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-unicode.cc167 #error "Could not find any Unicode functions implementation, you have to provide your own"
168 #error "Consider building hb-ucd.cc. If you absolutely want to build without any, check the code."
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py32 an import error.
70 except OSError as error:
74 if error.errno != errno.ENOENT:

Completed in 18 milliseconds

1...<<331332333334335336337338339340>>...640