HomeSort by relevance Sort by last modified time
    Searched refs:ESR_FALSE (Results 1 - 25 of 33) sorted by null

1 2

  /external/srec/portable/src/
ptypes.c 25 return ESR_FALSE;
34 return ESR_FALSE;
PFileSystemImpl.c 27 ESR_BOOL PFileSystemCreated = ESR_FALSE;
85 PFileSystemCreated = ESR_FALSE;
PFileWrap.c 168 *isEof = ESR_FALSE;
178 *isEof = ESR_FALSE;
194 *isError = ESR_FALSE;
504 *isAbsolute = ESR_FALSE;
plog.c 64 static ESR_BOOL locked = ESR_FALSE;
399 locked = ESR_FALSE;
407 locked = ESR_FALSE;
458 rc = logIt(msg, args, ESR_FALSE);
LCHAR.c 140 *result = ESR_FALSE;
146 *result = ESR_FALSE;
ArrayListImpl.c 184 *exists = ESR_FALSE;
PFile.c 344 isLittleEndian = ESR_FALSE;
  /external/srec/srec/cfront/
ca_wave.c 220 else *clipping = ESR_FALSE;
222 else *dcoffset = ESR_FALSE;
224 else *highnoise = ESR_FALSE;
226 else *quietspeech = ESR_FALSE;
228 else *too_few_samples = ESR_FALSE;
230 else *too_many_samples = ESR_FALSE;
236 error = ESR_FALSE;
  /external/srec/srec/include/
all_defs.h 86 #define False ESR_FALSE
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 52 isLittleEndian = ESR_FALSE;
56 CHKLOG(rc, PMemSetLogEnabled(ESR_FALSE));
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 135 (p <= L('9') && p >= L('0'))) ? ESR_TRUE : ESR_FALSE; /* numbers */
ExpressionParser.c 70 Interface->needToExecuteFunction = ESR_FALSE;
106 ESR_BOOL verbose = ESR_FALSE;
107 ESR_BOOL sessionExists = ESR_FALSE;
412 self->needToExecuteFunction = ESR_FALSE;
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 149 ESR_BOOL rtn = ESR_FALSE;
199 ESR_BOOL rtn = ESR_FALSE;
225 ESR_BOOL rtn = ESR_FALSE;
234 ESR_BOOL rtn = ESR_FALSE;
252 (asr_int16_t*)buffer, &samples, isLast ? ESR_TRUE : ESR_FALSE));
272 ESR_BOOL rtn = ESR_FALSE;
279 ESR_BOOL rtn = ESR_FALSE;
286 ESR_BOOL rtn = ESR_FALSE;
293 ESR_BOOL rtn = ESR_FALSE;
300 ESR_BOOL rtn = ESR_FALSE;
    [all...]
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 67 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Acoustic.load_all_at_once", ESR_FALSE));
88 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Pattern.chelt_imelda", ESR_FALSE));
144 params->is_loaded = ESR_FALSE;
197 params->is_loaded = ESR_FALSE;
220 ESR_BOOL exists = ESR_FALSE;
592 ESR_BOOL isPatternLoaded = ESR_FALSE;
  /external/srec/srec/ca/
cnfd_scr.c 112 return ESR_FALSE;
116 return ESR_FALSE;
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 73 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Recognizer.partial_results", ESR_FALSE));
96 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("enableGetWaveform", ESR_FALSE));
123 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_skip_even_frames", ESR_FALSE)); /* 10/20 ms rate */
125 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.ddmel", ESR_FALSE)); /* delta-delta mel pars */
128 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.rasta", ESR_FALSE));
129 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.rastac0", ESR_FALSE));
130 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.spectral_subtraction", ESR_FALSE));
133 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_filterbank_dump", ESR_FALSE)); /* Output is filterbank (30 floats) */
134 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_filterbank_input", ESR_FALSE)); /* Input is filterbank (30 floats) in place of audio samples */
136 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.plp", ESR_FALSE)); /* Do PLP instead of MEL *
    [all...]
RecognizerResultImpl.c 172 noMatch = ESR_FALSE;
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 64 if ( bG2P == ESR_FALSE )
117 if ( bG2P == ESR_FALSE || impl->hSlts == NULL)
195 ESR_BOOL sessionExists = ESR_FALSE;
  /external/srec/portable/include/
ptypes.h 43 ESR_FALSE = 0,
478 * @return ESR_TRUE if text is a number, ESR_FALSE otherwise.
  /external/srec/shared/src/
IntArrayListImpl.c 145 *exists = ESR_FALSE;
HashMapImpl.c 131 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_FALSE);
169 return HashMap_RemoveAll_Internal((HashMapImpl *) self, ESR_FALSE);
Int8ArrayListImpl.c 146 *exists = ESR_FALSE;
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 175 static ESR_BOOL interrupted = ESR_FALSE;
177 /* static ESR_BOOL no_enroll = ESR_FALSE; //BJP */
309 found_grammar = ESR_FALSE;
312 while ( ( found_grammar == ESR_FALSE ) && ( grammar_counter < data->grammarCount ) )
322 *is_active = ESR_FALSE;
911 data->grammars [grammar_num].is_ve_grammar = ESR_FALSE;
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 173 static ESR_BOOL interrupted = ESR_FALSE;
175 /* static ESR_BOOL no_enroll = ESR_FALSE; //BJP */
307 found_grammar = ESR_FALSE;
310 while ( ( found_grammar == ESR_FALSE ) && ( grammar_counter < data->grammarCount ) )
320 *is_active = ESR_FALSE;
903 data->grammars [grammar_num].is_ve_grammar = ESR_FALSE;
    [all...]
  /external/srec/tools/dictTest/
dictTest.c 127 ESR_BOOL bSession = ESR_FALSE;

Completed in 2455 milliseconds

1 2