HomeSort by relevance Sort by last modified time
    Searched refs:ESR_rc2str (Results 1 - 25 of 36) sorted by null

1 2

  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 212 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/portable/include/
plog.h 257 #define CHKLOG(rc, function) do { rc = (function); if (rc != ESR_SUCCESS) { PLogError("%s in %s:%d", ESR_rc2str(rc), __FILE__, __LINE__); goto CLEANUP; } } while (0)
266 #define PLOG_CHKRC_ARGS(rc, function, args) do { if((rc = (function args)) != ESR_SUCCESS) { PLogError(ESR_rc2str(rc)); return rc; } } while (0)
303 pfprintf(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 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
ESR_ReturnCode.h 39 * Note: do not forget to modify ESR_rc2str when modifying this enum.
203 PORTABLE_API const LCHAR* ESR_rc2str(const ESR_ReturnCode rc);
  /external/srec/portable/src/
PANSIFileImpl.c 43 PLogError(ESR_rc2str(rc));
123 PLogError(ESR_rc2str(rc));
136 /* PLOG_DBG_TRACE((L("%s: filename=%s, cwd=%s"), ESR_rc2str(rc), impl->Interface.filename, path)); */
137 PLogError(L("%s: filename=%s, cwd=%s"), ESR_rc2str(rc), impl->Interface.filename, path);
152 PLogMessage(L("%s: file %s, handle"), ESR_rc2str(rc), impl->Interface.filename, impl->value);
168 PLogError(ESR_rc2str(rc));
180 PLogMessage(ESR_rc2str(rc));
208 PLogError(ESR_rc2str(rc));
227 PLogError(ESR_rc2str(rc));
247 PLogMessage(ESR_rc2str(rc))
    [all...]
PFileSystem.c 53 PLogError(ESR_rc2str(rc));
77 PLogError(ESR_rc2str(rc));
93 PLogError(ESR_rc2str(rc));
164 PLogError(ESR_rc2str(rc));
188 PLogError(ESR_rc2str(rc));
257 PLogError(ESR_rc2str(rc));
334 PLogError(ESR_rc2str(rc));
347 PLogError("%s, %s, %s", ESR_rc2str(rc), filename, absolutePath);
365 PLogError(ESR_rc2str(rc));
386 PLogError(ESR_rc2str(rc))
    [all...]
ESR_ReturnCode.c 24 const LCHAR* ESR_rc2str(const ESR_ReturnCode rc)
PANSIFileSystemImpl.c 113 PLogError(ESR_rc2str(rc));
124 PLogError(ESR_rc2str(rc));
136 PLogError(ESR_rc2str(rc));
148 PLogError(L("%s: realPath cannot be empty"), ESR_rc2str(rc));
166 PLogError(ESR_rc2str(rc));
191 PLogError(ESR_rc2str(rc));
249 PLogError(ESR_rc2str(rc));
300 PLogError(ESR_rc2str(rc));
308 PLogError(ESR_rc2str(rc));
PFile.c 211 PLogError(ESR_rc2str(rc));
217 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc));
236 PLogError(ESR_rc2str(rc));
249 PLogError(ESR_rc2str(rc));
258 PLogError(L("%s: token was not number (%s)"), ESR_rc2str(rc), number);
285 PLogError(ESR_rc2str(rc));
291 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc));
310 PLogError(ESR_rc2str(rc));
323 PLogError(ESR_rc2str(rc));
PFileImpl.c 56 PLogError(ESR_rc2str(rc));
65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
180 PLogError(L("%s: cannot operate on closed file"), ESR_rc2str(rc));
LCHAR.c 50 PLogError(ESR_rc2str(rc));
57 PLOG_DBG_TRACE((ESR_rc2str(rc)));
179 PLogError(ESR_rc2str(rc));
plog.c 257 pfprintf(PSTDERR, L("[%s:%d] %s failed with %s\n"), __FILE__, __LINE__, x, ESR_rc2str(rc)); \
447 pfprintf(PSTDERR, L("PStackTraceGetDepth"), ESR_rc2str(rc));
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 42 PLogError(ESR_rc2str(rc)); \
228 PLogError(ESR_rc2str(rc));
236 PLogError(ESR_rc2str(rc));
292 PLogError(ESR_rc2str(rc));
298 PLogError(ESR_rc2str(rc));
304 PLogError(ESR_rc2str(rc));
312 PLogError(ESR_rc2str(rc));
318 PLogError(ESR_rc2str(rc));
325 PLogError(ESR_rc2str(rc));
347 PLogError(ESR_rc2str(rc))
    [all...]
  /external/srec/tools/make_g2g/
