OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBoolParameter
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Recognizer/include/
SR_Recognizer.h
253
ESR_ReturnCode(*
setBoolParameter
)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL value);
[
all
...]
/external/srec/srec/Recognizer/src/
Recognizer.c
154
return self->
setBoolParameter
(self, name, value);
RecognizerImpl.c
642
impl->Interface.
setBoolParameter
= &SR_RecognizerSetBoolParameterImpl;
[
all
...]
Completed in 267 milliseconds