Searched defs:exists (Results 151 - 155 of 155) sorted by path

1234567

/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c39 ESR_BOOL exists; local
91 CHKLOG(rc, ESR_SessionExists(&exists));
92 if (exists)
245 * if word already exists and pron is same (i.e. as if no action) returns FST_SUCCESS
246 * if word already exists and pron is different (e.g. read-rEd and read-red) returns FST_SUCCESS
247 * if word does not exist and no duplicate pron exists (homonyms not supported) returns FST_SUCCESS
/external/srec/srec/Nametag/src/
H A DNametagsImpl.c281 ESR_BOOL exists; local
285 CHKLOG(rc, nametags->containsKey(nametags, id, &exists));
286 if (exists)
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c112 ESR_BOOL exists; local
144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists));
145 if (!exists)
154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists));
155 if (!exists)
164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists));
165 if (!exists)
184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists));
185 if (!exists)
203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists));
800 ESR_BOOL exists; // isSetup; local
3656 ESR_BOOL exists; local
[all...]
/external/srec/srec/Session/src/
H A DSR_Session.c33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
/external/srec/srec/clib/
H A Dswicms.c109 ESR_BOOL exists; local
112 CHKLOG(rc, ESR_SessionContains(parname, &exists));
113 if (exists) {
143 ESR_BOOL exists, sessionExists; local
193 CHKLOG(rc, ESR_SessionContains(parname, &exists));
194 if (exists) {
268 ESR_SessionContains(L("CREC.Frontend.start_windback"), &exists);
269 if (exists) {
292 if ( swicms->_prep != NULL ) /* lda exists give them transformed lda. */

Completed in 218 milliseconds

1234567