OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_VocabularyLoad
(Results
1 - 9
of
9
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_Vocabulary.h
106
SREC_VOCABULARY_API ESR_ReturnCode
SR_VocabularyLoad
(const LCHAR* filename, SR_Vocabulary** self);
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
170
mVocabulary =
SR_VocabularyLoad
();
443
||
SR_VocabularyLoad
( filename, &applicationData.vocabulary )
697
private static native int
SR_VocabularyLoad
();
/external/srec/tools/dictTest/
dictTest.c
263
rc =
SR_VocabularyLoad
(vocabfile, &vocab);
/external/srec/tools/grxmlcompile/
vocab.cpp
41
rc =
SR_VocabularyLoad
(vocFileName.c_str(), &m_hVocab);
grxmlcompile.cpp
272
// skip PrefixWithBaseDirectory(), 'tis done inside
SR_VocabularyLoad
()
592
rc =
SR_VocabularyLoad
(vocabFilename, &vocab);
[
all
...]
/external/srec/srec/Vocabulary/src/
Vocabulary.c
52
ESR_ReturnCode
SR_VocabularyLoad
(const LCHAR* filename, SR_Vocabulary** self)
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
444
checkEsrError(env,
SR_VocabularyLoad
(filename, &vocabulary));
598
{"
SR_VocabularyLoad
", "()I", (void*)Java_android_speech_srec_Recognizer_SR_1VocabularyLoad},
/external/srec/srec/test/SRecTest/src/
SRecTest.c
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
[
all
...]
Completed in 29 milliseconds