Home
last modified time | relevance | path

Searched refs:GTest (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/tests/refcount/
Dproperties.c6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
17 typedef struct _GTest GTest; typedef
38 static void my_test_init (GTest * test);
64 sizeof (GTest), in my_test_get_type()
98 my_test_init (GTest * test) in my_test_init()
107 GTest *test; in my_test_dispose()
120 GTest *test; in my_test_get_property()
141 GTest *test; in my_test_set_property()
160 GTest *test; in dummy_notify()
168 my_test_do_property (GTest * test) in my_test_do_property()
[all …]
Dsignals.c6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
14 typedef struct _GTest GTest; typedef
28 void (*test_signal1) (GTest * test, gint an_int);
29 void (*test_signal2) (GTest * test, gint an_int);
51 static void my_test_init (GTest * test);
54 static void signal2_handler (GTest * test, gint anint);
78 sizeof (GTest), in my_test_get_type()
125 my_test_init (GTest * test) in my_test_init()
135 GTest *test; in my_test_dispose()
148 GTest *test; in my_test_set_property()
[all …]
Dclosures.c32 } GTest; typedef
35 void (*test_signal1) (GTest * test, gint an_int);
36 void (*test_signal2) (GTest * test, gint an_int);
40 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
46 G_DEFINE_TYPE (GTest, my_test, G_TYPE_OBJECT);
61 my_test_init (GTest * test) in my_test_init()
81 GTest *test = MY_TEST (object); in my_test_set_property()
99 GTest *test = MY_TEST (object); in my_test_get_property()
112 my_test_test_signal2 (GTest *test, in my_test_test_signal2()
118 my_test_emit_test_signal1 (GTest *test, in my_test_emit_test_signal1()
[all …]
Dproperties2.c6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
17 typedef struct _GTest GTest; typedef
35 static void my_test_init (GTest * test);
61 sizeof (GTest), in my_test_get_type()
96 my_test_init (GTest * test) in my_test_init()
104 GTest *test; in my_test_dispose()
119 GTest *test; in my_test_get_property()
140 GTest *test; in my_test_set_property()
167 my_test_do_property (GTest * test) in my_test_do_property()
179 GTest *test; in main()
Dobjects.c6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
12 typedef struct _GTest GTest; typedef
29 static void my_test_init (GTest * test);
47 sizeof (GTest), in my_test_get_type()
72 my_test_init (GTest * test) in my_test_init()
80 GTest *test; in my_test_dispose()
90 my_test_do_refcount (GTest * test) in my_test_do_refcount()
97 run_thread (GTest * test) in run_thread()
116 GTest *test1, *test2; in main()
Dobjects2.c6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
12 typedef struct _GTest GTest; typedef
28 static void my_test_init (GTest * test);
46 sizeof (GTest), in my_test_get_type()
71 my_test_init (GTest * test) in my_test_init()
79 GTest *test; in my_test_dispose()
89 my_test_do_refcount (GTest * test) in my_test_do_refcount()
102 GTest *test; in main()
/external/bluetooth/glib/
DChangeLog.pre-2-161577 GTest framework started.
DNEWS1149 * GTest: a test framework