HomeSort by relevance Sort by last modified time
    Searched full:recognizer (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
EarlyExitException.as 30 /** The recognizer did not match anything for a (..)+ loop. */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 11 * A lexer class contains a character input stream, a base recognizer interface
22 * This will cause the creation of a base recognizer class, which it will
98 /** Pointer to the implementation of a base recognizer, which the lexer
102 * that needs it, which is anything else that implements a base recognizer,
antlr3treeparser.h 52 /** A pointer to the base recognizer, where most of the parser functions actually
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 52 /** Which recognizer encloses this DFA? Needed to check backtracking */
53 protected BaseRecognizer recognizer; field in class:DFA
154 if (recognizer.state.backtracking>0) {
155 recognizer.state.failed=true;
EarlyExitException.java 30 /** The recognizer did not match anything for a (..)+ loop. */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Parser.js 11 // reset all recognizer state variables
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py 13 We need a Recognizer in order to instanciate a DFA.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 72 * for the generated recognizer.
109 // add generated recognizer; e.g., TParser.java
110 String recognizer = local
112 files.add(new File(outputDir, recognizer));
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
SearchActivity.java 28 /** If using internal speech recognizer, you must have RECORD_AUDIO permission */
SearchSupportActivity.java 30 /** If using internal speech recognizer, you must have RECORD_AUDIO permission */
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 57 // There were no TTS settings and no recognizer settings,
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 22 - BaseRecognizer: Base class with common recognizer functionality.
29 Each recognizer pulls its input from one of the stream classes below. Streams
80 RecognitionException are generated, when a recognizer encounters incorrect
  /external/icu/icu4c/source/i18n/
csrmbcs.h 94 * Shift-JIS charset recognizer.
167 * Big5 charset recognizer.
186 * GB-18030 recognizer. Uses simplified Chinese statistics.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 71 /** <summary>Which recognizer encloses this DFA? Needed to check backtracking</summary> */
72 protected BaseRecognizer recognizer; field in class:Antlr.Runtime.DFA
177 if (recognizer.state.backtracking > 0) {
178 recognizer.state.failed = true;
261 IDebugEventListener dbg = recognizer.DebugListener;
EarlyExitException.cs 39 /** <summary>The recognizer did not match anything for a (..)+ loop.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 66 /** <summary>Which recognizer encloses this DFA? Needed to check backtracking</summary> */
67 protected BaseRecognizer recognizer; field in class:Antlr.Runtime.DFA
209 if ( recognizer.state.backtracking > 0 )
211 recognizer.state.failed = true;
300 IDebugEventListener dbg = recognizer.DebugListener;
EarlyExitException.cs 40 /** <summary>The recognizer did not match anything for a (..)+ loop.</summary> */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max,
144 def initialize( recognizer, decision_number = nil,
148 @recognizer = recognizer
302 raise( BacktrackingFailed ) if @recognizer.state.backtracking > 0
  /external/antlr/antlr-3.4/runtime/C/doxygen/
interop.dox 14 /// parser rules and perhaps the internals of the recognizer itself. The C runtime provides a number
47 /// anything generated automatically, you must copy it before freeing the recognizer structures. In practice
48 /// it is usually practical to retain the recognizer context objects until your processing is complete or
59 /// recognizer and is how you invoke the generated functions, and access the data embedded within your generated
60 /// recognizer. While you can use it to directly access stacks, scopes and so on, this is not really recommended
85 /// macros, common to all recognizer, and these are documented in the section Common Macros.
288 /// \subsection recognizer RECOGNIZER
296 /// Returns a reference to the input stream of the appropriate type for the recognizer. In a lexer
303 /// This macro will cause the input stream for the current recognizer to be marked with
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
SearchActivity.java 37 * using internal speech recognizer, in which case you must have RECORD_AUDIO permission
  /external/antlr/antlr-3.4/runtime/C/
AUTHORS 1 The ANTLR recognizer generator tool was written by (with many contributions)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
FuzzyLexer.h 17 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 17 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 16 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 17 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;

Completed in 346 milliseconds

1 23 4 5 6 7 8 91011>>