Home
last modified time | relevance | path

Searched refs:TestCollection (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core/collections/
H A DTestCollection.cpp99 QTEST_MAIN( TestCollection ) in QTEST_MAIN() argument
102 TestCollection::initTestCase() in QTEST_MAIN()
110 TestCollection::cleanupTestCase() in cleanupTestCase()
119 TestCollection::testTrackForUrl() in testTrackForUrl()
128 TestCollection::testLocation() in testLocation()
136 TestCollection::testIsWritable_data() in testIsWritable_data()
145 TestCollection::testIsWritable() in testIsWritable()
153 TestCollection::testIsOrganizable_data() in testIsOrganizable_data()
162 TestCollection::testIsOrganizable() in testIsOrganizable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/tests/KeyedCollection/
H A DSerialization.cs15 yield return new object[] { new TestCollection() }; in SerializeDeserialize_Roundtrips_MemberData()
16 yield return new object[] { new TestCollection() { "hello" } }; in SerializeDeserialize_Roundtrips_MemberData()
17 yield return new object[] { new TestCollection() { "hello", "world" } }; in SerializeDeserialize_Roundtrips_MemberData()
22 public void SerializeDeserialize_Roundtrips(TestCollection c) in SerializeDeserialize_Roundtrips()
24 TestCollection clone = BinaryFormatterHelpers.Clone(c); in SerializeDeserialize_Roundtrips()
30 public sealed class TestCollection : KeyedCollection<string, string> class in System.Collections.ObjectModel.Tests.KeyedCollection_Serialization
/dports/security/gcr/gcr-3.40.0/ui/
H A Dfrob-tree-selector.c13 …CTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TEST_TYPE_COLLECTION, TestCollection))
16 typedef struct _TestCollection TestCollection; typedef
36 G_DEFINE_TYPE (TestCollection, test_collection, GCR_TYPE_SIMPLE_COLLECTION);
41 test_collection_init (TestCollection *self) in test_collection_init()
49 TestCollection *self = TEST_COLLECTION (obj); in test_collection_finalize()
61 TestCollection *self = TEST_COLLECTION (obj); in test_collection_get_property()
87 TestCollection *collection = NULL; in test_collection_instance()
/dports/devel/eastl/EASTL-3.13.06/test/packages/EATest/source/
H A DEATest.cpp921 TestCollection::TestCollection() in TestCollection() function in EA::UnitTest::TestCollection
928 TestCollection::~TestCollection() in ~TestCollection()
961 void TestCollection::AddTests(const TestCollection *pCollection) in AddTests()
1013 Test* TestCollection::FindTest(const char8_t* pTestName) in FindTest()
1020 TestCollection::TestInfo* TestCollection::FindTestInfo(const char8_t* pTestName, bool bRecursive) in FindTestInfo()
1092 TestCollection(), in TestSuite()
1257 if(!TestCollection::AddTest(pTest, bTakeOwnership)) in AddTest()
1271 TestCollection::AddTest(pTestName, pFunction); in AddTest()
1291 return TestCollection::RemoveTest(pTest, bDeleteIfOwned); in RemoveTest()
1690 EATEST_API TestCollection& GetRegistry() in GetRegistry()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/tests/
H A DToDictionaryTests.cs43 validation(new TestCollection<T>(items).ToDictionary(key => key)); in RunToDictionaryOnAllCollectionTypes()
44 validation(new TestCollection<T>(items).ToDictionary(key => key, value => value)); in RunToDictionaryOnAllCollectionTypes()
94TestCollection<int> collection = new TestCollection<int>(new int[] { 1, 2, 3, 4, 5, 6 }); in ToDictionary_PassCustomComparer()
107TestCollection<int> collection = new TestCollection<int>(new int[] { 1, 2, 3, 4, 5, 6 }); in ToDictionary_UseDefaultComparerOnNull()
119TestCollection<int> collection = new TestCollection<int>(new int[] { 1, 2, 3, 4, 5, 6 }); in ToDictionary_KeyValueSelectorsWork()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java38 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest
43 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
88 static final TestCollection<?> CANDIDATE = new TestCollection<Object>(OBJECTS);
100 res = new TestCollection<>(new Object[] { "1", "2" }).toArray(new String[0]); in test()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/aho-corasick-0.7.6/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/aho-corasick-0.7.6/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/games/dose-response/dose-response-179c326/cargo-crates/aho-corasick-0.7.6/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/aho-corasick-0.7.6/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/aho-corasick/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/aho-corasick-0.7.6/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1000 which: TestCollection, in run_search_tests()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Collections/ObjectModel/
H A DCollectionTests.cs39 var collection = new TestCollection<int>(s_intArray); in Ctor_IList()
55 TestCollection<int> c = new TestCollection<int>(); in GetItems_CastableToList()
328 private class TestCollection<T> : Collection<T> class in System.Collections.ObjectModel.Tests.CollectionTests
330 public TestCollection() in TestCollection() method in System.Collections.ObjectModel.Tests.CollectionTests.TestCollection
334 public TestCollection(IList<T> items) : base(items) in TestCollection() method in System.Collections.ObjectModel.Tests.CollectionTests.TestCollection
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-563.cs8 internal object TestMethod (TestCollection t) in TestMethod()
27 interface TestCollection : ITestCollection interface
/dports/lang/mono/mono-5.10.1.57/mcs/errors/
H A Dcs0278.cs15 class TestCollection : IMixedEnumerable { class
27 IMixedEnumerable c = new TestCollection(); in Main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libipp/libipp/
H A Dipp_package_test.cc21 struct TestCollection : public Collection { struct
34 SingleGroup<TestCollection> grp_single{GroupTag::operation_attributes};
35 SetOfGroups<TestCollection> grp_set{GroupTag::printer_attributes};
42 TestCollection coll; in TEST()

12345678910>>...13