Home
last modified time | relevance | path

Searched refs:testSets (Results 1 – 7 of 7) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DCompositeTestSet.java11 private List<TestSet> testSets = new ArrayList<TestSet>(); field in CompositeTestSet
14 testSets.add(tests); in add()
20 assert !testSets.isEmpty(); in getInitialCondition()
21 return testSets.get(0).getInitialCondition(); in getInitialCondition()
27 for(TestSet testSet : testSets) { in getPartialSqlCondition()
35 return testSets.size() == 1 && testSets.get(0).isSingleTest(); in isSingleTest()
43 return testSets.get(0).getTestIndex(); in getTestIndex()
/external/skia/tests/
DPathOpsThreeWayTest.cpp35 } testSets[] = { variable
40 static const int testSetsCount = (int) SK_ARRAY_COUNT(testSets);
43 const TestSet& testSet = testSets[index]; in testSetTest()
/external/skqp/tests/
DPathOpsThreeWayTest.cpp35 } testSets[] = { variable
40 static const int testSetsCount = (int) SK_ARRAY_COUNT(testSets);
43 const TestSet& testSet = testSets[index]; in testSetTest()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestVariantFolder.java28 String[] testSets = { "[:Word_Break=ExtendNumLet:]", in main() local
33 for (String testSet : testSets) { in main()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorPoolTests.cpp143 vector<VkDescriptorSet> testSets(numDescriptorSetsPerIter); in resetDescriptorPoolTest() local
149 VK_CHECK(vkd.allocateDescriptorSets(device, &descriptorSetInfo, &testSets[0])); in resetDescriptorPoolTest()
151 VK_CHECK(vkd.freeDescriptorSets(device, *descriptorPool, 1, &testSets[0])); in resetDescriptorPoolTest()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestDFAMatching.java57 @Test public void testSets() throws Exception { in testSets() method in TestDFAMatching
DTestNFAConstruction.java584 @Test public void testSets() throws Exception { in testSets() method in TestNFAConstruction