/external/srec/srec/Grammar/src/ |
SR_GrammarImpl.c | 74 * (Since this function gets called by 'New', a semgraph and semproc are always 84 rc = SR_SemanticProcessorCreate(&impl->semproc); 344 SR_SemanticProcessorImpl* semprocImpl = (SR_SemanticProcessorImpl*) impl->semproc; 578 if (impl->semproc != NULL) 580 CHKLOG(rc, impl->semproc->destroy(impl->semproc)); 581 impl->semproc = NULL; 668 rc = impl->semproc->checkParse(impl->semproc, impl->semgraph, transcription, result, resultCount); 676 rc = impl->semproc->checkParse(impl->semproc, impl->semgraph, copy_of_trans, result, resultCount) [all...] |
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 175 rc = pgrammar->semproc->flush(pgrammar->semproc); 176 rc = pgrammar->semproc->setParam(pgrammar->semproc, L("literal"), trans); 177 rc = pgrammar->semproc->checkParseByWordID(pgrammar->semproc, pgrammar->semgraph,
|
/external/srec/srec/Grammar/include/ |
SR_GrammarImpl.h | 34 /* Semproc stuff */ 90 SR_SemanticProcessor* semproc; member in struct:SR_GrammarImpl_t
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 103 static ESR_ReturnCode interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result); 489 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; local 566 for (dst = &semproc->acc_scripts[0], semproc->acc_scripts[0] = '\0', i = 0; i < raw_scripts_buf.num_scripts; ++i) 579 CHKLOG(rc, append_with_check(&dst, *src, &semproc->acc_scripts[MAX_SCRIPT_LEN-1])); 586 CHKLOG(rc, append_with_check(&dst, L('.'), &semproc->acc_scripts[MAX_SCRIPT_LEN-1])); 602 CHKLOG(rc, append_with_check(&dst, *src, &semproc->acc_scripts[MAX_SCRIPT_LEN-1])); 622 CHKLOG(rc, append_with_check(&dst, *p, &semproc->acc_scripts[MAX_SCRIPT_LEN-1])); 627 CHKLOG(rc, append_with_check(&dst, *p2, &semproc->acc_scripts[MAX_SCRIPT_LEN-1])); 647 CHKLOG(rc, append_with_check(&dst, L(';'), &semproc->acc_scripts[MAX_SCRIPT_LEN-1])) 795 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; local [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | [all...] |