Home
last modified time | relevance | path

Searched refs:_testCase (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
91 return TestCase( _testCase, std::move(info) ); in makeTestCase()
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py1617 def _testCase(self, labels, predictions, curve, expected_points): member in StreamingCurvePointsTest
1634 self._testCase([[1]], [[1]], 'ROC', [[0, 1], [0, 1], [0, 0]])
1635 self._testCase([[0]], [[0]], 'ROC', [[1, 1], [0, 1], [0, 1]])
1636 self._testCase([[0]], [[1]], 'ROC', [[1, 1], [1, 1], [0, 1]])
1637 self._testCase([[1]], [[0]], 'ROC', [[0, 1], [0, 0], [0, 0]])
1640 self._testCase([[1.0, 0.0, 0.0, 1.0, 1.0, 1.0]],
1645 self._testCase([[1]], [[1]], 'PR', [[1, 1], [1, 1], [0, 1]])
1646 self._testCase([[0]], [[0]], 'PR', [[1, 0], [1, 1], [1, 1]])
1647 self._testCase([[0]], [[1]], 'PR', [[1, 0], [1, 0], [1, 1]])
1648 self._testCase([[1]], [[0]], 'PR', [[1, 1], [0, 1], [0, 1]])
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp4206 struct _testCase struct in gl4cts::EnhancedLayouts::XFBGlobalBufferTest
4213 std::vector<_testCase> m_test_cases;
Dgl4cEnhancedLayoutsTests.cpp24319 const _testCase& test_case = m_test_cases[test_case_index]; in test()
24455 const _testCase& test_case = m_test_cases[test_case_index]; in test()
24493 const _testCase test_cases[] = { { Utils::Shader::VERTEX, type }, in test()
/external/bcc/tests/cc/
Dcatch.hpp7336 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() argument
7378 return TestCase( _testCase, info ); in makeTestCase()
/external/catch2/single_include/catch2/
Dcatch.hpp11633 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() argument
11673 return TestCase( _testCase, std::move(info) ); in makeTestCase()