Home
last modified time | relevance | path

Searched refs:error (Results 1226 - 1250 of 6510) sorted by relevance

1...<<41424344454647484950>>...261

/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dcheck.rs3 use crate::syntax::{error, Api};
23 cx.error(span, error::DOT_INCLUDE.msg); in check_dot_includes()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcheck.rs3 use crate::syntax::{error, Api};
23 cx.error(span, error::DOT_INCLUDE.msg); in check_dot_includes()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DOutputMixerOpenSLES.cpp39 goto error; in open()
46 goto error; in open()
52 error: in open()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftbitmap.h27 #error "freetype.h of FreeType 1 has been loaded!"
28 #error "Please fix the directory search order for header files"
29 #error "so that freetype.h of FreeType 2 is found first."
105 * FreeType error code. 0~means success.
144 * FreeType error code. 0~means success.
189 * FreeType error code. 0~means success.
245 * FreeType error code. 0~means success.
285 * FreeType error code. 0~means success.
310 * FreeType error code. 0~means success.
H A Dftincrem.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
168 * FreeType error code. 0~means success.
315 * error = FT_Open_Face( library, &open_args, index, &face );
H A Dftlist.h34 #error "freetype.h of FreeType 1 has been loaded!"
35 #error "Please fix the directory search order for header files"
36 #error "so that freetype.h of FreeType 2 is found first."
220 * The result (a FreeType error code) of the last iterator call.
H A Dfttrigon.h25 #error "freetype.h of FreeType 1 has been loaded!"
26 #error "Please fix the directory search order for header files"
27 #error "so that freetype.h of FreeType 2 is found first."
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DRegex.h52 std::swap(error, regex.error); in operator =()
58 /// isValid - returns the error encountered during regex compilation, or
98 int error; member in llvm::Regex
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_cast_test.cc31 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F()
42 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F()
53 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dgenerator.cc35 result.error = sanitized_result.program.Diagnostics().str(); in Generate()
44 result.error = builder->error(); in Generate()
/third_party/typescript/tests/baselines/reference/
H A DundeclaredModuleError.js3 function readdir(path: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { name: string; stat: fs.Stats; }[]) => void ) {}
10 } , (error: Error, files: {}[]) => {
32 }, function (error, files) {
/third_party/protobuf/kokoro/release/protoc/windows/
H A Dbuild.bat14 msbuild protobuf.sln /p:Platform=%vcplatform32% || goto error
20 msbuild protobuf.sln /p:Platform=%vcplatform64% || goto error
25 :error label
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcheck.rs3 use crate::syntax::{error, Api};
23 cx.error(span, error::DOT_INCLUDE.msg); in check_dot_includes()
/third_party/curl/projects/
H A Dbuild-wolfssl.bat206 if errorlevel 1 goto error
209 if errorlevel 1 goto error
217 if errorlevel 1 goto error
220 if errorlevel 1 goto error
235 if errorlevel 1 goto error
238 if errorlevel 1 goto error
246 if errorlevel 1 goto error
249 if errorlevel 1 goto error
380 goto error
385 goto error
412 :error global() label
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c31 #include <avahi-common/error.h>
673 DBusError error; in get_icon_name() local
680 dbus_error_init(&error); in get_icon_name()
682 if (!(bus = pa_dbus_bus_get(m->core, DBUS_BUS_SYSTEM, &error))) { in get_icon_name()
683 pa_log("Failed to get system bus connection: %s", error.message); in get_icon_name()
684 dbus_error_free(&error); in get_icon_name()
696 if ((reply = dbus_connection_send_with_reply_and_block(conn, msg, -1, &error)) == NULL) { in get_icon_name()
697 pa_log("Failed to send: %s:%s", error.name, error.message); in get_icon_name()
698 dbus_error_free(&error); in get_icon_name()
760 int error; client_callback() local
782 int error; create_client() local
[all...]
/third_party/elfutils/libcpu/
H A Di386_parse.y52 /* The error handler. */
248 error (EXIT_FAILURE, 0,
249 "terminated due to previous error");
271 error (0, 0,
275 error (EXIT_FAILURE, 0, "tsearch");
289 error (0, 0, "%d: only 'R' and 'RE' prefix allowed",
314 error (EXIT_FAILURE, errno, "tsearch");
335 error (EXIT_FAILURE, 0,
348 error (EXIT_FAILURE, errno, "tsearch");
378 error (
[all...]
/third_party/libbpf/src/
H A Dgen_loader.c25 * R7 contains the result of the last sys_bpf command (typically error or FD).
55 if (gen->error) in realloc_insn_buf()
56 return gen->error; in realloc_insn_buf()
58 gen->error = -ERANGE; in realloc_insn_buf()
63 gen->error = -ENOMEM; in realloc_insn_buf()
78 if (gen->error) in realloc_data_buf()
79 return gen->error; in realloc_data_buf()
81 gen->error = -ERANGE; in realloc_data_buf()
86 gen->error = -ENOMEM; in realloc_data_buf()
141 /* remember the label where all error branche in bpf_gen__init()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp366 return error(GL_INVALID_OPERATION); in subImage()
379 return error(GL_INVALID_OPERATION); in subImageCompressed()
402 return error(GL_OUT_OF_MEMORY, false); in copy()
565 return error(GL_OUT_OF_MEMORY); in setImage()
605 return error(GL_OUT_OF_MEMORY); in setCompressedImage()
632 return error(GL_OUT_OF_MEMORY); in copyImage()
642 return error(GL_OUT_OF_MEMORY); in copyImage()
658 return error(GL_INVALID_OPERATION); in copySubImage()
663 return error(GL_INVALID_VALUE); in copySubImage()
673 return error(GL_OUT_OF_MEMOR in copySubImage()
[all...]
/third_party/python/Python/
H A Dpylifecycle.c166 initializations fail, a fatal error is issued and the function does
252 * Locale coercion also impacts the default error handler for the standard
768 goto error; in pycore_init_builtins()
772 goto error; in pycore_init_builtins()
777 goto error; in pycore_init_builtins()
798 goto error; in pycore_init_builtins()
806 goto error; in pycore_init_builtins()
813 error: in pycore_init_builtins()
932 /* Note: preinitialized remains 1 on error, it is only set to 0 in _Py_PreInitializeFromPyArgv()
1029 * If any operation invoked by this function fails, a fatal error i
[all...]
/third_party/libuv/src/win/
H A Dpoll.c132 /* Queue this req, reporting an error. */ in uv__fast_poll_submit_poll_req()
157 /* Report an error unless the select was just interrupted. */ in uv__fast_poll_process_poll_req()
159 DWORD error = GET_REQ_SOCK_ERROR(req); in uv__fast_poll_process_poll_req() local
160 if (error != WSAEINTR && handle->events != 0) { in uv__fast_poll_process_poll_req()
162 handle->poll_cb(handle, uv_translate_sys_error(error), 0); in uv__fast_poll_process_poll_req()
220 goto error; in uv__fast_poll_create_peer_socket()
227 goto error; in uv__fast_poll_create_peer_socket()
232 error: in uv__fast_poll_create_peer_socket()
304 /* Queue this req, reporting an error. */ in uv__slow_poll_thread_proc()
360 /* Make this req pending, reporting an error in uv__slow_poll_submit_poll_req()
539 DWORD error; uv__poll_close() local
[all...]
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_context.c132 CGLError error; in apple_glx_create_context() local
167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
172 if (error) { in apple_glx_create_context()
177 if (kCGLBadMatch == error) { in apple_glx_create_context()
186 DebugMessageF("error: %s\n", apple_cgl.error_string(error)); in apple_glx_create_context()
249 fprintf(stderr, "error: while clearing drawable!\n"); in apple_glx_destroy_context()
265 fprintf(stderr, "error: destroying pixel format in %s\n", __func__); in apple_glx_destroy_context()
270 fprintf(stderr, "error: destroying context_obj in %s\n", __func__); in apple_glx_destroy_context()
282 /* Return true if an error occurre
335 bool error = false; apple_glx_make_current_context() local
[all...]
/third_party/node/lib/internal/policy/
H A Dmanifest.js60 function REACTION_THROW(error) {
61 throw error;
64 function REACTION_EXIT(error) {
65 REACTION_LOG(error);
72 function REACTION_LOG(error) {
73 _rawDebug(error.stack);
360 * a violation such as abort()ing or exiting the process, throwing the error,
361 * or logging the error.
596 const error = new ERR_MANIFEST_ASSERT_INTEGRITY(url, realIntegrities);
597 this.#reaction(error);
[all...]
/third_party/node/test/common/
H A Dinspector-helper.js51 console.error(err);
84 console.error(`JSON.parse() failed for: ${jsonPayload}`);
171 reject(message.error);
357 this._logger.error(`[err] child process crashed, signal ${signal}`);
414 req.on('error', reject);
499 }, (error) => {
501 throw error;
505 function timeoutPromise(error, timeoutMs) {
509 const timeout = setTimeout(() => reject(error), timeoutMs);
522 // if that happens within the `timeoutMs` timespan, or rejects with `error` a
[all...]
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c100 static int exit_error = 1; /* exit on error #, zero means no exit */
119 static int error; variable
156 if (error) { in main()
158 error, size, pipe_type, blk_type); in main()
219 case 'e': /* exit on error # */ in parse_options()
235 case 'f': /* format of buffer on error */ in parse_options()
413 tst_brkm(TBROK, cleanup, "options parse error"); in setup()
599 ++error; in check_rw_buf()
601 "FAIL data error on byte %d; rd# %d, sz= %d, " in check_rw_buf()
604 empty_read, error); in check_rw_buf()
[all...]
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c85 int error = LWS_ERRNO; in lws_plat_set_nonblocking() local
86 lwsl_err("ioctlsocket FIONBIO 1 failed with error %d\n", error); in lws_plat_set_nonblocking()
111 int error = LWS_ERRNO; in lws_plat_set_socket_options() local
112 lwsl_err("setsockopt SO_KEEPALIVE 1 failed with error %d\n", error); in lws_plat_set_socket_options()
124 int error = LWS_ERRNO; in lws_plat_set_socket_options() local
125 lwsl_err("WSAIoctl SIO_KEEPALIVE_VALS 1 %lu %lu failed with error %d\n", alive.keepalivetime, alive.keepaliveinterval, error); in lws_plat_set_socket_options()
137 int error in lws_plat_set_socket_options() local
149 int error = LWS_ERRNO; lws_plat_set_socket_options() local
[all...]

Completed in 16 milliseconds

1...<<41424344454647484950>>...261