Home
last modified time | relevance | path

Searched refs:error (Results 2851 - 2875 of 7280) sorted by relevance

1...<<111112113114115116117118119120>>...292

/third_party/node/deps/acorn/acorn/dist/
H A Dbin.js30 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 Dfuse_i.h67 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 Dfuse_common.h11 #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 Dfallocate03.c118 int error; member
247 if (TEST_RETURN != test_data[test_index].error) { in main()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc3.c221 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 Dmlockall03.c23 * 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...]
H A Dmlockall02.c23 * TEST TITLE : Test for checking basic error conditions for
54 * Issue sys call failed to produce expected error.
93 int error; /* error description */ member
94 char *edesc; /* Expected error no */
121 "for checking error %s", TC[i].edesc); in main()
129 if (TEST_ERRNO != TC[i].error) in main()
191 "for mlockall error %s\n", TC[i].edesc); in setup_test()
211 "mlockall error %s\n", TC[i].edesc); in setup_test()
242 "checking for mlockall error in cleanup_test()
[all...]
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-posix.cc57 #error "Unsupported platform."
130 #error "Unsupported architecture." in TryHandleSignal()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h30 # error internal/cryptlib.h included before bio_local.h
33 # error openssl/bio.h included before bio_local.h
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreusable_diagnostic.rs51 /// An error enum that represent all possible errors within your program
60 Error::MismatchType(left, right) => Diagnostic::error() in report()
70 Error::MutatingImmutable(original, mutating) => Diagnostic::error() in report()
/third_party/python/Tools/scripts/
H A Dpickle2db.py60 except getopt.error:
126 except bsddb.error:
/third_party/openssl/crypto/bio/
H A Dbio_local.h30 # error internal/cryptlib.h included before bio_local.h
33 # error openssl/bio.h included before bio_local.h
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.cpp107 egl::Error error = in getAttribute() local
110 return error; in getAttribute()
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h53 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLErrorString, const char *, (CGLError error), (error))
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/
H A Dextension.rb69 # First pop any non-matching conditionals and fire a mismatch error
77 # Log an error
79 logger.error message_with_context %(unmatched conditional "#{conditional.line}" with no endif), source_location: conditional.cursor
110 logger.error message_with_context %(unmatched endif - found "#{line}" with no matching conditional begin), source_location: cursor
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_clear_color_test.cc96 std::string error; member
121 EXPECT_EQ(std::string("13: ") + test_data.error, r.Error()) << test_data.data; in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp171 // Invalid arguments return error codes, but don't necessarily generate in BinaryToDot()
180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot()
182 return error; in BinaryToDot()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp33 # error Unimplemented platform
95 # error Unimplemented platform in loadSwiftShader()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go87 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) {
102 res := make(chan error)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp171 // Invalid arguments return error codes, but don't necessarily generate in BinaryToDot()
180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot()
182 return error; in BinaryToDot()
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h46 #error "Can't define both USYNERGY_LITTLE_ENDIAN and USYNERGY_BIG_ENDIAN"
54 #error "Can't detect endian-nes, please defined either USYNERGY_LITTLE_ENDIAN or USYNERGY_BIG_ENDIAN";
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dscrptrun.cpp118 UErrorCode error = U_ZERO_ERROR; in next() local
145 UScriptCode sc = uscript_getScript(ch, &error); in next()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A Dmain.cpp22 static void glfw_error_callback(int error, const char* description) in glfw_error_callback() argument
24 fprintf(stderr, "Glfw Error %d: %s\n", error, description); in glfw_error_callback()
82 // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). in main()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dmdate-sh62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_int.hpp270 # error "GLM error: multiple default precision requested for signed integer types"
282 # error "GLM error: multiple default precision requested for unsigned integer types"

Completed in 18 milliseconds

1...<<111112113114115116117118119120>>...292