OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_GrammarSetupVocabulary
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
185
SR_GrammarSetupVocabulary
(mGrammar, mVocabulary);
452
||
SR_GrammarSetupVocabulary
( applicationData.grammars [0].grammar, applicationData.vocabulary )
668
private static native void
SR_GrammarSetupVocabulary
(int grammar, int vocabulary);
/external/srec/srec/Grammar/include/
SR_Grammar.h
385
SREC_GRAMMAR_API ESR_ReturnCode
SR_GrammarSetupVocabulary
(SR_Grammar *self, SR_Vocabulary *vocabulary);
/external/srec/srec/Grammar/src/
SR_Grammar.c
153
ESR_ReturnCode
SR_GrammarSetupVocabulary
(SR_Grammar *self, SR_Vocabulary *vocabulary)
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
377
checkEsrError(env,
SR_GrammarSetupVocabulary
((SR_Grammar*)grammar, (SR_Vocabulary*)vocabulary));
588
{"
SR_GrammarSetupVocabulary
", "(II)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarSetupVocabulary},
/external/srec/srec/test/SRecTest/src/
SRecTest.c
421
setup_status =
SR_GrammarSetupVocabulary
( data->grammars [grammar_num].grammar, data->vocabulary );
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
419
setup_status =
SR_GrammarSetupVocabulary
( data->grammars [grammar_num].grammar, data->vocabulary );
[
all
...]
Completed in 102 milliseconds