Searched defs:vocabulary (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/Vocabulary/include/ |
D | SR_VocabularyImpl.h | 48 CA_Vocab* vocabulary; member
|
/external/srec/srec/Grammar/include/ |
D | SR_GrammarImpl.h | 80 SR_Vocabulary* vocabulary; member
|
/external/srec/srec/Grammar/src/ |
D | SR_Grammar.c | 153 ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_GrammarSetupVocabulary()
|
D | SR_GrammarImpl.c | 633 …_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_Grammar_SetupVocabulary()
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 376 (JNIEnv *env, jclass clazz, jint grammar, jint vocabulary) { in Java_android_speech_srec_Recognizer_SR_1GrammarSetupVocabulary() 443 SR_Vocabulary* vocabulary = NULL; in Java_android_speech_srec_Recognizer_SR_1VocabularyLoad() local 449 (JNIEnv *env, jclass clazz, jint vocabulary) { in Java_android_speech_srec_Recognizer_SR_1VocabularyDestroy() 455 (JNIEnv *env, jclass clazz, jint vocabulary, jstring word) { in Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation()
|
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 196 LCHAR vocabulary[P_PATH_MAX]; in sr_vocabularyloadimpl_for_real() local
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 135 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 136 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member
|