Home
last modified time | relevance | path

Searched defs:recognizer (Results 1 – 25 of 43) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c86 pANTLR3_BASE_RECOGNIZER recognizer; in antlr3BaseRecognizerNew() local
198 freeBR (pANTLR3_BASE_RECOGNIZER recognizer) in freeBR()
254 antlr3MTExceptionNew(pANTLR3_BASE_RECOGNIZER recognizer) in antlr3MTExceptionNew()
269 antlr3RecognitionExceptionNew(pANTLR3_BASE_RECOGNIZER recognizer) in antlr3RecognitionExceptionNew()
415 match( pANTLR3_BASE_RECOGNIZER recognizer, in match()
489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny()
529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 tt… in mismatchIsUnwantedToken()
552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LI… in mismatchIsMissingToken()
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
721 reportError (pANTLR3_BASE_RECOGNIZER recognizer) in reportError()
[all …]
Dantlr3treeparser.c111 antlr3MTNExceptionNew(pANTLR3_BASE_RECOGNIZER recognizer) in antlr3MTNExceptionNew()
174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
Dantlr3cyclicdfa.c193 antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STRE… in antlr3dfaspecialStateTransition()
201 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM i… in antlr3dfaspecialTransition()
Dantlr3lexer.c427 displayRecognitionError (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_UINT8 * tokenNames) in displayRecognitionError()
894 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
900 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
/external/srec/srec/AcousticState/src/
DAcousticState.c25 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateReset(SR_Recognizer* recognizer) in SR_AcousticStateReset()
39 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateLoad(SR_Recognizer* recognizer, const LCHAR* … in SR_AcousticStateLoad()
53 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateSave(SR_Recognizer* recognizer, const LCHAR* … in SR_AcousticStateSave()
68 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateSet ( SR_Recognizer* recognizer, const LCHAR … in SR_AcousticStateSet()
83 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateGet ( SR_Recognizer* recognizer, LCHAR *param… in SR_AcousticStateGet()
DAcousticStateImpl.c27 ESR_ReturnCode SR_AcousticStateCreateImpl(SR_Recognizer* recognizer) in SR_AcousticStateCreateImpl()
72 ESR_ReturnCode SR_AcousticStateDestroyImpl(SR_Recognizer* recognizer) in SR_AcousticStateDestroyImpl()
81 ESR_ReturnCode SR_AcousticStateResetImpl(SR_Recognizer* recognizer) in SR_AcousticStateResetImpl()
96 ESR_ReturnCode SR_AcousticStateSaveImpl(SR_Recognizer* recognizer, const LCHAR* filename) in SR_AcousticStateSaveImpl()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp112 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStart()
117 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStop()
123 SR_Recognizer* recognizer = NULL; in Java_android_speech_srec_Recognizer_SR_1RecognizerCreate() local
130 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerDestroy()
136 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerSetup()
142 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerUnsetup()
148 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSetup()
155 (JNIEnv *env, jclass clazz, jint recognizer, jstring key) { in Java_android_speech_srec_Recognizer_SR_1RecognizerGetParameter()
161 (JNIEnv *env, jclass clazz, jint recognizer, jstring key) { in Java_android_speech_srec_Recognizer_SR_1RecognizerGetSize_1tParameter()
167 (JNIEnv *env, jclass clazz, jint recognizer, jstring key) { in Java_android_speech_srec_Recognizer_SR_1RecognizerGetBoolParameter()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddfa.rb104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max, accessor in ANTLR3.DFA
144 def initialize( recognizer, decision_number = nil, argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRDFA.h42 ANTLRBaseRecognizer *recognizer; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRDFA.h42 ANTLRBaseRecognizer *recognizer; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRDFA.h42 ANTLRBaseRecognizer *recognizer; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDFA.h42 __strong ANTLRBaseRecognizer *recognizer; variable
/external/chromium_org/third_party/WebKit/Source/web/
DSpeechRecognitionClientProxy.cpp52 …SpeechRecognitionClientProxy> SpeechRecognitionClientProxy::create(WebSpeechRecognizer* recognizer) in create()
143 SpeechRecognitionClientProxy::SpeechRecognitionClientProxy(WebSpeechRecognizer* recognizer) in SpeechRecognitionClientProxy()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventSocketProxy.cs63 protected BaseRecognizer recognizer; field in Antlr.Runtime.Debug.DebugEventSocketProxy
73 public DebugEventSocketProxy( BaseRecognizer recognizer, ITreeAdaptor adaptor ) : in DebugEventSocketProxy()
78 public DebugEventSocketProxy( BaseRecognizer recognizer, int port, ITreeAdaptor adaptor ) in DebugEventSocketProxy()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventSocketProxy.cs63 protected BaseRecognizer recognizer; field in Antlr.Runtime.Debug.DebugEventSocketProxy
73 public DebugEventSocketProxy(BaseRecognizer recognizer, ITreeAdaptor adaptor) : in DebugEventSocketProxy()
77 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, ITreeAdaptor adaptor) { in DebugEventSocketProxy()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DMockWebSpeechRecognizer.h70 Task(MockWebSpeechRecognizer* recognizer) : m_recognizer(recognizer) { } in Task()
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm50 has 'recognizer' => ( attribute in ANTLR::Runtime::DFA
/external/srec/srec/Grammar/include/
DSR_GrammarImpl.h75 SR_Recognizer* recognizer; member
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventSocketProxy.java55 protected BaseRecognizer recognizer; field in DebugEventSocketProxy
63 public DebugEventSocketProxy(BaseRecognizer recognizer, TreeAdaptor adaptor) { in DebugEventSocketProxy()
67 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor) { in DebugEventSocketProxy()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddfa.py48 recognizer, decisionNumber, argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs67 protected BaseRecognizer recognizer; field in Antlr.Runtime.DFA
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs72 protected BaseRecognizer recognizer; field in Antlr.Runtime.DFA
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java110 String recognizer = in getGeneratedFileList() local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DDFA.java53 protected BaseRecognizer recognizer; field in DFA
/external/srec/srec/Grammar/src/
DSR_Grammar.c133 ESR_ReturnCode SR_GrammarSetupRecognizer(SR_Grammar* self, struct SR_Recognizer_t* recognizer) in SR_GrammarSetupRecognizer()

12