/third_party/vixl/test/ |
H A D | test-invalset.cc | 73 TestSet; typedef 96 TestSet set; in TEST() 118 VIXL_CHECK(TestSet::IsValid(Obj(0, 0))); in TEST() 119 VIXL_CHECK(TestSet::IsValid(Obj(-1, 0))); in TEST() 120 VIXL_CHECK(TestSet::IsValid(Obj(kInvalidKey - 1, 0))); in TEST() 121 VIXL_CHECK(!TestSet::IsValid(Obj(kInvalidKey, 0))); in TEST() 126 TestSet set; in TEST() 145 TestSet set; in TEST() 178 TestSet set; in TEST() 213 TestSet se in TEST() [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.cpp | 60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) in computeExecuteSet() 79 static void computeBatchRequest (TestSet& requestSet, const TestSet& executeSet, const TestNode* root, int maxCasesInSet) in computeBatchRequest() 98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) in removeExecuted() 100 TestSet oldSet (set); in removeExecuted() 157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog) in BatchExecutor() 204 TestSet batchRequest; in run() 262 TestSet batchRequest; in onStateChanged() 306 static void writeCaseListNode (std::ostream& str, const TestNode* node, const TestSet [all...] |
H A D | xeBatchExecutor.hpp | 70 BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog); 86 void launchTestSet (const TestSet& testSet); 111 const TestSet& m_testSet; 118 TestSet m_casesToExecute;
|
H A D | xeTestCase.hpp | 154 class TestSet class 157 TestSet (void) {} in TestSet() function in xe::TestSet 158 ~TestSet (void) {} in ~TestSet()
|
H A D | xeTestCase.cpp | 316 // TestSet helpers 371 // TestSet 373 void TestSet::add (const TestNode* node) in add() 385 void TestSet::addCase (const TestCase* testCase) in addCase() 390 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() 396 void TestSet::remove (const TestNode* node) in remove() 408 void TestSet::removeCase (const TestCase* testCase) in removeCase() 417 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
H A D | GlyphTests.java | 44 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/ |
H A D | xeCommandLineExecutor.cpp | 66 DE_DECLARE_COMMAND_LINE_OPT(TestSet, vector<string>); 102 << Option<TestSet> ("t", "testset", "Comma-separated list of include filters.", parseCommaSeparatedList) 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::BatchResult& batchResult) in printBatchResultSummary() 586 xe::TestSet testSet; in runExecutor()
|
/third_party/skia/tests/ |
H A D | PathOpsThreeWayTest.cpp | 32 static const struct TestSet { struct 43 const TestSet& testSet = testSets[index]; in testSetTest()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 327 # TestSet: Organize data and events during a single test case 341 class TestSet(object): class 342 """A TestSet contains the original input operands, converted operands, 652 # The procedure is always (t is the TestSet): 654 # convert(t) -> Initialize the TestSet as necessary. 662 # and record the results in the TestSet. 968 t = TestSet(method, op) 979 t = TestSet(method, op) 993 t = TestSet(method, op) 1004 t = TestSet(metho [all...] |
/third_party/astc-encoder/Test/testlib/ |
H A D | testset.py | 18 An ASTC TestSet is comprised of a set of TestImages. Images are stored in a 38 class TestSet(): class 52 Create a new TestSet through reflection. 62 TSetException: The specified TestSet could not be loaded.
|
/third_party/python/Lib/test/ |
H A D | test_iterlen.py | 136 class TestSet(TestTemporarilyImmutable, unittest.TestCase): class
|
H A D | test_set.py | 358 class TestSet(TestJointOps, unittest.TestCase): class 646 class TestSetSubclass(TestSet):
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 73 testSet (TestSet): The test set to run. 173 testSet (TestSet): The test set. 415 testSet = tts.TestSet(imageSet, testDir,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 1210 public void TestSet(){ in TestSet() method in DateTimeGeneratorTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 1207 public void TestSet(){ in TestSet() method in DateTimeGeneratorTest
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 5680 $var !~ /^(?:Clear|Set|TestClear|TestSet|)Page[A-Z]/ &&
|