Home
last modified time | relevance | path

Searched refs:ESR_rc2str (Results 1 – 25 of 36) sorted by relevance

12

/external/srec/portable/src/
DPANSIFileImpl.c43 PLogError(ESR_rc2str(rc)); in PANSIFileCreateImpl()
123 PLogError(ESR_rc2str(rc)); in PANSIFileOpenImpl()
137 PLogError(L("%s: filename=%s, cwd=%s"), ESR_rc2str(rc), impl->Interface.filename, path); in PANSIFileOpenImpl()
152 PLogMessage(L("%s: file %s, handle"), ESR_rc2str(rc), impl->Interface.filename, impl->value); in PANSIFileCloseImpl()
168 PLogError(ESR_rc2str(rc)); in PANSIFileReadImpl()
180 PLogMessage(ESR_rc2str(rc)); in PANSIFileReadImpl()
208 PLogError(ESR_rc2str(rc)); in PANSIFileWriteImpl()
227 PLogError(ESR_rc2str(rc)); in PANSIFileWriteImpl()
247 PLogMessage(ESR_rc2str(rc)); in PANSIFileWriteImpl()
265 PLogMessage(ESR_rc2str(rc)); in PANSIFileFlushImpl()
[all …]
DPFileSystem.c53 PLogError(ESR_rc2str(rc)); in PFileSystemCanonicalSlashes()
77 PLogError(ESR_rc2str(rc)); in PFileSystemLinearToPathTokens()
93 PLogError(ESR_rc2str(rc)); in PFileSystemLinearToPathTokens()
164 PLogError(ESR_rc2str(rc)); in PFileSystemIsAbsolutePath()
188 PLogError(ESR_rc2str(rc)); in PFileSystemGetAbsolutePath()
257 PLogError(ESR_rc2str(rc)); in PFileSystemIsCreated()
334 PLogError(ESR_rc2str(rc)); in PFileSystemCreatePFile()
347 PLogError("%s, %s, %s", ESR_rc2str(rc), filename, absolutePath); in PFileSystemCreatePFile()
365 PLogError(ESR_rc2str(rc)); in PFileSystemMkdir()
386 PLogError(ESR_rc2str(rc)); in PFileSystemGetcwd()
[all …]
DPANSIFileSystemImpl.c113 PLogError(ESR_rc2str(rc)); in PANSIFileSystemAddPathImpl()
124 PLogError(ESR_rc2str(rc)); in PANSIFileSystemAddPathImpl()
136 PLogError(ESR_rc2str(rc)); in PANSIFileSystemAddPathImpl()
148 PLogError(L("%s: realPath cannot be empty"), ESR_rc2str(rc)); in PANSIFileSystemAddPathImpl()
166 PLogError(ESR_rc2str(rc)); in PANSIFileSystemAddPathImpl()
191 PLogError(ESR_rc2str(rc)); in PANSIFileSystemRemovePathImpl()
249 PLogError(ESR_rc2str(rc)); in PANSIFileSystemGetRealPathImpl()
300 PLogError(ESR_rc2str(rc)); in PANSIFileSystemSetDefault()
308 PLogError(ESR_rc2str(rc)); in PANSIFileSystemSetDefault()
DPFile.c211 PLogError(ESR_rc2str(rc)); in PFileReadInt()
217 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc)); in PFileReadInt()
236 PLogError(ESR_rc2str(rc)); in PFileReadInt()
249 PLogError(ESR_rc2str(rc)); in PFileReadInt()
258 PLogError(L("%s: token was not number (%s)"), ESR_rc2str(rc), number); in PFileReadInt()
285 PLogError(ESR_rc2str(rc)); in PFileReadLCHAR()
291 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc)); in PFileReadLCHAR()
310 PLogError(ESR_rc2str(rc)); in PFileReadLCHAR()
323 PLogError(ESR_rc2str(rc)); in PFileReadLCHAR()
DPFileImpl.c56 PLogError(ESR_rc2str(rc)); in PFileCreateImpl()
65 …pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); in PFileCreateImpl()
180 PLogError(L("%s: cannot operate on closed file"), ESR_rc2str(rc)); in PFileVfprintfImpl()
DLCHAR.c50 PLogError(ESR_rc2str(rc)); in lstrinsert()
57 PLOG_DBG_TRACE((ESR_rc2str(rc))); in lstrinsert()
179 PLogError(ESR_rc2str(rc)); in LCHARGetInt()
Dpmemory.c145 …rintf(PSTDERR, "[%s:%d] PStackTracePopLevel failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in getStackTrace()
161 …rintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in getStackTrace()
355 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); in PMemDumpLogFile()
439 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in PMemLogFree()
866 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in prealloc()
937 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in pfree()
DESR_ReturnCode.c24 const LCHAR* ESR_rc2str(const ESR_ReturnCode rc) in ESR_rc2str() function
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c42 PLogError(ESR_rc2str(rc)); \
228 PLogError(ESR_rc2str(rc)); in LogArbdataVersion()
236 PLogError(ESR_rc2str(rc)); in LogArbdataVersion()
292 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
298 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
304 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
312 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
318 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
325 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
347 PLogError(ESR_rc2str(rc)); in SR_AcousticModelsLoad()
[all …]
/external/srec/portable/include/
Dplog.h257 …o { rc = (function); if (rc != ESR_SUCCESS) { PLogError("%s in %s:%d", ESR_rc2str(rc), __FILE__, …
266 …tion, args) do { if((rc = (function args)) != ESR_SUCCESS) { PLogError(ESR_rc2str(rc)); return rc;…
303 …(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); \
316 PLogMessage(L("%s returned %s"), text, ESR_rc2str(rc)); \
318 …tf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
DESR_ReturnCode.h203 PORTABLE_API const LCHAR* ESR_rc2str(const ESR_ReturnCode rc);
/external/srec/srec/Nametag/src/
DNametagsImpl.c95 PLogError(ESR_rc2str(rc)); in SR_NametagsLoadImpl()
132 PLogError(ESR_rc2str(rc)); in SR_NametagsLoadImpl()
145 PLogError(L("%s: Cannot find end of Nametag id"), ESR_rc2str(rc)); in SR_NametagsLoadImpl()
156 PLogError(L("%s: Cannot find Nametag value"), ESR_rc2str(rc)); in SR_NametagsLoadImpl()
169 PLogError(ESR_rc2str(rc)); in SR_NametagsLoadImpl()
215 PLogError(ESR_rc2str(rc)); in SR_NametagsSaveImpl()
243 PLogError(ESR_rc2str(rc)); in SR_NametagsSaveImpl()
257 PLogError(ESR_rc2str(rc)); in SR_NametagsSaveImpl()
290 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, L("rc"), ESR_rc2str(rc))); in SR_NametagsAddImpl()
293 PLogError(ESR_rc2str(rc)); in SR_NametagsAddImpl()
DNametagImpl.c47 PLogError(ESR_rc2str(rc)); in SR_NametagCreate()
64 PLogError(ESR_rc2str(rc)); in SR_NametagCreate()
155 PLogError(ESR_rc2str(rc)); in SR_NametagCreateFromValue()
166 PLogError(ESR_rc2str(rc)); in SR_NametagCreateFromValue()
223 PLogError(ESR_rc2str(rc)); in SR_Nametag_SetID()
/external/srec/tools/dictTest/
DdictTest.c51 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc)); in doGetProns()
96 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc)); in doInputTestPhonemes()
214 LPRINTF("Error: %s\n", ESR_rc2str(rc)); in main()
271 LPRINTF("Error: %s\n",ESR_rc2str(rc)); in main()
281 LPRINTF("Error: %s\n",ESR_rc2str(rc)); in main()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c80 PLogError(ESR_rc2str(rc)); in SR_Grammar_Create()
87 PLogError(ESR_rc2str(rc)); in SR_Grammar_Create()
97 PLogError(ESR_rc2str(rc)); in SR_Grammar_Create()
103 PLogError(ESR_rc2str(rc)); in SR_Grammar_Create()
264 PLogError(ESR_rc2str(rc)); in SR_Grammar_AddWordToSlot()
268 PLogError(ESR_rc2str(rc)); in SR_Grammar_AddWordToSlot()
274 PLogError(L("%s: Homonym '%s' could not be added"), ESR_rc2str(rc), word); in SR_Grammar_AddWordToSlot()
279 PLogError(L("%s|%s|%s|ca_rc=%d"), word, pronunciation, ESR_rc2str(rc), ca_rc); in SR_Grammar_AddWordToSlot()
440 PLogError(L("%s: loading semgraph from image %s"), ESR_rc2str(rc), filename); in SR_GrammarLoad()
545 PLogError(ESR_rc2str(rc)); in SR_Grammar_GetSize_tParameter()
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c125 PLogError(ESR_rc2str(rc)); in SR_SemanticGraph_LoadFromImage()
220 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_loadV2()
230 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_loadV2()
237 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_loadV2()
750 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_saveV2()
772 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_saveV2()
781 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_saveV2()
787 PLogError(ESR_rc2str(rc)); in sr_semanticgraph_saveV2()
1295 PLogError(ESR_rc2str(rc)); in deserializeArcTokenInfoV2()
1302 PLogError(ESR_rc2str(rc)); in deserializeArcTokenInfoV2()
[all …]
DSemanticProcessorImpl.c134 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessorCreate()
522 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParseByWordID()
697 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParseByWordID()
705 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParseByWordID()
748 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParseByWordID()
756 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParseByWordID()
845 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParse()
1013 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParse()
1043 PLogError(ESR_rc2str(rc)); in SR_SemanticProcessor_CheckParse()
1076 pfprintf(PSTDOUT, "Semantic Result: Error (%s) could not interpret\n", ESR_rc2str(rc)); in interpretScripts()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c529 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreateFrontendImpl()
542 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreateFrontendImpl()
725 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreate()
732 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreate()
740 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreate()
747 PLogError(ESR_rc2str(rc)); in SR_RecognizerCreate()
787 SR_EventLogToken_BASIC(impl->eventLog, impl->osi_log_level, L("FAILURE"), ESR_rc2str(rc)); in SR_RecognizerCreate()
943 PLogError(ESR_rc2str(rc)); in beginRecognizing()
1002 PLogError(ESR_rc2str(rc)); in SR_RecognizerStartImpl()
1036 PLogError(L("%s: could determine whether VoiceEnrollment active or not"), ESR_rc2str(rc)); in SR_RecognizerStartImpl()
[all …]
/external/srec/tools/make_g2g/
Dmake_g2g.c80 PLogError(ESR_rc2str(rc)); in main()
93 PLogError(ESR_rc2str(rc)); in main()
/external/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h212 PLogError(L("%s: %d > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
221 PLogError(L("%s: %s > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
/external/srec/tools/parseStringTest/
DparseStringTest.c96 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc)); in display_results()
101 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc)); in display_results()
259 pfprintf(fout, "ERROR: %s, while checking key='%s'\n", ESR_rc2str(rc), key); in ParseTestSet()
375 PLogError(ESR_rc2str(rc)); in main()
642 PLogError("%s while destroying", ESR_rc2str(rc)); in process_multi_key_line()
/external/srec/shared/src/
DSessionTypeImpl.c607 PLogError(ESR_rc2str(rc)); in ESR_SessionTypeImportCommandLineImpl()
640 PLogError(ESR_rc2str(rc)); in ESR_SessionTypeImportCommandLineImpl()
890 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
951 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
960 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
971 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
977 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
986 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
992 PLogError(ESR_rc2str(rc)); in importKeyValueFile()
/external/srec/portable/src/UNIX/
DPFileWrapUNIX_OS_Specific.c96 PLogError(ESR_rc2str(rc)); in pf_get_cwd()
/external/srec/tools/grxmlcompile/
Dvocab.cpp44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl; in Vocabulary()
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl; in lookup()
/external/srec/srec/Session/src/
DSR_Session.c45 PLogError(ESR_rc2str(rc)); in SR_SessionCreate()

12