Home
last modified time | relevance | path

Searched refs:error (Results 2326 - 2350 of 7743) sorted by relevance

1...<<919293949596979899100>>...310

/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.cpp35 context.fErrors->error(line, "ternary operator result mismatch: '" + in Convert()
41 context.fErrors->error(line, "ternary expression of opaque type '" + in Convert()
46 context.fErrors->error(line, "ternary operator result may not be an array (or struct " in Convert()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dreader.go74 func (r *Reader) Close() error {
84 func (r *Reader) Read(p []byte) (n int, err error) {
155 func Decode(encodedData []byte) ([]byte, error) {
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.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."
269 * FreeType error code. 0~means success.
272 * An error will be returned if a module already exists by that name, or
324 * FreeType error code. 0~means success.
382 * FreeType error code. 0~means success.
387 * valid value for the given property, an error is returned.
445 * FreeType error code. 0~means success.
450 * valid value for the given property, an error i
[all...]
H A Dtttags.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."
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrcmap.c30 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local
49 error = FT_THROW( Invalid_Table ); in FT_CALLBACK_DEF()
56 return error; in FT_CALLBACK_DEF()
H A Dpfrdrivr.c70 FT_Error error = FT_ERR( Invalid_Argument ); in FT_CALLBACK_DEF() local
88 error = FT_Err_Ok; in FT_CALLBACK_DEF()
93 return error; in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-fc-list.c71 usage (char *program, int error) in usage() argument
73 FILE *file = error ? stderr : stdout; in usage()
96 exit (error); in usage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp60 raw_ostream &WithColor::error() { return error(errs()); } in error() function in WithColor
68 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() function in WithColor
73 << "error: "; in error()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_type_alias_test.cc59 EXPECT_EQ(p->error(), "1:6: expected identifier for type alias"); in TEST_F()
69 EXPECT_EQ(p->error(), "1:6: expected identifier for type alias"); in TEST_F()
79 EXPECT_EQ(p->error(), "1:8: expected '=' for type alias"); in TEST_F()
H A Dparser_impl_variable_qualifier_test.cc80 EXPECT_EQ(p->error(), "1:2: invalid storage class for variable declaration"); in TEST_F()
89 EXPECT_EQ(p->error(), "1:2: invalid storage class for variable declaration"); in TEST_F()
120 EXPECT_EQ(p->error(), "1:9: expected '>' for variable declaration"); in TEST_F()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/
H A Dmain.go60 func run() error {
106 writeFile := func(relpath, body string) error {
135 func writeFileIfChanged(path, content string) error {
/third_party/python/Modules/_sqlite/
H A Dstatement.c70 goto error; in pysqlite_statement_create()
87 goto error; in pysqlite_statement_create()
97 error: in pysqlite_statement_create()
H A Dconnection.c220 goto error; in pysqlite_connection_init_impl()
226 goto error; in pysqlite_connection_init_impl()
233 goto error; in pysqlite_connection_init_impl()
240 goto error; in pysqlite_connection_init_impl()
273 return -1; // Don't goto error; at this point, dealloc will clean up. in pysqlite_connection_init_impl()
279 error: in pysqlite_connection_init_impl()
461 goto error; in blobopen_impl()
474 goto error; in blobopen_impl()
479 goto error; in blobopen_impl()
484 error in blobopen_impl()
[all...]
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h4 # error "find_max_char.h is specific to Unicode"
14 # error C 'size_t' size should be either 4 or 8!
67 #error Invalid STRINGLIB_SIZEOF_CHAR (must be 1, 2 or 4) in find_max_char()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc68 string* error) const { in Generate()
86 *error = "Unknown generator option: " + options[i].first; in Generate()
99 *error = filename_error; in Generate()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py79 logging.error('dumpbin not found. Run tools\win\setenv.bat.')
105 # error is "lld-link: error: duplicate /export option".
129 # "lld-link: error: duplicate /export option" on symbols such as:
134 # "lld-link: error: export of deleting dtor" linker errors, see
164 logging.error('This script requires Python 3.')
168 logging.error('Run this script from a chromium/src/ directory.')
/third_party/spirv-tools/tools/dis/
H A Ddis.cpp95 fprintf(stderr, "error: more than one input file specified.\n"); in main()
155 spv_result_t error = in main() local
159 if (error) { in main()
162 return error; in main()
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_include_guards.py105 error = False
109 error = True
111 return not error
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.cpp77 void Tokenizer::error (const std::string& what) in error() function in xe::xml::Tokenizer
185 error("Unexpected end of string"); in advance()
216 error("Unexpected character"); in advance()
233 error("Mismatched quote"); in advance()
246 error("Invalid comment start"); in advance()
256 error("Invalid comment end"); in advance()
276 error("Invalid entity"); in advance()
315 error("Invalid processing instruction end"); in advance()
323 error("Invalid empty element end"); in advance()
329 error("Coul in advance()
368 void Parser::error (const std::string& what) error() function in xe::xml::Parser
[all...]
/third_party/python/Python/
H A Dbltinmodule.c30 goto error; in update_bases()
36 goto error; in update_bases()
41 goto error; in update_bases()
49 goto error; in update_bases()
55 goto error; in update_bases()
62 goto error; in update_bases()
73 goto error; in update_bases()
84 error: in update_bases()
133 goto error; in builtin___build_class__()
140 goto error; in builtin___build_class__()
[all...]
H A Dpythonrun.c184 * error on failure. */
612 /* Convert text to a char pointer; return if error */ in print_error_text()
720 /* The error code should be in the `code' attribute. */ in _Py_HandleSystemExit()
729 just let the else clause below print the error. */ in _Py_HandleSystemExit()
980 goto error; in print_exception_file_and_line()
983 goto error; in print_exception_file_and_line()
986 goto error; in print_exception_file_and_line()
993 // If the location of the error spawn multiple lines, we want in print_exception_file_and_line()
995 // the end of that one since we don't support multi-line error in print_exception_file_and_line()
1006 goto error; in print_exception_file_and_line()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1399 GLenum error = 0; in prepareTexture() local
1427 error = gl.getError(); in prepareTexture()
1440 error = gl.getError(); in prepareTexture()
1450 error = gl.getError(); in prepareTexture()
1461 error = gl.getError(); in prepareTexture()
1474 error = gl.getError(); in prepareTexture()
1532 error = gl.getError(); in prepareTexture()
1541 if (GL_NO_ERROR != error) in prepareTexture()
1544 << tcu::TestLog::Message << "Error: " << glu::getErrorStr(error) << ". Function: " << function_name in prepareTexture()
2701 * @return true if there is no error an
2705 GLenum error = GL_NO_ERROR; copyAndVerify() local
3770 GLenum error = GL_NO_ERROR; copyAndVerify() local
4192 GLenum error = GL_NO_ERROR; iterate() local
4371 GLenum error = GL_NO_ERROR; iterate() local
4512 GLenum error = GL_NO_ERROR; iterate() local
4718 GLenum error = GL_NO_ERROR; iterate() local
4865 GLenum error = GL_NO_ERROR; iterate() local
5030 GLenum error = GL_NO_ERROR; iterate() local
5157 GLenum error = GL_NO_ERROR; iterate() local
5335 GLenum error = GL_NO_ERROR; iterate() local
5508 GLenum error = GL_NO_ERROR; iterate() local
5657 GLenum error = GL_NO_ERROR; iterate() local
5783 GLenum error = gl.getError(); iterate() local
[all...]
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp311 if (glw::GLenum error = gl.getError()) in Test()
315 << " attachment failed with error value " << glu::getErrorStr(error) << "." in Test()
541 /** @brief Check error and log.
548 * @return True if no error, false otherwise.
556 if (glw::GLenum error = gl.getError()) in SubTestAttachmentError()
561 << " of texture with " << levels << " levels failed with error value " << glu::getErrorStr(error) << "." in SubTestAttachmentError()
1010 /** @brief Check error and log.
1019 * @return True if no error, fals
4736 glw::GLenum error = GL_NO_ERROR; iterate() local
4953 glw::GLenum error = GL_NO_ERROR; ExpectError() local
5324 glw::GLenum error = GL_NO_ERROR; ExpectError() local
5757 glw::GLenum error = GL_NO_ERROR; ExpectError() local
6078 glw::GLenum error = GL_NO_ERROR; ExpectError() local
6346 glw::GLenum error = GL_NO_ERROR; ExpectError() local
6545 glw::GLenum error = GL_NO_ERROR; ExpectError() local
6754 glw::GLenum error = GL_NO_ERROR; ExpectError() local
7099 glw::GLenum error = GL_NO_ERROR; ExpectError() local
9156 glw::GLenum error = GL_NO_ERROR; iterate() local
9326 glw::GLenum error = GL_NO_ERROR; ExpectError() local
9532 glw::GLenum error = GL_NO_ERROR; ExpectError() local
9730 glw::GLenum error = GL_NO_ERROR; ExpectError() local
[all...]
/third_party/curl/lib/
H A Dtftp.c113 /* The remaining error codes are internal to curl */
126 tftp_error_t error; member
163 static CURLcode tftp_translate_code(tftp_error_t error);
447 state->error = TFTP_ERR_NORESPONSE; in tftp_send_first()
562 failf(state->data, "tftp_send_first: internal error"); in tftp_send_first()
660 state->error = TFTP_ERR_TIMEOUT; in tftp_rx()
689 failf(data, "%s", "tftp_rx: internal error"); in tftp_rx()
804 state->error = TFTP_ERR_TIMEOUT; in tftp_tx()
836 failf(data, "tftp_tx: internal error, event: %i", (int)(event)); in tftp_tx()
847 * Translate internal error code
850 tftp_translate_code(tftp_error_t error) tftp_translate_code() argument
1147 unsigned short error = getrpacketblock(&state->rpacket); tftp_receive_packet() local
1251 int error = SOCKERRNO; tftp_multi_statemach() local
[all...]
/third_party/python/Lib/test/
H A Dtest_imaplib.py87 except socket.error:
225 End request and raise the error if one occurs.
287 with self.assertRaisesRegex(imaplib.IMAP4.error, 'ENABLE.*NONAUTH'):
293 with self.assertRaisesRegex(imaplib.IMAP4.error,
301 with self.assertRaisesRegex(imaplib.IMAP4.error,
347 with self.assertRaisesRegex(imaplib.IMAP4.error, 'charset.*UTF8'):
356 with self.assertRaisesRegex(imaplib.IMAP4.error,
367 with self.assertRaisesRegex(imaplib.IMAP4.error,
442 with self.assertRaisesRegex(imaplib.IMAP4.error,
453 with self.assertRaisesRegex(imaplib.IMAP4.error,
[all...]

Completed in 25 milliseconds

1...<<919293949596979899100>>...310