Searched refs:report_error (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 70 (context)->report_error(e.what()); \ 120 void report_error(std::string msg); 123 void spvc_context_s::report_error(std::string msg) in report_error() function in spvc_context_s 247 context->report_error("Out of memory."); in spvc_context_parse_spirv() 270 context->report_error("Out of memory."); in spvc_context_create_compiler() 278 context->report_error("Invalid argument for capture mode."); in spvc_context_create_compiler() 337 context->report_error("Invalid backend."); in spvc_context_create_compiler() 355 compiler->context->report_error("Out of memory."); in spvc_compiler_create_compiler_options() 411 options->context->report_error("Option is not supported by current backend."); in spvc_compiler_options_set_uint() 717 options->context->report_error("Unknow in spvc_compiler_options_set_uint() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 350 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function 391 report_error( ctx, "Unknown header" ); in parse_header() 471 report_error( ctx, "Writemask expected" ); in parse_opt_writemask() 492 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket() 497 report_error( ctx, "Expected `['" ); in parse_register_file_bracket() 518 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index() 537 report_error( ctx, "Expected `]'" ); in parse_register_1d() 591 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket() 605 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket() 614 report_error( ct in parse_register_bracket() [all...] |
H A D | tgsi_sanity.c | 151 report_error( in report_error() function 194 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name() 281 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage() 290 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 294 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 317 report_error( ctx, "Too many END instructions" ); in iter_instruction() 324 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction() 329 report_error( ctx, "%s: Invalid number of destination operands, should be %u", in iter_instruction() 333 report_error( ctx, "%s: Invalid number of source operands, should be %u", in iter_instruction() 348 report_error(ct in iter_instruction() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | searchengine.py | 27 self.root = root # need for report_error() 79 self.report_error(pat, "Empty regular expression") 88 self.report_error(pat, e.msg, e.pos) 92 def report_error(self, pat, msg, col=None): member in SearchEngine
|
H A D | replace.py | 124 self.engine.report_error(repl, 'Invalid Replace Expression')
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchengine.py | 192 Equal(self.engine.report_error(pat, msg), None) 197 Equal(self.engine.report_error(pat, msg, 5), None)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 877 goto report_error; in SM_STATE() 977 report_error: in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 886 goto report_error; in SM_STATE() 986 report_error: in SM_STATE()
|
Completed in 10 milliseconds