Searched refs:LPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/dictTest/ |
D | dictTest.c | 39 …LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output… in usage() 90 LPRINTF( "expected %s\n", expectedPhoneme); in doInputTestPhonemes() 153 LPRINTF("\nDictation Test Program for esr (Nuance Communications, 2007)\n"); in main() 185 LPRINTF ( "Warning: No parfile defined in the command line.\n" ); in main() 186 LPRINTF ( "Looking for the default parfile, $ESRSDK/config/$ESRLANG/baseline.par...\n" ); in main() 200 LPRINTF("Error: An environment variable ESRLANG should be defined.\n"); in main() 206 LPRINTF("Error: An environment variable ESRSDK should be defined.\n"); in main() 214 LPRINTF("Error: %s\n", ESR_rc2str(rc)); in main() 235 LPRINTF("Error: An environment variable ESRLANG should be defined.\n"); in main() 241 LPRINTF("Error: An environment variable ESRSDK should be defined.\n"); in main() [all …]
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 234 LPRINTF ( "Critical Level Error %s\n", error_text ); in srec_test_log_error() 238 LPRINTF ( "High Level Error %s\n", error_text ); in srec_test_log_error() 242 LPRINTF ( "Moderate Level Error %s\n", error_text ); in srec_test_log_error() 246 LPRINTF ( "Low Level Error %s\n", error_text ); in srec_test_log_error() 250 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text ); in srec_test_log_error() 951 LPRINTF(L("Grammar Loaded\n")); in srec_test_load_context() 1564 LPRINTF ( L("Audio Size Set To %d\n"), size_as_number ); in srec_test_set_audio_size() 1877 LPRINTF(L("\nError opening command file %s\n"), file_name); in srec_test_open_command_file() 1883 LPRINTF(L("\nError finding command file\n")); in srec_test_open_command_file() 2234 LPRINTF ( L("\n-------------------------------------\n") ); in srec_test_process_start_timeout() [all …]
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 232 LPRINTF ( "Critical Level Error %s\n", error_text ); in srec_test_log_error() 236 LPRINTF ( "High Level Error %s\n", error_text ); in srec_test_log_error() 240 LPRINTF ( "Moderate Level Error %s\n", error_text ); in srec_test_log_error() 244 LPRINTF ( "Low Level Error %s\n", error_text ); in srec_test_log_error() 248 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text ); in srec_test_log_error() 1927 LPRINTF ( L("\n-------------------------------------\n") ); in srec_test_process_start_timeout() 1928 LPRINTF ( L("E: utterance_timeout %lu\n"), (unsigned long)utterance_timeout ); in srec_test_process_start_timeout() 1929 LPRINTF ( L("R: <FAILED>\n") ); in srec_test_process_start_timeout() 1930 LPRINTF ( L("-------------------------------------\n\n") ); in srec_test_process_start_timeout() 1960 LPRINTF ( L("Dumping audio waveform to file %s\n"), data->raw_waveform_filename ); in srec_test_write_and_log_wave_form_file() [all …]
|
/external/srec/portable/include/ |
D | ptypes.h | 352 #define LPRINTF printf macro 389 #define LPRINTF wprintf macro
|
/external/srec/tools/grxmlcompile/ |
D | grxmlcompile.cpp | 262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status)); in main() 296 LPRINTF("Error: make_openfst_graphs() returned %s\n", ESR_rc2str(status)); in main() 708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc)); in make_openfst_graphs() 718 LPRINTF("%s : %s\n", phrase, pron); in make_openfst_graphs()
|