HomeSort by relevance Sort by last modified time
    Searched refs:flushAfterWrite (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/host_src/
eas_report.h 71 extern void EAS_SetDebugFile (void *file, int flushAfterWrite);
eas_report.c 259 void EAS_SetDebugFile (void *file, int flushAfterWrite)
262 flush = flushAfterWrite;
  /external/deqp/framework/qphelper/
qpXmlWriter.h 88 * \param flushAfterWrite Set to DE_TRUE to call fflush after writing each XML token
91 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterWrite);
qpXmlWriter.c 39 deBool flushAfterWrite;
118 if (writer->flushAfterWrite)
124 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAfterWrite)
133 writer->flushAfterWrite = flushAfterWrite;

Completed in 155 milliseconds