Searched refs:PSTDOUT (Results 1 - 16 of 16) sorted by relevance
/external/srec/portable/src/UNIX/ |
H A D | PFileSystemUNIXImpl.c | 63 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdout"), isLittleEndian, &PSTDOUT)); 64 impl = (PANSIFileImpl*) PSTDOUT; 79 impl->Interface.lock = ((PANSIFileImpl*) PSTDOUT)->Interface.lock; 113 if (PSTDOUT!=NULL) 119 PFileImpl* impl = (PFileImpl*) PSTDOUT; 124 CHKLOG(rc, PFileFlush(PSTDOUT)); 125 impl = (PANSIFileImpl*) PSTDOUT; 127 CHKLOG(rc, PFileDestroy(PSTDOUT)); 128 PSTDOUT = NULL;
|
/external/srec/tools/test_g2g/ |
H A D | 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); 180 PMemSetLogFile(PSTDOUT); 212 pfprintf(PSTDOUT, " [all...] |
/external/srec/seti/sltsEngine/src/ |
H A D | 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_TRE [all...] |
H A D | 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/portable/include/ |
H A D | PFileSystem.h | 47 /*PORTABLE_API PFile* PSTDOUT;*/ 54 #define PSTDOUT stdout macro
|
/external/srec/portable/src/ |
H A D | PFileSystemImpl.c | 41 PFile* PSTDOUT = NULL; variable
|
H A D | plog.c | 119 if (p->fp != PSTDERR && p->fp != PSTDOUT)
|
H A D | PFile.c | 515 rc = PFileVfprintf(PSTDOUT, &result, format, args);
|
H A D | pmemory.c | 358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR)
|
/external/srec/tools/parseStringTest/ |
H A D | parseStringTest.c | 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename); 294 fout = PSTDOUT; 346 pfprintf(PSTDOUT, "Could not open file: %s\n", outfilename); 364 pfprintf(PSTDOUT, "Could not open file: %s\n", infilename); 393 pfprintf(PSTDOUT, "Could not open test file: %s\n", inRTfilename); 415 pfprintf(PSTDOUT, "\nSemantic Parser Test Program for esr (Nuance Communicaitions, 2007)\n"); 416 pfprintf(PSTDOUT, "'qqq' to quit\n"); 420 pfprintf(PSTDOUT, "> "); 438 if (fout && fout != PSTDOUT)
|
/external/srec/srec/crec/ |
H A D | word_lattice.c | 330 pfflush(PSTDOUT);
|
H A D | astar.c | 969 pfflush(PSTDOUT);
|
H A D | srec_context.c | 1234 pfprintf(PSTDOUT, L("error: slot '%s' not found among ["), veslot); 1236 pfprintf(PSTDOUT, "%s, ", fst->olabels->words[i]); 1237 pfprintf(PSTDOUT, L("] possible\n"));
|
H A D | srec.c | 1843 dump_comp_stats(comp_stats, PSTDOUT);
|
/external/srec/srec/test/SRecTestAudio/src/ |
H A D | SRecTestAudio.c | 2870 applicationData->outputLog = PSTDOUT; // may need to check if non PSTDOUT or non PSTDERROR 2937 applicationData->outputLog = PSTDOUT; 3246 esr_status = PLogCreateFileLogger ( PSTDOUT, &logger );
|
/external/srec/srec/test/SRecTest/src/ |
H A D | SRecTest.c | 3628 esr_status = PLogCreateFileLogger ( PSTDOUT, &logger );
|
Completed in 1968 milliseconds