OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_VocabularyDestroy
(Results
1 - 8
of
8
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_Vocabulary.h
143
SREC_VOCABULARY_API ESR_ReturnCode
SR_VocabularyDestroy
(SR_Vocabulary* self);
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
404
if (mVocabulary != 0)
SR_VocabularyDestroy
(mVocabulary);
470
||
SR_VocabularyDestroy
( applicationData.vocabulary )
704
private static native void
SR_VocabularyDestroy
(int vocabulary);
/external/srec/tools/grxmlcompile/
vocab.cpp
51
SR_VocabularyDestroy
(m_hVocab);
grxmlcompile.cpp
709
SR_VocabularyDestroy
(vocab);
[
all
...]
/external/srec/srec/Vocabulary/src/
Vocabulary.c
85
ESR_ReturnCode
SR_VocabularyDestroy
(SR_Vocabulary* self)
/external/srec/srec/test/SRecTest/src/
SRecTest.c
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
[
all
...]
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
451
checkEsrError(env,
SR_VocabularyDestroy
((SR_Vocabulary*)vocabulary));
599
{"
SR_VocabularyDestroy
", "(I)V", (void*)Java_android_speech_srec_Recognizer_SR_1VocabularyDestroy},
Completed in 726 milliseconds