HomeSort by relevance Sort by last modified time
    Searched refs:report_error (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.h 16 int critical, efunc report_error);
  /external/chromium_org/ppapi/thunk/
enter.h 34 // 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)
179 Init(resource, report_error);
182 bool report_error)
184 Init(resource, report_error);
    [all...]
enter.cc 127 void EnterBase::SetStateForCallbackError(bool report_error) {
138 if (report_error) {
166 if (report_error) {
183 bool report_error) {
188 SetStateForCallbackError(report_error);
207 if (report_error && pp_resource) {
225 bool report_error) {
230 SetStateForCallbackError(report_error);
248 if (report_error && pp_instance) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 18 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
properties.rb 16 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
backtracking.rb 29 def report_error(e) method in class:TestBacktracking
nuances.rb 47 def report_error(error) method in class:TestSubrulePrediction
  /external/ltrace/
output.h 55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
read_config_file.c 160 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(loc->filename, loc->line_no
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 247 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( ctx, "Expected `]'" )
    [all...]
tgsi_sanity.c 150 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(ctx, "Destination register has empty writemask")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 247 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( ctx, "Expected `]'" )
    [all...]
tgsi_sanity.c 150 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(ctx, "Destination register has empty writemask")
    [all...]
  /external/fio/
gerror.c 22 static void report_error(struct gui_entry *ge, GError *error) function
57 report_error(ge, error);
  /cts/tools/dasm/src/dasm/
parser.cup 26 public void report_error(String message, Object info) {
28 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")");
30 dAsm.report_error("Warning: " + message);
35 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
37 dAsm.report_error("Error: " + message);
296 {: /*dAsm.setDeprecated();*/dAsm.report_error("WARNING: @deprecated is not supported"); :}
313 dAsm.report_error("WARNING: Annotations are not supported"); :}
321 dAsm.report_error("WARNING: Annotations are not supported"); :}
325 dAsm.report_error("WARNING: Annotations are not supported"); :}
330 dAsm.report_error("WARNING: Annotations are not supported"); :
    [all...]
parser.java 856 public void report_error(String message, Object info) { method in class:parser
858 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")");
860 dAsm.report_error("Warning: " + message);
865 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
867 dAsm.report_error("Error: " + message);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 55 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/
group-file-parser.rb 230 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/
filter.rb 44 report_error( re )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 61 self.report_error(pat, "Empty regular expression")
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1): member in class:SearchEngine
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 61 self.report_error(pat, "Empty regular expression")
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1): member in class:SearchEngine
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 65 pep8_checker.report_error = _pep8_handle_error
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 412 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 )
1137 def report_error( e ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 146 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);
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 86 * <dt> void report_error(String message, Object info)
94 * report_error() to emit a message, then throws an exception.
98 * invokes: report_error("Syntax error", null);
327 report_error(message, info); method
344 public void report_error(String message, Object info) method in class:lr_parser
359 report_error("Syntax error", null);
    [all...]

Completed in 839 milliseconds

1 2