Home
last modified time | relevance | path

Searched defs:vocabulary (Results 1 – 8 of 8) sorted by relevance

/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h48 CA_Vocab* vocabulary; member
/external/srec/srec/Grammar/include/
DSR_GrammarImpl.h80 SR_Vocabulary* vocabulary; member
/external/srec/srec/Grammar/src/
DSR_Grammar.c153 ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_GrammarSetupVocabulary()
DSR_GrammarImpl.c633 …_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_Grammar_SetupVocabulary()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp376 (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/
DVocabularyImpl.c196 LCHAR vocabulary[P_PATH_MAX]; in sr_vocabularyloadimpl_for_real() local
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c135 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member
/external/srec/srec/test/SRecTest/src/
DSRecTest.c136 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member