Home
last modified time | relevance | path

Searched refs:reported_errors (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Ruby/test/functional/parser/
Dbasic.rb44 parser.reported_errors.should be_empty
55 parser.reported_errors.should have( 1 ).thing
68 parser.reported_errors.should be_empty
121 parser.reported_errors.should be_empty
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
264 parser.reported_errors.should be_empty
272 parser.reported_errors.should have( 1 ).thing
279 parser.reported_errors.should have( 2 ).things
Dcalc.rb71 errors = parser.reported_errors
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb220 def reported_errors method
226 reported_errors << msg
/external/antlr/runtime/Ruby/test/functional/debugging/
Dprofile-mode.rb161 profile_data.reported_errors.should == 0
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb149 report << "| %-66s | %7i |\n" % [ "Errors Reported", reported_errors ]
316 @profile.reported_errors += 1
/external/antlr/runtime/Ruby/test/functional/ast-output/
Dauto-ast.rb22 parser.reported_errors.should be_empty unless expect_errors
29 return( expect_errors ? [ result, parser.reported_errors ] : result )
Drewrites.rb22 parser.reported_errors.should be_empty unless expect_errors
29 return( expect_errors ? [ result, parser.reported_errors ] : result )