Searched defs:vocabulary (Results 1 – 12 of 12) sorted by relevance
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 101 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/ |
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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 685 toString2: function(separator, vocabulary) { argument
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 376 (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/ |
D | VocabularyImpl.c | 196 LCHAR vocabulary[P_PATH_MAX]; in sr_vocabularyloadimpl_for_real() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | IntervalSet.java | 215 public IntSet complement(IntSet vocabulary) { in complement()
|
D | BitSet.java | 507 public String toString(String separator, List vocabulary) { in toString()
|
/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
|