Home
last modified time | relevance | path

Searched refs:test_implementation (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/tests/
Dweston-test.c602 static const struct weston_test_interface test_implementation = { variable
628 &test_implementation, test, NULL); in bind_test()
/third_party/glib/gobject/tests/
Dparam.c676 G_DEFINE_TYPE_WITH_CODE (TestImplementation, test_implementation, G_TYPE_OBJECT, in G_DEFINE_TYPE_WITH_CODE() argument
/third_party/python/Lib/test/
Dtest_sys.py796 def test_implementation(self): member in SysModuleTest