HomeSort by relevance Sort by last modified time
    Searched full:test_objects (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/refcount/
properties.c 197 GArray *test_objects; local
206 test_objects = g_array_new (FALSE, FALSE, sizeof (GTest *));
212 g_array_append_val (test_objects, test);
226 test = g_array_index (test_objects, GTest *, i);
249 test = g_array_index (test_objects, GTest *, i);

Completed in 231 milliseconds