OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPRINTF
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/dictTest/
dictTest.c
39
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
("Error: An environment variable ESRSDK should be defined.\n")
[
all
...]
/external/srec/srec/test/SRecTest/src/
SRecTest.c
234
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"));
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
232
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 );
[
all
...]
/external/srec/portable/include/
ptypes.h
352
#define
LPRINTF
printf
389
#define
LPRINTF
wprintf
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
262
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);
[
all
...]
Completed in 81 milliseconds