OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_GrammarSave
(Results
1 - 7
of
7
) sorted by null
/external/srec/tools/make_g2g/
make_g2g.c
117
CHKLOG(rc,
SR_GrammarSave
(grammar, outFilename));
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
231
SR_GrammarSave
(mGrammar, g2gFileName);
677
private static native void
SR_GrammarSave
(int grammar, String filename);
/external/srec/srec/Grammar/include/
SR_Grammar.h
450
SREC_GRAMMAR_API ESR_ReturnCode
SR_GrammarSave
(SR_Grammar* self, const LCHAR* filename);
/external/srec/srec/Grammar/src/
SR_Grammar.c
82
ESR_ReturnCode
SR_GrammarSave
(SR_Grammar* self, const LCHAR* filename)
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
415
checkEsrError(env,
SR_GrammarSave
((SR_Grammar*)grammar, fn));
422
checkEsrError(env,
SR_GrammarSave
((SR_Grammar*)grammar, tr));
594
{"
SR_GrammarSave
", "(ILjava/lang/String;)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarSave},
/external/srec/srec/test/SRecTest/src/
SRecTest.c
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
[
all
...]
Completed in 307 milliseconds