Searched refs:LPRINTF (Results 1 - 5 of 5) sorted by relevance

/external/srec/tools/dictTest/
H A DdictTest.c39 LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output.txt] [-locale en-us|en-gb|fr-fr|de-de] [-parfile baseline.par]\n");
90 LPRINTF( "expected %s\n", expectedPhoneme);
153 LPRINTF("\nDictation Test Program for esr (Nuance Communications, 2007)\n");
185 LPRINTF ( "Warning: No parfile defined in the command line.\n" );
186 LPRINTF ( "Looking for the default parfile, $ESRSDK/config/$ESRLANG/baseline.par...\n" );
200 LPRINTF("Error: An environment variable ESRLANG should be defined.\n");
206 LPRINTF("Error: An environment variable ESRSDK should be defined.\n");
214 LPRINTF("Error: %s\n", ESR_rc2str(rc));
235 LPRINTF("Error: An environment variable ESRLANG should be defined.\n");
241 LPRINTF("Erro
[all...]
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c234 LPRINTF ( "Critical Level Error %s\n", error_text );
238 LPRINTF ( "High Level Error %s\n", error_text );
242 LPRINTF ( "Moderate Level Error %s\n", error_text );
246 LPRINTF ( "Low Level Error %s\n", error_text );
250 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text );
951 LPRINTF(L("Grammar Loaded\n"));
1564 LPRINTF ( L("Audio Size Set To %d\n"), size_as_number );
1877 LPRINTF(L("\nError opening command file %s\n"), file_name);
1883 LPRINTF(L("\nError finding command file\n"));
2234 LPRINTF (
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c232 LPRINTF ( "Critical Level Error %s\n", error_text );
236 LPRINTF ( "High Level Error %s\n", error_text );
240 LPRINTF ( "Moderate Level Error %s\n", error_text );
244 LPRINTF ( "Low Level Error %s\n", error_text );
248 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text );
1927 LPRINTF ( L("\n-------------------------------------\n") );
1928 LPRINTF ( L("E: utterance_timeout %lu\n"), (unsigned long)utterance_timeout );
1929 LPRINTF ( L("R: <FAILED>\n") );
1930 LPRINTF ( L("-------------------------------------\n\n") );
1960 LPRINTF (
[all...]
/external/srec/portable/include/
H A Dptypes.h352 #define LPRINTF printf macro
389 #define LPRINTF wprintf macro
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status));
296 LPRINTF("Error: make_openfst_graphs() returned %s\n", ESR_rc2str(status));
708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc));
718 LPRINTF("%s : %s\n", phrase, pron);

Completed in 105 milliseconds