OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_GrammarCompile
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
213
SR_GrammarCompile
(mGrammar);
663
private static native void
SR_GrammarCompile
(int grammar);
/external/srec/srec/Grammar/include/
SR_Grammar.h
310
SREC_GRAMMAR_API ESR_ReturnCode
SR_GrammarCompile
(SR_Grammar* self);
/external/srec/srec/Grammar/src/
SR_Grammar.c
28
ESR_ReturnCode
SR_GrammarCompile
(SR_Grammar* self)
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
349
checkEsrError(env,
SR_GrammarCompile
((SR_Grammar*)grammar));
585
{"
SR_GrammarCompile
", "(I)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarCompile},
/external/srec/srec/test/SRecTest/src/
SRecTest.c
865
esr_status =
SR_GrammarCompile
( active_grammar );
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
857
esr_status =
SR_GrammarCompile
( active_grammar );
[
all
...]
Completed in 58 milliseconds