Home
last modified time | relevance | path

Searched refs:error (Results 1626 - 1650 of 6510) sorted by relevance

1...<<61626364656667686970>>...261

/third_party/openssl/include/internal/
H A Dendian.h29 # error "L_ENDIAN defined on a big endian machine"
32 # error "B_ENDIAN defined on a little endian machine"
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator.cc32 result.error = impl->error(); in Generate()
/third_party/python/Include/internal/
H A Dpycore_gil.h8 # error "this header requires Py_BUILD_CORE define"
15 # error You need either a POSIX-compatible or a Windows system!
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dper_thread_tls.h38 #error ABSL_PER_THREAD_TLS cannot be directly set
40 #error ABSL_PER_THREAD_TLS_KEYWORD cannot be directly set
/third_party/skia/experimental/wasm-skp-debugger/
H A Dhelper.js18 var error = player.loadSkp(fileMemPtr, size);
22 'error': error,
/third_party/rust/crates/rust-cexpr/src/
H A Dlib.rs22 pub use nom::{error::ErrorKind, error::Error, Err, IResult, Needed};
46 /// An error occurred in an underlying nom parser.
68 /// The remainder of the input stream at the time of the error.
70 /// The error that occurred.
71 pub error: ErrorKind,
84 error: e.1, in from()
89 impl<I> From<::nom::error::Error<I>> for Error<I> {
90 fn from(e: ::nom::error::Error<I>) -> Self { in from()
93 error in from()
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c361 /* XXX log an error or smth */ in driGetConfigAttribIndex()
450 unsigned *error, in driCreateContextAttribs()
468 *error = __DRI_CTX_ERROR_BAD_API; in driCreateContextAttribs()
487 *error = __DRI_CTX_ERROR_BAD_API; in driCreateContextAttribs()
541 *error = __DRI_CTX_ERROR_UNKNOWN_ATTRIBUTE; in driCreateContextAttribs()
588 *error = __DRI_CTX_ERROR_BAD_FLAG; in driCreateContextAttribs()
612 *error = __DRI_CTX_ERROR_UNKNOWN_FLAG; in driCreateContextAttribs()
619 error)) in driCreateContextAttribs()
624 *error = __DRI_CTX_ERROR_NO_MEMORY; in driCreateContextAttribs()
634 if (!dri_create_context(mesa_api, modes, context, &ctx_config, error, in driCreateContextAttribs()
445 driCreateContextAttribs(__DRIscreen *screen, int api, const __DRIconfig *config, __DRIcontext *shared, unsigned num_attribs, const uint32_t *attribs, unsigned *error, void *data) driCreateContextAttribs() argument
649 unsigned error; driCreateNewContextForAPI() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp529 context.fErrors->error(line, "precision qualifiers are not allowed");
534 context.fErrors->error(line, "only one precision qualifier can be used");
578 context.fErrors->error(line, "type '" + this->displayName() +
758 context.fErrors->error(line, "expected '" + this->displayName() + "', but found '" +
772 context.fErrors->error(line, "cannot construct '" + this->displayName() + "'");
841 // We found a value that can't fit in the type. Flag it as an error.
842 context.fErrors->error(line, String("integer is out of range for type '") +
857 context.fErrors->error(size->fLine, "multi-dimensional arrays are not supported");
861 context.fErrors->error(size->fLine, "type 'void' may not be used in an array");
865 context.fErrors->error(siz
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp252 fErrors->error(expr.fLine, in visitExpression()
278 fErrors->error(expr.fLine, "cannot assign to this expression"); in visitExpression()
290 fErrors->error(swizzle.fLine, in checkSwizzleWrite()
368 // Report an error. in DetectVarDeclarationWithoutScope()
371 errors->error(stmt.fLine, "variable '" + var->name() + "' must be created in a scope"); in DetectVarDeclarationWithoutScope()
398 errors->error(expr->fLine, "can't assign to expression '" + expr->description() + "'"); in UpdateVariableRefKind()
508 fErrors.error(i.fLine, "index expression must be constant");
540 // To avoid overzealous error reporting, only trigger the error at the first in VerifyStaticTestsAndExpressions()
543 fContext.fErrors->error(p in VerifyStaticTestsAndExpressions()
[all...]
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c203 /* Number of tokens to shift before error messages enabled. */
229 /* The locations where the error started and ended. */
329 #define yyerror ]b4_prefix[error
340 /* Enabling verbose error messages. */
639 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
850 error. This latter case is for the sake of the debugging output.
856 Report a syntax error if it cannot. */
881 of both cases is syntax error recovery. That is, a syntax error
883 currently established initial context, so error recover
[all...]
/third_party/python/Objects/
H A Dgenericaliasobject.c114 // error if any of the above PyObject_Repr/PyUnicode_From* fail in ga_repr_item()
135 goto error; in ga_repr()
139 goto error; in ga_repr()
142 goto error; in ga_repr()
147 goto error; in ga_repr()
152 goto error; in ga_repr()
158 goto error; in ga_repr()
162 goto error; in ga_repr()
165 error: in ga_repr()
723 goto error; in ga_dir()
[all...]
/third_party/node/lib/internal/http2/
H A Dcore.js421 // an error really should not happen at this point.
603 // Called by the native layer when an error has occurred sending a
609 debugSessionObj(session, 'error sending frame type %d on stream %d, code: %d',
664 // close using the same code then destroy the session with an error.
679 // If this is a no error goaway, begin shutting down.
685 // session immediately. We destroy with an error but send a
686 // goaway using NGHTTP2_NO_ERROR because there was no error
722 // or an error code (if negative)
729 // In an error condition, one of three possible response codes will be
735 // For the first two, emit the error o
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c32 static void error(const char *, ...);
397 error("Error relocating %s: %s: symbol not found", in do_relocs()
413 error("Error relocating %s: %s: initial-exec TLS " in do_relocs()
476 error( in do_relocs()
506 error("Error relocating %s: unsupported relocation type %d", in do_relocs()
648 if (l < 0) goto error; in map_library()
653 if (l < 0) goto error; in map_library()
694 if (!dso->loadmap) goto error; in map_library()
706 goto error; in map_library()
723 goto error; in map_library()
2382 static void error(const char *fmt, ...) error() function
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c32 static void error(const char *, ...);
397 error("Error relocating %s: %s: symbol not found", in do_relocs()
413 error("Error relocating %s: %s: initial-exec TLS " in do_relocs()
476 error( in do_relocs()
506 error("Error relocating %s: unsupported relocation type %d", in do_relocs()
648 if (l < 0) goto error; in map_library()
653 if (l < 0) goto error; in map_library()
694 if (!dso->loadmap) goto error; in map_library()
706 goto error; in map_library()
723 goto error; in map_library()
2381 static void error(const char *fmt, ...) error() function
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsiren.c586 int error = 0; in decode_vector() local
601 error = 1; in decode_vector()
606 error = 1; in decode_vector()
614 if (error == 0) { in decode_vector()
621 error = 1; in decode_vector()
633 error = 1; in decode_vector()
638 if (error == 1) { in decode_vector()
659 error = 1; in decode_vector()
703 return error == 1 ? AVERROR_INVALIDDATA : (get_bits_left(gb) - s->checksum_bits); in decode_vector()
/third_party/curl/lib/
H A Dasyn-thread.c316 int error = (int)err; in query_complete() local
319 if(error == ERROR_SUCCESS) { in query_complete()
345 error = EAI_MEMORY; in query_complete()
382 if(error) { in query_complete()
389 error = EAI_NONAME; in query_complete()
392 error = EAI_NODATA; in query_complete()
395 SET_SOCKERRNO(error); in query_complete()
406 if(error) { in query_complete()
407 tsd->sock_error = SOCKERRNO?SOCKERRNO:error; in query_complete()
734 /* a name was not resolved, report error */ in thread_wait_resolv()
[all...]
/third_party/libsnd/programs/
H A Dsndfile-play.c435 { /* Fatal error */ in opensoundsys_open_device()
574 int k, error ; in win32_play() local
604 error = waveOutOpen (&(audio_data.hwave), WAVE_MAPPER, &wf, (DWORD_PTR) win32_audio_out_callback, in win32_play()
606 if (error) in win32_play()
625 if ((error = waveOutPrepareHeader (audio_data.hwave, &(audio_data.whdr [0]), sizeof (WAVEHDR)))) in win32_play()
626 { printf ("waveOutPrepareHeader [0] failed : %08X\n", error) ; in win32_play()
631 if ((error = waveOutPrepareHeader (audio_data.hwave, &(audio_data.whdr [1]), sizeof (WAVEHDR)))) in win32_play()
632 { printf ("waveOutPrepareHeader [1] failed : %08X\n", error) ; in win32_play()
742 int audio_fd, error, done ; in solaris_play() local
770 if ((error in solaris_play()
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs499 #[error("{path}:{line}:{column}: {error}")]
504 error: Error,
512 let error = match do_load_file(&relative_to_workspace_root, features, lookup).err() { in load_file()
514 Some(error) => error, in load_file()
517 let error = error.downcast::<Error>()?; in load_file()
518 let span = error.span().start(); in load_file()
524 error, in load_file()
[all...]
/third_party/libsnd/src/
H A Dima_adpcm.c109 { int error ; in wavlike_ima_init() local
120 if ((error = ima_reader_init (psf, blockalign, samplesperblock))) in wavlike_ima_init()
121 return error ; in wavlike_ima_init()
124 if ((error = ima_writer_init (psf, blockalign))) in wavlike_ima_init()
125 return error ; in wavlike_ima_init()
135 { int error ; in aiff_ima_init() local
141 if ((error = ima_reader_init (psf, blockalign, samplesperblock))) in aiff_ima_init()
142 return error ; in aiff_ima_init()
145 if ((error = ima_writer_init (psf, blockalign))) in aiff_ima_init()
146 return error ; in aiff_ima_init()
[all...]
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc243 MaybeHandle<Object> AppendErrorString(Isolate* isolate, Handle<Object> error, in AppendErrorString() argument
246 ErrorUtils::ToString(isolate, Handle<Object>::cast(error)); in AppendErrorString()
263 builder->AppendCStringLiteral("<error>"); in AppendErrorString()
266 builder->AppendCStringLiteral("<error: "); in AppendErrorString()
274 return error; in AppendErrorString()
297 Handle<JSObject> error, in FormatStackTrace()
309 error->GetCreationContext().ToHandle(&error_context)) { in FormatStackTrace()
322 isolate->RunPrepareStackTraceCallback(error_context, error, sites), in FormatStackTrace()
349 argv[0] = error; in FormatStackTrace()
368 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, in FormatStackTrace()
296 FormatStackTrace(Isolate* isolate, Handle<JSObject> error, Handle<Object> raw_stack) FormatStackTrace() argument
962 Handle<JSObject> error; ThrowLoadFromNullOrUndefined() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dstream.c430 void uv__stream_flush_write_queue(uv_stream_t* stream, int error) { in uv__stream_flush_write_queue() argument
438 req->error = error; in uv__stream_flush_write_queue()
530 return; /* Not an error. */ in uv__server_io()
583 /* TODO handle error */ in uv_accept()
752 /* Only free when there was no error. On error, we touch up write_queue_size in uv__write_req_finish()
755 * they should stop writing - which they should if we got an error. Something in uv__write_req_finish()
758 if (req->error == 0) { in uv__write_req_finish()
871 * ECONNRESET. Previously, libuv retried until the EPROTOTYPE error wen in uv__try_write()
1309 int error; uv__stream_connect() local
1329 &error, uv__stream_connect() local
[all...]
/third_party/python/Modules/
H A Doverlapped.c75 DWORD error; member
129 * Map Windows error codes to subclasses of OSError
329 /* ignore possible error! */ in PostToQueueCallback()
571 Return error message for an error code.
597 res = PyUnicode_FromFormat("unknown error code %u", code); in _overlapped_FormatMessage_impl()
650 self->error = 0; in _overlapped_Overlapped_impl()
854 is false and the operation is still pending then an error is raised.
881 self->error = err = ret ? ERROR_SUCCESS : GetLastError(); in _overlapped_Overlapped_getresult_impl()
991 self->error in do_ReadFile()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp100 DILogger error() in error() function in glcts::__anon27688::DIResult
316 status.error() << "GL_LINK_STATUS is false"; in CheckProgram()
334 status.error() << "*** Vertex Shader ***\n"; in CheckProgram()
337 status.error() << "*** Fragment Shader ***\n"; in CheckProgram()
340 status.error() << "*** Compute Shader ***\n"; in CheckProgram()
343 status.error() << "*** Unknown Shader ***\n"; in CheckProgram()
354 status.error() << source[0]; in CheckProgram()
363 status.error() << &log[0]; in CheckProgram()
375 status.error() << &log[0]; in CheckProgram()
431 status.error() << "Compar in DataCompare()
6608 GLenum error = glGetError(); Run() local
6735 GLenum error = glGetError(); Run() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c179 map_error (int error) in map_error() argument
181 if (error >= 0) in map_error()
184 switch (error) in map_error()
210 PDBG (pixma_dbg (1, "BUG: unmapped error %d\n", error)); in map_error()
911 int error; in calc_scan_param() local
957 error = pixma_check_scan_param (ss->s, sp); in calc_scan_param()
958 if (error < 0) in calc_scan_param()
960 PDBG (pixma_dbg (1, "BUG:calc_scan_param() failed %d\n", error)); in calc_scan_param()
963 return error; in calc_scan_param()
1716 int error = 0; sane_open() local
1827 int error; sane_control_option() local
1904 int error = 0; sane_start() local
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c472 FT_Error error; member
630 ras.error = FT_THROW( Raster_Overflow ); in New_Profile()
659 ras.error = FT_THROW( Invalid_Outline ); in New_Profile()
701 ras.error = FT_THROW( Raster_Negative_Height ); in End_Profile()
737 ras.error = FT_THROW( Raster_Overflow ); in End_Profile()
792 ras.error = FT_THROW( Raster_Overflow ); in Insert_Y_Turn()
1056 ras.error = FT_THROW( Raster_Overflow ); in Line_Up()
1240 ras.error = FT_THROW( Raster_Overflow ); in Bezier_Up()
1742 * SUCCESS on success, FAILURE on error.
1945 ras.error in Decompose_Curve()
3080 FT_Error error; Render_Glyph() local
3173 FT_Error error; ft_black_new() local
[all...]

Completed in 31 milliseconds

1...<<61626364656667686970>>...261