make_g2g.c 80 PLogError(ESR_rc2str(rc));
93 PLogError(ESR_rc2str(rc));
  /external/srec/srec/Nametag/src/
NametagImpl.c 47 PLogError(ESR_rc2str(rc));
64 PLogError(ESR_rc2str(rc));
155 PLogError(ESR_rc2str(rc));
166 PLogError(ESR_rc2str(rc));
223 PLogError(ESR_rc2str(rc));
NametagsImpl.c 95 PLogError(ESR_rc2str(rc));
132 PLogError(ESR_rc2str(rc));
145 PLogError(L("%s: Cannot find end of Nametag id"), ESR_rc2str(rc));
156 PLogError(L("%s: Cannot find Nametag value"), ESR_rc2str(rc));
169 PLogError(ESR_rc2str(rc));
215 PLogError(ESR_rc2str(rc));
243 PLogError(ESR_rc2str(rc));
257 PLogError(ESR_rc2str(rc));
290 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, L("rc"), ESR_rc2str(rc)));
293 PLogError(ESR_rc2str(rc))
    [all...]
  /external/srec/tools/dictTest/
dictTest.c 51 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc));
96 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc));
214 LPRINTF("Error: %s\n", ESR_rc2str(rc));
271 LPRINTF("Error: %s\n",ESR_rc2str(rc));
281 LPRINTF("Error: %s\n",ESR_rc2str(rc));
  /external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c 96 PLogError(ESR_rc2str(rc));
PANSIFileSystemUNIXImpl.c 127 PLogError(ESR_rc2str(rc));
  /external/srec/srec/Session/src/
SR_Session.c 45 PLogError(ESR_rc2str(rc));
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 125 PLogError(ESR_rc2str(rc));
220 PLogError(ESR_rc2str(rc));
230 PLogError(ESR_rc2str(rc));
237 PLogError(ESR_rc2str(rc));
750 PLogError(ESR_rc2str(rc));
772 PLogError(ESR_rc2str(rc));
781 PLogError(ESR_rc2str(rc));
787 PLogError(ESR_rc2str(rc));
    [all...]
SemanticProcessorImpl.c 134 PLogError(ESR_rc2str(rc));
522 PLogError(ESR_rc2str(rc));
697 PLogError(ESR_rc2str(rc));
705 PLogError(ESR_rc2str(rc));
748 PLogError(ESR_rc2str(rc));
756 PLogError(ESR_rc2str(rc));
845 PLogError(ESR_rc2str(rc));
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 80 PLogError(ESR_rc2str(rc));
87 PLogError(ESR_rc2str(rc));
97 PLogError(ESR_rc2str(rc));
103 PLogError(ESR_rc2str(rc));
264 PLogError(ESR_rc2str(rc));
268 PLogError(ESR_rc2str(rc));
274 PLogError(L("%s: Homonym '%s' could not be added"), ESR_rc2str(rc), word);
279 PLogError(L("%s|%s|%s|ca_rc=%d"), word, pronunciation, ESR_rc2str(rc), ca_rc);
440 PLogError(L("%s: loading semgraph from image %s"), ESR_rc2str(rc), filename);
545 PLogError(ESR_rc2str(rc))
    [all...]
  /external/srec/tools/grxmlcompile/
vocab.cpp 44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl;
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
  /external/srec/tools/parseStringTest/
parseStringTest.c 96 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc));
101 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc));
259 pfprintf(fout, "ERROR: %s, while checking key='%s'\n", ESR_rc2str(rc), key);
375 PLogError(ESR_rc2str(rc));
642 PLogError("%s while destroying", ESR_rc2str(rc));
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 529 PLogError(ESR_rc2str(rc));
542 PLogError(ESR_rc2str(rc));
    [all...]

Completed in 381 milliseconds

1 2