Home
last modified time | relevance | path

Searched refs:TestSet (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.cpp60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, c… in computeExecuteSet()
79 static void computeBatchRequest (TestSet& requestSet, const TestSet& executeSet, const TestNode* ro… in computeBatchRequest()
98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) in removeExecuted()
100 TestSet oldSet (set); in removeExecuted()
157 …etConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchRe… in BatchExecutor()
204 TestSet batchRequest; in run()
262 TestSet batchRequest; in onStateChanged()
306 static void writeCaseListNode (std::ostream& str, const TestNode* node, const TestSet& testSet) in writeCaseListNode()
340 void BatchExecutor::launchTestSet (const TestSet& testSet) in launchTestSet()
DxeBatchExecutor.hpp70 …etConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchRe…
86 void launchTestSet (const TestSet& testSet);
111 const TestSet& m_testSet;
118 TestSet m_casesToExecute;
DxeTestCase.cpp374 void TestSet::add (const TestNode* node) in add()
386 void TestSet::addCase (const TestCase* testCase) in addCase()
391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup()
397 void TestSet::remove (const TestNode* node) in remove()
409 void TestSet::removeCase (const TestCase* testCase) in removeCase()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup()
DxeTestCase.hpp154 class TestSet class
157 TestSet (void) {} in TestSet() function in xe::TestSet
158 ~TestSet (void) {} in ~TestSet()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DGlyphTests.java44 private static final class TestSet { class in GlyphTests
60 public TestSet(final File fontFile, in TestSet() method in GlyphTests.TestSet
81 public TestSet(final File fontFile, in TestSet() method in GlyphTests.TestSet
92 private static final TestSet[] GLYPH_TESTS = {
93 new TestSet(TestFont.TestFontNames.OPENSANS.getFile(),
101 for (TestSet test : GLYPH_TESTS) { in testGlyphs()
106 private void checkTestSet(TestSet test) throws Exception { in checkTestSet()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DGlyphTests.java44 private static final class TestSet { class in GlyphTests
60 public TestSet(final File fontFile, in TestSet() method in GlyphTests.TestSet
81 public TestSet(final File fontFile, in TestSet() method in GlyphTests.TestSet
92 private static final TestSet[] GLYPH_TESTS = {
93 new TestSet(TestFont.TestFontNames.OPENSANS.getFile(),
101 for (TestSet test : GLYPH_TESTS) { in testGlyphs()
106 private void checkTestSet(TestSet test) throws Exception { in checkTestSet()
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp66 DE_DECLARE_COMMAND_LINE_OPT(TestSet, vector<string>);
102 …<< Option<TestSet> ("t", "testset", "Comma-separated list of include filters.", parseCom… in registerOptions()
169 if (!opts.hasOption<opt::TestSet>()) in parseCommandLine()
199 cmdLine.testset = opts.getOption<opt::TestSet>(); in parseCommandLine()
305 void addMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter) in addMatchingCases()
329 void removeMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter) in removeMatchingCases()
409 void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::Batch… in printBatchResultSummary()
586 xe::TestSet testSet; in runExecutor()
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py341 class TestSet(object): class
968 t = TestSet(method, op)
979 t = TestSet(method, op)
993 t = TestSet(method, op)
1004 t = TestSet(method, op)
1018 t = TestSet(method, op)
1029 t = TestSet(method, op)
1045 t = TestSet(method, fmtop)
1058 t = TestSet(method, fmtop)
1072 t = TestSet(method, roundop)
[all …]
/third_party/flutter/skia/tests/
DPathOpsThreeWayTest.cpp32 static const struct TestSet { struct
43 const TestSet& testSet = testSets[index]; in testSetTest() argument
/third_party/skia/tests/
DPathOpsThreeWayTest.cpp32 static const struct TestSet { struct
43 const TestSet& testSet = testSets[index]; in testSetTest() argument
/third_party/python/Lib/test/
Dtest_iterlen.py136 class TestSet(TestTemporarilyImmutable, unittest.TestCase): class
Dtest_set.py355 class TestSet(TestJointOps, unittest.TestCase): class
643 class TestSetSubclass(TestSet):
651 class TestSetSubclassWithKeywordArgs(TestSet):
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateTimeGeneratorTest.java1210 public void TestSet(){ in TestSet() method in DateTimeGeneratorTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1207 public void TestSet(){ in TestSet() method in DateTimeGeneratorTest