/external/vixl/test/ |
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 set; in TEST() [all …]
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | CompositeTestSet.java | 10 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()
|
D | SpreadsheetView.java | 172 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()
|
D | TestContextMenu.java | 10 private TestSet tests; 13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
|
D | TableView.java | 331 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()
|
D | TestSet.java | 6 public abstract class TestSet { class
|
D | SingleTestSet.java | 5 public class SingleTestSet extends TestSet {
|
D | ConditionTestSet.java | 10 class ConditionTestSet extends TestSet {
|
D | TkoSpreadsheetUtils.java | 13 public static TestSet getTestSet(CellInfo cellInfo, JSONObject condition, in getTestSet()
|
D | CommonPanel.java | 184 public void refineCondition(TestSet tests) { in refineCondition()
|
/external/deqp/executor/ |
D | xeBatchExecutor.cpp | 60 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()
|
D | xeBatchExecutor.hpp | 70 …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;
|
D | xeTestCase.cpp | 374 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()
|
D | xeTestCase.hpp | 154 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/ |
D | SynchronizedNavigableSetTest.java | 48 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()
|
D | SynchronizedSetTest.java | 50 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/ |
D | xeCommandLineExecutor.cpp | 66 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/ |
D | deccheck.py | 320 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/ |
D | PathOpsThreeWayTest.cpp | 32 static const struct TestSet { struct 43 const TestSet& testSet = testSets[index]; in testSetTest() argument
|
/external/skqp/tests/ |
D | PathOpsThreeWayTest.cpp | 32 static const struct TestSet { struct 43 const TestSet& testSet = testSets[index]; in testSetTest() argument
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
D | EmbeddedSpreadsheetPresenter.java | 11 import autotest.tko.TestSet; 118 TestSet testSet = TkoSpreadsheetUtils.getTestSet( in onCellClicked()
|
/external/python/cpython2/Lib/test/ |
D | test_iterlen.py | 151 class TestSet(TestTemporarilyImmutable): class 249 TestSet,
|
/external/webrtc/webrtc/base/ |
D | byteorder_unittest.cc | 19 TEST(ByteOrderTest, TestSet) { in TEST() argument
|
/external/python/cpython3/Lib/test/ |
D | test_iterlen.py | 136 class TestSet(TestTemporarilyImmutable, unittest.TestCase): class
|
/external/scapy/scapy/tools/ |
D | UTscapy.py | 164 class TestSet(TestClass): class 256 testset = TestSet(l[1:].strip())
|