Searched refs:GTest (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/glib/tests/refcount/ |
D | properties.c | 6 #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 …]
|
D | signals.c | 6 #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 …]
|
D | closures.c | 32 } 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 …]
|
D | properties2.c | 6 #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()
|
D | objects.c | 6 #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()
|
D | objects2.c | 6 #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/ |
D | ChangeLog.pre-2-16 | 1577 GTest framework started.
|
D | NEWS | 1149 * GTest: a test framework
|