Home
last modified time | relevance | path

Searched defs:grammars (Results 1 – 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java201 List<Grammar> grammars = t.getPostOrderedGrammarList(); in getDelegates() local
212 List<Grammar> grammars = new ArrayList(); in getDirectDelegates() local
235 List<Grammar> grammars = new ArrayList(); in getDelegators() local
280 List<Grammar> grammars = subtreeRoot.getPreOrderedGrammarList(); in getAllImportedRules() local
331 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in assignTokenTypes() local
350 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in translateLeftRecursiveRules() local
366 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in defineGrammarSymbols() local
382 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in createNFAs() local
DCompositeGrammarTree.java117 List<Grammar> grammars = new ArrayList<Grammar>(); in getPostOrderedGrammarList() local
123 protected void _getPostOrderedGrammarList(List<Grammar> grammars) { in _getPostOrderedGrammarList()
133 List<Grammar> grammars = new ArrayList<Grammar>(); in getPreOrderedGrammarList() local
138 protected void _getPreOrderedGrammarList(List<Grammar> grammars) { in _getPreOrderedGrammarList()
/external/chromium_org/third_party/WebKit/public/web/
DWebSpeechRecognitionParams.h40 …WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language,… in WebSpeechRecognitionParams()
50 const WebVector<WebSpeechGrammar>& grammars() const { return m_grammars; } in grammars() function
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognition.h53 SpeechGrammarList* grammars() { return m_grammars; } in grammars() function
54 void setGrammars(SpeechGrammarList* grammars) { m_grammars = grammars; } in setGrammars()
DSpeechRecognitionController.h40 …void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, … in start()
/external/chromium_org/content/public/browser/
Dspeech_recognition_session_config.h29 SpeechRecognitionGrammarArray grammars; member
/external/chromium_org/content/browser/speech/
Dspeech_recognition_engine.h53 SpeechRecognitionGrammarArray grammars; member
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb101 def grammars method
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb117 attr_reader :load_path, :grammars accessor in ANTLR3.CompileTask.GrammarSet
/external/srec/srec/Recognizer/include/
DSR_RecognizerImpl.h199 HashMap* grammars; member
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c138 APPL_GRAMMAR_DATA grammars [MAX_NUM_REC_CONTEXTS]; /* Grammar data */ member
/external/srec/srec/test/SRecTest/src/
DSRecTest.c139 APPL_GRAMMAR_DATA grammars [MAX_NUM_REC_CONTEXTS]; /* Grammar data */ member