HomeSort by relevance Sort by last modified time
    Searched full:pstdout (Results 1 - 23 of 23) sorted by null

  /external/srec/portable/src/UNIX/
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/
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, "%s failed at load\n", base)
    [all...]
  /external/oprofile/libutil++/
child_reader.cpp 58 int pstdout[2]; local
61 if (pipe(pstdout) == -1 || pipe(pstderr) == -1) {
83 close(pstdout[0]);
84 dup2(pstdout[1], STDOUT_FILENO);
85 close(pstdout[1]);
107 close(pstdout[1]);
113 fd1 = pstdout[0];
  /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/tools/parseStringTest/
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/portable/src/
PFileSystemImpl.c 41 PFile* PSTDOUT = NULL;
PFile.c 515 rc = PFileVfprintf(PSTDOUT, &result, format, args);
plog.c 119 if (p->fp != PSTDERR && p->fp != PSTDOUT)
pmemory.c 358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR)
  /external/srec/portable/include/
PFileSystemImpl.h 60 * Initialize PSTDIN, PSTDOUT, PSTDERR.
67 * Shutdown PSTDIN, PSTDOUT, PSTDERR.
PFileSystem.h 47 /*PORTABLE_API PFile* PSTDOUT;*/
54 #define PSTDOUT stdout
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 550 /*pfprintf(PSTDOUT,"Accumulated scripts\n");*/
869 /*pfprintf(PSTDOUT,"Accumulated scripts\n");*/
    [all...]
SemanticGraphImpl.c 1009 pfprintf(PSTDOUT, "Warning: won't be able to parse this script! len %d>%d %s\n", LSTRLEN(spo[i]), MAX_SEMPROC_VALUE, spo[i]);
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 778 FileStream* pStdout = T_FileStream_stdout();
789 if(pStdout==NULL){
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 718 /* pfprintf(PSTDOUT, "enabling arc %d for %d %s\n",
  /external/srec/srec/crec/
word_lattice.c 330 pfflush(PSTDOUT);
srec_context.c     [all...]
astar.c 969 pfflush(PSTDOUT);
    [all...]
srec.c     [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c     [all...]

Completed in 481 milliseconds