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

  /external/bluetooth/glib/tests/refcount/
objects2.c 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
12 typedef struct _GTest GTest;
28 static void my_test_init (GTest * test);
46 sizeof (GTest),
52 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
71 my_test_init (GTest * test)
79 GTest *test;
89 my_test_do_refcount (GTest * test)
102 GTest *test;
objects.c 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
12 typedef struct _GTest GTest;
29 static void my_test_init (GTest * test);
47 sizeof (GTest),
53 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
72 my_test_init (GTest * test)
80 GTest *test;
90 my_test_do_refcount (GTest * test)
97 run_thread (GTest * test)
116 GTest *test1, *test2
    [all...]
properties.c 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
17 typedef struct _GTest GTest;
38 static void my_test_init (GTest * test);
64 sizeof (GTest),
70 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest", &test_info, 0);
98 my_test_init (GTest * test)
107 GTest *test;
120 GTest *test;
141 GTest *test;
160 GTest *test
    [all...]
signals.c 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
14 typedef struct _GTest GTest;
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),
86 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
125 my_test_init (GTest * test)
135 GTest *test
    [all...]
properties2.c 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
17 typedef struct _GTest GTest;
35 static void my_test_init (GTest * test);
61 sizeof (GTest),
67 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
96 my_test_init (GTest * test)
104 GTest *test;
119 GTest *test;
140 GTest *test;
167 my_test_do_property (GTest * test
    [all...]
closures.c 26 /* --- GTest class --- */
32 } GTest;
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)
81 GTest *test = MY_TEST (object);
99 GTest *test = MY_TEST (object);
112 my_test_test_signal2 (GTest *test
    [all...]

Completed in 142 milliseconds