/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);
|
/third_party/mksh/ |
H A D | ulimit.c | 83 # 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 D | store_register.c | 126 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 D | server-coap.c | 92 goto error; in init_coap_resources() 120 error: in init_coap_resources()
|
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 22 /// 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__.py | 120 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 D | validationEGL.h | 46 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 D | VkDeviceMemory.cpp | 67 # 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 D | store_register.c | 126 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 D | SkSLForStatement.cpp | 91 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 D | SkSLIndexExpression.cpp | 26 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 D | hb-unicode.cc | 167 #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 D | test_finder.py | 32 an import error. 70 except OSError as error: 74 if error.errno != errno.ENOENT:
|
/third_party/python/Lib/test/ |
H A D | test_strftime.py | 117 # mustn't raise a value error 120 except ValueError as error: 121 self.fail("strftime '%s' format gave error: %s" % (e[0], error))
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_function_test.cc | 76 ASSERT_TRUE(b.GenerateGlobalVariable(var_a)) << b.error(); in TEST_F() 77 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 56 func run() error { 152 func processFailure(test, wd, failure string) error { 168 var fix func(testSource string) (string, error) 173 fix = func(testSource string) (string, error) { 203 fix = func(testSource string) (string, error) { 256 func parseSourceFile(path string) (sourceFile, error) { 284 func writeSourceFile(path string, file sourceFile) error {
|