OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QP_TEST_RESULT_TIMEOUT
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuResultCollector.cpp
41
case
QP_TEST_RESULT_TIMEOUT
: return 50;
tcuApp.cpp
225
m_testCtx->getLog().terminateCase(
QP_TEST_RESULT_TIMEOUT
);
/external/deqp/framework/qphelper/
qpTestLog.h
63
QP_TEST_RESULT_TIMEOUT
, /*!< Timeout occurred in test execution. */
qpTestLog.c
173
{
QP_TEST_RESULT_TIMEOUT
, "Timeout" },
497
DE_ASSERT(result == QP_TEST_RESULT_CRASH || result ==
QP_TEST_RESULT_TIMEOUT
);
[
all
...]
Completed in 2830 milliseconds