Searched refs:report_error (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-eval.h16 int critical, efunc report_error);
H A Dnasm-eval.c422 int critical, efunc report_error)
433 error = report_error;
421 nasm_evaluate(scanner sc, void *scprivate, struct tokenval *tv, int critical, efunc report_error) argument
/external/chromium_org/ppapi/thunk/
H A Denter.h34 // The |report_error| arguments to the constructor should indicate if errors
136 // if report_error is set, log a message to the programmer.
140 bool report_error);
145 bool report_error);
157 // this will set retval_ = PP_ERROR_BLOCKS_MAIN_THREAD, and if report_error is
159 void SetStateForCallbackError(bool report_error);
177 EnterResource(PP_Resource resource, bool report_error) argument
179 Init(resource, report_error);
182 bool report_error)
184 Init(resource, report_error);
181 EnterResource(PP_Resource resource, const PP_CompletionCallback& callback, bool report_error) argument
192 Init(PP_Resource resource, bool report_error) argument
213 EnterResourceNoLock(PP_Resource resource, bool report_error) argument
216 EnterResourceNoLock(PP_Resource resource, const PP_CompletionCallback& callback, bool report_error) argument
[all...]
H A Denter.cc133 void EnterBase::SetStateForCallbackError(bool report_error) { argument
144 if (report_error) {
156 if (report_error) {
184 if (report_error) {
201 bool report_error) {
206 SetStateForCallbackError(report_error);
225 if (report_error && pp_resource) {
243 bool report_error) {
248 SetStateForCallbackError(report_error);
266 if (report_error
198 SetStateForResourceError(PP_Resource pp_resource, Resource* resource_base, void* object, bool report_error) argument
241 SetStateForFunctionError(PP_Instance pp_instance, void* object, bool report_error) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Drule-methods.rb18 def report_error(error) method in class:TestParameters
27 def report_error(error) method in class:TestParameters
64 def report_error(error) method in class:TestMultipleReturnValues
73 def report_error(error) method in class:TestMultipleReturnValues
H A Dproperties.rb16 def report_error(error) method in class:TestRulePropertyReference
25 def report_error(error) method in class:TestRulePropertyReference
118 def report_error(error) method in class:TestTokenLabelReference
127 def report_error(error) method in class:TestTokenLabelReference
184 def report_error(error) method in class:TestRuleLabelReference
193 def report_error(error) method in class:TestRuleLabelReference
H A Dbacktracking.rb29 def report_error(e) method in class:TestBacktracking
H A Dnuances.rb47 def report_error(error) method in class:TestSubrulePrediction
H A Dscopes.rb55 def report_error(error) method in class:TestScopes2
/external/ltrace/
H A Doutput.h55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
H A Dread_config_file.c160 report_error(loc->filename, loc->line_no, "bad identifier");
209 report_error(loc->filename, loc->line_no, "bad number");
223 report_error(loc->filename, loc->line_no,
235 report_error(loc->filename, loc->line_no,
246 report_error(loc->filename, loc->line_no,
376 report_error(loc->filename, loc->line_no,
429 report_error(loc->filename, loc->line_no,
464 report_error(loc->filename, loc->line_no,
493 report_error(loc->filename, loc->line_no,
545 report_error(lo
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c247 static void report_error( struct translate_ctx *ctx, const char *msg ) function
284 report_error( ctx, "Unknown header" );
364 report_error( ctx, "Writemask expected" );
385 report_error( ctx, "Unknown register file" );
390 report_error( ctx, "Expected `['" );
411 report_error( ctx, "Expected literal unsigned integer" );
430 report_error( ctx, "Expected `]'" );
483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
497 report_error( ctx, "Expected literal unsigned integer" );
506 report_error( ct
[all...]
H A Dtgsi_sanity.c150 report_error( function
193 report_error( ctx, "(%u): Invalid register file name", file );
283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name );
292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file],
296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file],
319 report_error( ctx, "Too many END instructions" );
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
348 report_error(ct
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c247 static void report_error( struct translate_ctx *ctx, const char *msg ) function
284 report_error( ctx, "Unknown header" );
364 report_error( ctx, "Writemask expected" );
385 report_error( ctx, "Unknown register file" );
390 report_error( ctx, "Expected `['" );
411 report_error( ctx, "Expected literal unsigned integer" );
430 report_error( ctx, "Expected `]'" );
483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
497 report_error( ctx, "Expected literal unsigned integer" );
506 report_error( ct
[all...]
H A Dtgsi_sanity.c150 report_error( function
193 report_error( ctx, "(%u): Invalid register file name", file );
283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name );
292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file],
296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file],
319 report_error( ctx, "Too many END instructions" );
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
348 report_error(ct
[all...]
/external/fio/
H A Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) function
57 report_error(ge, error);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c55 report_error(const char *fmt, ...) function
216 report_error("internal error: could not find `%s'",
312 report_error("struct without %%struct-type declaration");
316 report_error("more than one struct declaration");
329 report_error("struct name too long");
370 report_error("%%struct-type declaration, but no struct found");
434 report_error("struct name too long");
451 report_error("no keywords section found");
475 report_error("keyword name too long");
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb230 report_error( re )
305 report_error( re )
391 report_error( re )
466 report_error( re )
520 report_error( re )
601 report_error( re )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb44 report_error( re )
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DErrors.py139 def report_error(err): function
170 report_error(err)
224 report_error(err)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython.py65 pep8_checker.report_error = _pep8_handle_error
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm83 $self->report_error($exception);
242 sub report_error { subroutine
243 Readonly my $usage => 'void report_error(RecognitionException e)';
H A DBaseRecognizer.pm146 sub report_error { subroutine
147 Readonly my $usage => 'void report_error(RecognitionException e)';
335 $self->report_error($ex);
353 $self->report_error($ex);
369 $self->report_error($e);
395 $self->report_error($e);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb412 def report_error( e = $! ) method in class:ANTLR3.Scope
631 report_error( err )
638 report_error( MissingToken( type, inserted ) )
647 report_error( e )
660 report_error( e )
1042 report_error( re )
1045 report_error( re )
1137 def report_error( e ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb214 def report_error( error ) method in class:ANTLR3.Test.RaiseErrors

Completed in 2818 milliseconds

12