Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java101 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotSingleElement() local
110 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotSet() local
120 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotEqualSet() local
128 IntervalSet vocabulary = IntervalSet.of(1,2); in testNotSetEdgeElement() local
136 IntervalSet vocabulary = IntervalSet.of(1,255); in testNotSetFragmentedVocabulary() local
/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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js685 toString2: function(separator, vocabulary) { argument
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp376 (JNIEnv *env, jclass clazz, jlong grammar, jlong 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, jlong vocabulary) { in Java_android_speech_srec_Recognizer_SR_1VocabularyDestroy()
455 (JNIEnv *env, jclass clazz, jlong 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntervalSet.java215 public IntSet complement(IntSet vocabulary) { in complement()
DBitSet.java507 public String toString(String separator, List vocabulary) { in toString()
/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