/external/srec/portable/include/ |
ptstutils.h | 39 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \ 49 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \ 59 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed.\n"), __LINE__); \
|
passert.h | 59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
|
plog.h | 303 pfprintf(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); \ 318 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
|
PFile.h | 569 PORTABLE_API int pfprintf(PFile* stream, const LCHAR* format, ...);
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename); 94 pfprintf(fout, "{%s : %s}\n", keys[i], value); 96 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc)); 98 pfprintf(fout, "--Done--\n"); 101 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc)); 183 pfprintf(fout, "error (%s)\n\n", trans); 189 pfprintf(fout, "no parse (%s)\n\n", trans); 195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count); 227 pfprintf(fout, "checking (%s) ref(%s) res(%s)\n", trans, ref, result); 237 pfprintf(fout, "NO PARSE FOR: %s|%s|%s| |", trans, key, ref) [all...] |
/external/srec/portable/src/ |
pLastError.c | 48 pfprintf(PSTDERR, L("[%s:%d] %s: %s\n"), file, line, text, msg); 58 pfprintf(PSTDERR, "[%s:%d] %s, errno = %x\n", file, line, text, err);
|
pmemory.c | 145 pfprintf(PSTDERR, "[%s:%d] PStackTracePopLevel failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); 161 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); 194 pfprintf(gFile, L("pmem|newtag|%s|%d|\n"), key, idx); 273 pfprintf(PSTDERR, L("ESR_INVALID_STATE: Memory Pool Could Not Be Created\n")); 355 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); 363 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); 439 pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); 442 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace); 444 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr); 496 pfprintf(gFile, L("pmem|-|0|corrupt|%d|\n"), i) [all...] |
plog.c | 257 pfprintf(PSTDERR, L("[%s:%d] %s failed with %s\n"), __FILE__, __LINE__, x, ESR_rc2str(rc)); \ 395 pfprintf(PSTDERR, L("%s"), buffer); 447 pfprintf(PSTDERR, L("PStackTraceGetDepth"), ESR_rc2str(rc));
|
PANSIFileImpl.c | 431 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); 437 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); 444 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
|
PFileImpl.c | 65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
|
PFileWrap.c | 436 int pfprintf ( PFile *stream, const LCHAR *format, ... ) function
|
PFile.c | 472 int pfprintf(PFile* stream, const LCHAR* format, ...) function
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename); 64 pfprintf(PSTDOUT,"<basefilename> can be a file.g2g or @g2gfilelist\n"); 65 pfprintf(PSTDOUT,"[-checkword id] .. also checks word id in the file\n"); 66 pfprintf(PSTDOUT,"[-swiarb esr/config/lang/models/generic.swiarb] ... enables word check\n"); 155 pfprintf(PSTDOUT, "Error: loading arbfile %s\n", arbfile); 158 pfprintf(PSTDOUT, "arbdata done\n"); 160 pfprintf(PSTDOUT, "p4pTable done\n"); 168 pfprintf(PSTDOUT, "g2glist %s .. %d entries\n", g2glist_len); 212 pfprintf(PSTDOUT, "%s failed at load\n", base); 223 pfprintf(PSTDOUT, "%s %d arcs %d/%d/%d nodes %d/%d/%d words %d/%d chars %d/%d modelver %d\n" [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 188 pfprintf(PSTDOUT,"loading %d questions\n", num_questions); 205 pfprintf(PSTDOUT,"LOAD_TREE: loading question %d\n", i); 260 /* pfprintf(PSTDOUT,"got len %d\n", len);*/ 453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]); 454 pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]); 507 pfprintf(PSTDOUT,"loading letter mapping\n"); 519 pfprintf(PSTDOUT,"loading questions\n"); 545 /* pfprintf(PSTDOUT,"loading for t %d\n", t);*/ 574 pfprintf(PSTDOUT,"LOAD_TREE: Tree for let %d num_nodes %d\n", let, tree->num_nodes); 582 pfprintf(PSTDOUT,"LOAD_TREE: node[%d] %d %d", i, tree->left_nodes[i], tree->values_or_question1[i]) [all...] |
SWIslts.c | 294 pfprintf(PSTDOUT,"number of phones: %d\n ", num_phones); 296 pfprintf(PSTDOUT,"%s ", phone_string[i]); 298 pfprintf(PSTDOUT,"\n ");
|
/external/srec/srec/crec/ |
comp_stats.c | 75 pfprintf(fp, "***WARNING: clock overrun!\n"); 81 pfprintf(fp, "Total Time %5.2f Seconds\n", cs->total_time);
|
srec_context.c | 449 pfprintf(fp, "%s %hu\n", wmap->words[my_wID], my_wID); [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | 593 pfprintf(PSTDERR, "Options must be prefixed by '-'%s\n", *argv); 936 pfprintf(PSTDERR, L("Missing value for '%s'\n"), key); [all...] |