HomeSort by relevance Sort by last modified time
    Searched defs:vocabulary (Results 1 - 13 of 13) sorted by null

  /external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h 36 * Vocabulary implementation.
45 * Legacy CREC vocabulary.
48 CA_Vocab* vocabulary; member in struct:SR_VocabularyImpl_t
50 * Vocabulary locale.
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 78 * Vocabulary.
80 SR_Vocabulary* vocabulary; member in struct:SR_GrammarImpl_t
122 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddRuleFromList(SR_Grammar* self, SR_Vocabulary* vocabulary, const LCHAR* name);
203 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 101 IntervalSet vocabulary = IntervalSet.of(1,1000); local
102 vocabulary.add(2000,3000);
105 String result = (s.complement(vocabulary)).toString();
110 IntervalSet vocabulary = IntervalSet.of(1,1000); local
115 String result = (s.complement(vocabulary)).toString();
120 IntervalSet vocabulary = IntervalSet.of(1,1000); local
123 String result = (s.complement(vocabulary)).toString();
128 IntervalSet vocabulary = IntervalSet.of(1,2); local
131 String result = (s.complement(vocabulary)).toString();
136 IntervalSet vocabulary = IntervalSet.of(1,255) local
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src))
44 * Creates a new vocabulary but does not set the locale.
142 * Creates a new vocabulary but does not set the locale.
166 impl->vocabulary = NULL;
181 if (impl->vocabulary!=NULL)
183 CA_UnloadDictionary(impl->vocabulary);
184 CA_FreeVocabulary(impl->vocabulary);
185 impl->vocabulary = NULL;
196 LCHAR vocabulary[P_PATH_MAX]; local
199 impl->vocabulary = CA_AllocateVocabulary()
    [all...]
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 376 (JNIEnv *env, jclass clazz, jlong grammar, jlong vocabulary) {
377 checkEsrError(env, SR_GrammarSetupVocabulary((SR_Grammar*)grammar, (SR_Vocabulary*)vocabulary));
440 checkEsrError(env, ESR_SessionGetLCHAR ( L("cmdline.vocabulary"), filename, &flen ));
443 SR_Vocabulary* vocabulary = NULL; local
444 checkEsrError(env, SR_VocabularyLoad(filename, &vocabulary));
445 return (jlong)vocabulary;
449 (JNIEnv *env, jclass clazz, jlong vocabulary) {
451 checkEsrError(env, SR_VocabularyDestroy((SR_Vocabulary*)vocabulary));
455 (JNIEnv *env, jclass clazz, jlong vocabulary, jstring word) {
459 ESR_ReturnCode esr_status = SR_VocabularyGetPronunciation((SR_Vocabulary*)vocabulary, wo, rtn, &rtnLength)
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 136 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member in struct:ApplicationData_t
421 setup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 135 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member in struct:ApplicationData_t
419 setup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary );
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 902 milliseconds