OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QP_TEST_LOG_NO_FLUSH
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/qphelper/
qpTestLog.h
137
QP_TEST_LOG_NO_FLUSH
= (1<<2) /*!< Do not do a fflush after writing the log. */
qpTestLog.c
353
log->writer = qpXmlWriter_createFileWriter(log->outputFile, 0, !(flags &
QP_TEST_LOG_NO_FLUSH
));
422
if (!(log->flags &
QP_TEST_LOG_NO_FLUSH
))
477
if (!(log->flags &
QP_TEST_LOG_NO_FLUSH
))
[
all
...]
/external/deqp/framework/common/
tcuCommandLine.cpp
733
m_logFlags |=
QP_TEST_LOG_NO_FLUSH
;
Completed in 244 milliseconds