Home
last modified time | relevance | path

Searched refs:test_collection (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/tests/gobject/
Dgvalue-test.c140 test_collection (void) in test_collection() function
394 g_test_add_func ("/gvalue/collection", test_collection); in main()
/third_party/boost/libs/test/test/test-organization-ts/datasets-test/
Dcollection-test.cpp84 BOOST_AUTO_TEST_CASE( test_collection ) in BOOST_AUTO_TEST_CASE() argument
/third_party/libinput/test/
Dlitest.h67 struct test_collection { struct
74 static const struct test_collection _test_collection \ argument
Dlitest.c4471 extern const struct test_collection __start_test_collection_section,
4477 const struct test_collection *c; in setup_tests()
/third_party/python/Lib/test/
Dtest_typing.py3437 def test_collection(self): member in CollectionsAbcTests