Searched refs:report (Results 1 - 25 of 361) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java96 /** The report attribute */
97 private boolean report; field in class:ANTLR3
184 * Sets a flag to enable report statistics
187 this.report = enable;
509 if (report) {
510 commandline.createArgument().setValue("-report");
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .io.ByteArrayOutputStream bos private boolean debug private boolean report private boolean print private boolean profile private boolean nfa private ...
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java77 * it will report various statistics about the parser, such as information
82 protected boolean report; field in class:Antlr3Mojo
99 * If set to true, then then the generated parser will compute and report on
135 * If this parameter is set to true, then ANTLR will report all sorts of things
278 log.debug("ANTLR: report : " + report);
307 log.error("The attempt to create the ANTLR build tool failed, see exception report for details");
319 tool.setReport(report);
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java100 * @parameter expression="${basedir}/target/gunit-report"
275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() );
279 getLog().warn( "mkdirs() reported problem creating report directory" );
305 String report = executor.execTest();
306 writeReportFile( new File( reportDirectory, scriptBaseName + ".txt" ), report );
390 getLog().warn( "Error writing gUnit report file", e );
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as147 * 2. enter recovery mode, report error
156 // yet successfully, don't report any errors.
551 * match() will see that ';' doesn't match ')' and report a
571 reportError(e); // report after consuming so AW sees the token in the exception
581 reportError(e); // report after inserting so AW sees the token in the exception
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas286 /// requested a token. Keep lexing until you get a valid one. Just report
746 /// 2. enter recovery mode, report error
1377 /// figure out a fancy report.
2052 /// Match() will see that ';' doesn't Match ')' and report a
2746 /// <remarks>We need to combine operations and report invalid operations (like
4651 ReportError(E); // report after consuming so AW sees the token in the exception
4664 ReportError(E); // report after inserting so AW sees the token in the exception
4677 // yet successfully, don't report any errors.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm96 Please report problems to <Maintainer name(s)> (<contact address>)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb130 report = '+' << '-' * 78 << "+\n"
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
132 report << '+' << '-' * 78 << "+\n"
133 report << "| Generated at #{ Time.now }".ljust( 78 ) << " |\n"
134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n"
135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n"
136 report << '+' << '-' * 78 << "+\n"
138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n"
139 report << '+' << '-' * 68 << '+' << '-' * 9 << "+\n"
140 report << "|
353 def report method in class:ANTLR3.Profile.Profiler
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java60 private boolean report = false; field in class:Tool
213 else if (args[i].equals("-report")) {
479 // // print out a backtracking report too (that is not encoded into log)
732 System.err.println(" -report print out a report about the grammar(s) processed");
1138 * Indicates whether ANTLR has generated or will generate a report of various
1142 * @return the report flag
1145 return report;
1320 * Indicate whether ANTLR should generate a report of various
1324 * @param report tru
1326 setReport(boolean report) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
H A Dgnu.stg40 report(location, message, type) ::= "<location> <type>: <message>"
H A Dvs2005.stg40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
/external/bison/build-aux/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
2299 % lilypond developers report. xpdf does work with the regular 0x27.
4013 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
/external/bison/
H A Dconfigure2304 as_fn_error $? "pwd does not report name of working directory"
2511 # If there are subdirs, report their specific --help.
5390 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
5399 report (x>y, "x is %d but y is %d", x, y);
9332 # special semantics and is distinct from /, please report it to
20326 # special semantics and is distinct from /, please report it to
38123 # report actual input values of CONFIG_FILES etc. instead of their
/external/bison/darwin-lib/
H A Dunistd.h34 # error unexpected; report this to bug-gnulib@gnu.org
/external/bison/lib/
H A Dunistd.in.h33 # error unexpected; report this to bug-gnulib@gnu.org
/external/bison/linux-lib/
H A Dunistd.h34 # error unexpected; report this to bug-gnulib@gnu.org
/external/bison/src/
H A Dgetargs.c149 | --report's handling. |
324 -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n\
350 -r, --report=THINGS also produce details on the automaton\n\
351 --report-file=FILE write report to FILE\n\
352 -v, --verbose same as `--report=state'\n\
356 -x, --xml[=FILE] also output an XML report of the automaton\n\
383 `none' disable the report\n\
546 { "report", required_argument, 0, 'r' },
547 { "report
[all...]
H A Dgetargs.h76 | --report. |
79 enum report enum
H A Dprint-xml.c137 /* Nothing to report. */
191 /* Nothing to report. */
245 int report = false; local
265 report = true;
278 report = true;
283 report = true;
288 /* Nothing to report. */
289 if (!report) {
506 "<bison-xml-report version=\"%s\" bug-report
[all...]
/external/bison/tests/
H A Dtestsuite696 104;reduce.at:124;Useless Rules;report;
697 105;reduce.at:271;Reduced Automaton;report;
698 106;reduce.at:381;Underivable Rules;report;
777 185;conflicts.at:546;Unresolved SR Conflicts;report;
778 186;conflicts.at:653;Resolved SR Conflicts;report;
779 187;conflicts.at:775;Defaulted Conflicted Reduction;report;
789 197;conflicts.at:1273;Solved conflicts report for multiple reductions in a state;;
866 274;regression.at:222;Rule Line Numbers;report;
872 280;regression.at:544;Web2c Report;report;
873 281;regression.at:721;Web2c Actions;report;
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h195 UINT8 inst_id; /* share service instance ID and report instance ID, as
212 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member in struct:__anon625
243 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */

Completed in 1435 milliseconds

1234567891011>>