OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPES_INTARRAYLIST
(Results
1 - 5
of
5
) sorted by null
/external/srec/shared/include/
ESR_VariableTypes.h
35
TYPES_INTARRAYLIST
,
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
150
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_offset", intList,
TYPES_INTARRAYLIST
));
160
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_loop", intList,
TYPES_INTARRAYLIST
));
180
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.melA", intList,
TYPES_INTARRAYLIST
));
199
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.melB", intList,
TYPES_INTARRAYLIST
));
219
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.dmelA", intList,
TYPES_INTARRAYLIST
));
239
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.dmelB", intList,
TYPES_INTARRAYLIST
));
259
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.ddmelA", intList,
TYPES_INTARRAYLIST
));
279
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.ddmelB", intList,
TYPES_INTARRAYLIST
));
299
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.rastaA", intList,
TYPES_INTARRAYLIST
));
319
CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.rastaB", intList,
TYPES_INTARRAYLIST
));
[
all
...]
/external/srec/srec/EventLog/src/
EventLogImpl.c
128
case
TYPES_INTARRAYLIST
:
129
CHKLOG(rc, ESR_SessionGetProperty(name, (void **)&list,
TYPES_INTARRAYLIST
));
795
case
TYPES_INTARRAYLIST
:
796
CHKLOG(rc, ESR_SessionGetProperty(key, (void **)&list,
TYPES_INTARRAYLIST
));
/external/srec/shared/src/
SessionTypeImpl.c
564
if (temp.type ==
TYPES_INTARRAYLIST
)
1128
case
TYPES_INTARRAYLIST
:
1132
CHKLOG(rc, self->getProperty(self, key, (void **)&iList,
TYPES_INTARRAYLIST
));
1138
CHKLOG(rc, self->setProperty(self, key, iList,
TYPES_INTARRAYLIST
));
1164
VariableTypes IntArrayList =
TYPES_INTARRAYLIST
;
[
all
...]
/external/srec/srec/clib/
swicms.c
114
rc = ESR_SessionGetProperty(parname, (void**)&intList,
TYPES_INTARRAYLIST
);
Completed in 205 milliseconds