/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3baserecognizer.c | 86 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 …]
|
D | antlr3treeparser.c | 111 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()
|
D | antlr3cyclicdfa.c | 193 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()
|
D | antlr3lexer.c | 427 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/ |
D | AcousticState.c | 25 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()
|
D | AcousticStateImpl.c | 27 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/ |
D | android_speech_srec_Recognizer.cpp | 112 (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/ |
D | dfa.rb | 104 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/ |
D | ANTLRDFA.h | 42 ANTLRBaseRecognizer *recognizer; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRDFA.h | 42 ANTLRBaseRecognizer *recognizer; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRDFA.h | 42 ANTLRBaseRecognizer *recognizer; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRDFA.h | 42 __strong ANTLRBaseRecognizer *recognizer; variable
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpeechRecognitionClientProxy.cpp | 52 …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/ |
D | DebugEventSocketProxy.cs | 63 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/ |
D | DebugEventSocketProxy.cs | 63 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/ |
D | MockWebSpeechRecognizer.h | 70 Task(MockWebSpeechRecognizer* recognizer) : m_recognizer(recognizer) { } in Task()
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | DFA.pm | 50 has 'recognizer' => ( attribute in ANTLR::Runtime::DFA
|
/external/srec/srec/Grammar/include/ |
D | SR_GrammarImpl.h | 75 SR_Recognizer* recognizer; member
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugEventSocketProxy.java | 55 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/ |
D | dfa.py | 48 recognizer, decisionNumber, argument
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 67 protected BaseRecognizer recognizer; field in Antlr.Runtime.DFA
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | DFA.cs | 72 protected BaseRecognizer recognizer; field in Antlr.Runtime.DFA
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | BuildDependencyGenerator.java | 110 String recognizer = in getGeneratedFileList() local
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | DFA.java | 53 protected BaseRecognizer recognizer; field in DFA
|
/external/srec/srec/Grammar/src/ |
D | SR_Grammar.c | 133 ESR_ReturnCode SR_GrammarSetupRecognizer(SR_Grammar* self, struct SR_Recognizer_t* recognizer) in SR_GrammarSetupRecognizer()
|