Home
last modified time | relevance | path

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

12

/external/vixl/test/
Dtest-invalset.cc73 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 set; in TEST()
[all …]
/external/autotest/frontend/client/src/autotest/tko/
DCompositeTestSet.java10 class CompositeTestSet extends TestSet {
11 private List<TestSet> testSets = new ArrayList<TestSet>();
13 public void add(TestSet tests) { in add()
27 for(TestSet testSet : testSets) { in getPartialSqlCondition()
DSpreadsheetView.java172 protected TestSet getWholeTableTestSet() { in getWholeTableTestSet()
341 TestSet testSet = getTestSet(cellInfo); in onCellClicked()
369 private TestSet getTestSet(CellInfo cellInfo) { in getTestSet()
374 private TestSet getTestSet(List<CellInfo> cells) { in getTestSet()
382 private HistoryToken getDrilldownHistoryToken(TestSet tests, String newRowField, in getDrilldownHistoryToken()
393 private void doDrilldown(TestSet tests, String newRowField, String newColumnField) { in doDrilldown()
405 private ContextMenu getContextMenu(final TestSet tests, DrilldownType drilldownType) { in getContextMenu()
428 private void fillDrilldownMenu(final TestSet tests, DrilldownType drilldownType, MenuBar menu) { in fillDrilldownMenu()
518 private void switchToTable(final TestSet tests, boolean isTriageView) { in switchToTable()
535 TestSet tests; in getActionMenu()
DTestContextMenu.java10 private TestSet tests;
13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
DTableView.java331 TestSet testSet = getTestSet(row); in onRowClicked()
355 private ContextMenu getContextMenu(final TestSet testSet) { in getContextMenu()
370 private HistoryToken getDrilldownHistoryToken(TestSet testSet) { in getDrilldownHistoryToken()
379 private void doDrilldown(TestSet testSet) { in doDrilldown()
383 private TestSet getTestSet(JSONObject row) { in getTestSet()
400 private TestSet getTestSet(Collection<JSONObject> selectedObjects) { in getTestSet()
453 TestSet tests; in getActionMenu()
DTestSet.java6 public abstract class TestSet { class
DSingleTestSet.java5 public class SingleTestSet extends TestSet {
DConditionTestSet.java10 class ConditionTestSet extends TestSet {
DTkoSpreadsheetUtils.java13 public static TestSet getTestSet(CellInfo cellInfo, JSONObject condition, in getTestSet()
DCommonPanel.java184 public void refineCondition(TestSet tests) { in refineCondition()
/external/deqp/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()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java48 TestSet<E> inner = new TestSet<E>( in create()
55 static class TestSet<E> extends SynchronizedSetTest.TestSet<E> class in SynchronizedNavigableSetTest
58 TestSet(NavigableSet<E> delegate, Object mutex) { in TestSet() method in SynchronizedNavigableSetTest.TestSet
160 TestSet<String> inner = new TestSet<String>(innermost, MUTEX); in suite()
DSynchronizedSetTest.java50 TestSet<String> inner = new TestSet<String>(new HashSet<String>(), MUTEX); in suite()
64 static class TestSet<E> extends ForwardingSet<E> implements Serializable {
68 public TestSet(Set<E> delegate, Object mutex) {
/external/deqp/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()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py320 class TestSet(object): class
820 t = TestSet(method, op)
831 t = TestSet(method, op)
845 t = TestSet(method, op)
856 t = TestSet(method, op)
870 t = TestSet(method, op)
881 t = TestSet(method, op)
897 t = TestSet(method, fmtop)
910 t = TestSet(method, fmtop)
924 t = TestSet(method, roundop)
[all …]
/external/skia/tests/
DPathOpsThreeWayTest.cpp32 static const struct TestSet { struct
43 const TestSet& testSet = testSets[index]; in testSetTest() argument
/external/skqp/tests/
DPathOpsThreeWayTest.cpp32 static const struct TestSet { struct
43 const TestSet& testSet = testSets[index]; in testSetTest() argument
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
DEmbeddedSpreadsheetPresenter.java11 import autotest.tko.TestSet;
118 TestSet testSet = TkoSpreadsheetUtils.getTestSet( in onCellClicked()
/external/python/cpython2/Lib/test/
Dtest_iterlen.py151 class TestSet(TestTemporarilyImmutable): class
249 TestSet,
/external/webrtc/webrtc/base/
Dbyteorder_unittest.cc19 TEST(ByteOrderTest, TestSet) { in TEST() argument
/external/python/cpython3/Lib/test/
Dtest_iterlen.py136 class TestSet(TestTemporarilyImmutable, unittest.TestCase): class
/external/scapy/scapy/tools/
DUTscapy.py164 class TestSet(TestClass): class
256 testset = TestSet(l[1:].strip())

12