OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTNODETYPE_TEST_CASE
(Results
1 - 5
of
5
) sorted by null
/external/deqp/executor/
xeBatchExecutor.cpp
69
if (node->getNodeType() ==
TESTNODETYPE_TEST_CASE
&& testSet.hasNode(node))
89
if (node->getNodeType() ==
TESTNODETYPE_TEST_CASE
&& executeSet.hasNode(node))
109
if (node->getNodeType() ==
TESTNODETYPE_TEST_CASE
&& oldSet.hasNode(node))
xeTestCase.cpp
247
: TestNode (parent,
TESTNODETYPE_TEST_CASE
, name, description)
376
if (node->getNodeType() ==
TESTNODETYPE_TEST_CASE
)
399
if (node->getNodeType() ==
TESTNODETYPE_TEST_CASE
)
xeTestCase.hpp
52
TESTNODETYPE_TEST_CASE
,
/external/deqp/executor/tools/
xeCommandLineExecutor.cpp
264
DE_ASSERT(child->getNodeType() == xe::
TESTNODETYPE_TEST_CASE
);
288
DE_ASSERT(child->getNodeType() == xe::
TESTNODETYPE_TEST_CASE
);
359
if (node->getNodeType() == xe::
TESTNODETYPE_TEST_CASE
&& testSet.hasNode(node))
xeBatchResultToXml.cpp
305
DE_ASSERT(testNode->getNodeType() == xe::
TESTNODETYPE_TEST_CASE
);
Completed in 49 milliseconds