/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 77 /** The overall file structure of a recognizer; stores methods for rules 86 recognizer, 146 * Start of recognizer 148 <recognizer> 158 recognizer, 215 recognizer, 448 recognizer, 479 recognizer, 510 recognizer, [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 400 """All debugging events that a recognizer can trigger. 588 """Indicates the recognizer is about to consume tokens to resynchronize 596 """Indicates that the recognizer has finished consuming tokens in order 598 before the recognizer comes out of errorRecovery mode (in which 842 def __init__(self, recognizer, adaptor=None, port=None, 846 self.grammarFileName = recognizer.getGrammarFileName() 848 # Almost certainly the recognizer will have adaptor set, but [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3defs.h | 542 ANTLR3_API void antlr3RecognitionExceptionNew (pANTLR3_BASE_RECOGNIZER recognizer); 543 ANTLR3_API void antlr3MTExceptionNew (pANTLR3_BASE_RECOGNIZER recognizer); 544 ANTLR3_API void antlr3MTNExceptionNew (pANTLR3_BASE_RECOGNIZER recognizer);
|
antlr3rewritestreams.h | 99 // Pointer to the recognizer shared state to which this stream belongs
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 713 public DFA4(BaseRecognizer recognizer) { 714 this.recognizer = recognizer;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Lexer.as | 30 /** A lexer is recognizer that draws input symbols from a character stream. 45 super.reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 37 * A lexer is recognizer that draws input symbols from a character stream. 92 base.Reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 38 * A lexer is recognizer that draws input symbols from a character stream. 108 base.Reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 30 /** A lexer is recognizer that draws input symbols from a character stream. 52 super.reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Lexer.js | 1 /** A lexer is recognizer that draws input symbols from a character stream. 17 // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 24 def initialize( recognizer, options = {} ) 26 @grammar_file_name = recognizer.grammar_file_name
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 64 /// HazardRec - The hazard recognizer to use. 205 // don't advance the hazard recognizer.
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 36 * extended only in case you wish to implement a new speech recognizer. Please note that the 195 * not set explicitly, default values should be used by the recognizer.
|
/cts/tools/dasm/src/java_cup/ |
parse_reduce_table.java | 21 * must already have been entered, and the viable prefix recognizer should
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeParser.as | 47 super.reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeParser.cs | 69 base.Reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeParser.cs | 72 base.Reset(); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
TreeParser.js | 20 TP.superclass.reset.call(this); // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRParser.m | 60 [super reset]; // reset all recognizer state variables
|
ANTLRTreeParser.m | 71 [super reset]; // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m | 26 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteLexer.m | 26 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 70 # a flag indicating whether or not the recognizer is in error recovery mode 550 # Indicates the recognizer is about to consume tokens to resynchronize 558 # Indicates that the recognizer has finished consuming tokens in order 560 # before the recognizer comes out of errorRecovery mode (in which
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
Dbg.stg | 223 alt<decisionNumber> = cdfa<decisionNumber>.predict(ctx, RECOGNIZER, ISTREAM, &cdfa<decisionNumber>);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Dbg.stg | 183 @recognizer.debug_listener.recognition_exception(nvae)
|