Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-introspection.c35 test_introspection (GDBusProxy *proxy) in test_introspection() function
130 test_introspection (proxy); in test_introspection_parser()
/third_party/glib/gobject/tests/
Dsignals.c1368 test_introspection (void) in test_introspection() function
1812 g_test_add_func ("/gobject/signals/introspection", test_introspection); in main()
/third_party/python/Lib/test/
Dtest_enum.py1153 def test_introspection(self): member in TestEnum