HomeSort by relevance Sort by last modified time
    Searched refs:TEST_MODULE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/gobject/
testmodule.h 32 #define TEST_MODULE(module) (G_TYPE_CHECK_INSTANCE_CAST ((module), TEST_TYPE_MODULE, TestModule))
testmodule.c 36 DEFINE_TYPE (TestModule, test_module,
43 TestModule *test_module = TEST_MODULE (module); local
45 test_module->register_func (module);
58 TestModule *test_module = g_object_new (TEST_TYPE_MODULE, NULL); local
59 GTypeModule *module = G_TYPE_MODULE (test_module);
61 test_module->register_func = register_func;

Completed in 289 milliseconds