HomeSort by relevance Sort by last modified time
    Searched full:g_array_append_val (Results 1 - 13 of 13) 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/docs/reference/glib/tmpl/
arrays.sgml 21 To add elements to an array, use g_array_append_val(), g_array_append_vals(),
43 g_array_append_val (garray, i);
98 <!-- ##### MACRO g_array_append_val ##### -->
105 g_array_append_val() is a macro which uses a reference to the value
133 This operation is slower than g_array_append_val() since the existing elements
  /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/docs/reference/glib/
glib-sections.txt     [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c     [all...]
  /external/bluetooth/glib/gobject/
gsignal.c     [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-0     [all...]

Completed in 614 milliseconds