Searched refs:LFPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/make_g2g/ |
D | make_g2g.c | 42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename); in usage() 75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n"); in main() 88 LFPRINTF(stderr, "ERROR: Mandatory option -out is unspecified\n"); in main() 113 LFPRINTF(stdout,"Loading grammar %s from text files...\n",base); in main() 116 LFPRINTF(stdout,"Saving grammar as binary image %s...\n",outFilename); in main() 119 LFPRINTF(stdout,"SUCCESS!\n"); in main()
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 51 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc)); in doGetProns() 58 LFPRINTF(fout,"%s : %s\n", phrase, pron); in doGetProns() 84 LFPRINTF(fout, "ERROR: INVALID FORMAT for input line\n"); in doInputTestPhonemes() 96 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc)); in doInputTestPhonemes() 99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme); in doInputTestPhonemes() 102 LFPRINTF(fout,"PASSED\n"); in doInputTestPhonemes() 104 LFPRINTF(fout,"FAILED\n"); in doInputTestPhonemes()
|
/external/srec/portable/include/ |
D | ptypes.h | 356 #define LFPRINTF fprintf macro 390 #define LFPRINTF fwprintf macro
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 1925 … LFPRINTF ( results_file, L("E: utterance_timeout %lu\n"), (unsigned long)utterance_timeout ); in srec_test_process_start_timeout() 1926 LFPRINTF ( results_file, L("R: <FAILED>\n") ); in srec_test_process_start_timeout() 2077 LFPRINTF ( results_file, L("R: %s\n"), linebuffer ); in srec_test_process_recognition() 2083 LFPRINTF ( results_file, L("S: %s\n"), linebuffer); in srec_test_process_recognition() 2250 LFPRINTF ( results_file, L("E: No results available\n") ); in srec_test_process_recognition_unsupported_case() 2251 LFPRINTF ( results_file, L("R: <FAILED>\n") ); in srec_test_process_recognition_unsupported_case()
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 2232 … LFPRINTF ( results_file, L("E: utterance_timeout %lu\n"), (unsigned long)utterance_timeout ); in srec_test_process_start_timeout() 2233 LFPRINTF ( results_file, L("R: <FAILED>\n") ); in srec_test_process_start_timeout() 2408 LFPRINTF ( results_file, L("R: %s\n"), linebuffer ); in srec_test_process_recognition() 2414 LFPRINTF ( results_file, L("S: %s\n"), linebuffer); in srec_test_process_recognition() 2577 LFPRINTF ( results_file, L("E: No results available\n") ); in srec_test_process_recognition_unsupported_case() 2578 LFPRINTF ( results_file, L("R: <FAILED>\n") ); in srec_test_process_recognition_unsupported_case()
|