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

  /external/bluetooth/glib/tests/refcount/
objects.c 136 g_array_append_val (test_threads, thread);
139 g_array_append_val (test_threads, thread);
properties.c 212 g_array_append_val (test_objects, test);
229 g_array_append_val (test_threads, thread);
signals.c 262 g_array_append_val (test_threads, thread);
265 g_array_append_val (test_threads, thread);
  /external/bluetooth/glib/tests/
unicode-collate.c 108 g_array_append_val (line_array, line);
unicode-encoding.c 393 g_array_append_val (ucs4, ch);
testglib.c 1013 g_array_append_val (garray, i);
    [all...]
  /external/bluetooth/glib/glib/
garray.h 65 #define g_array_append_val(a,v) g_array_append_vals (a, &(v), 1) macro
gutils.c     [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c     [all...]
  /external/bluetooth/glib/gobject/
gsignal.c     [all...]

Completed in 197 milliseconds