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

  /external/bluetooth/glib/glib/
garray.h 89 GArray* g_array_set_size (GArray *array,
garray.c 189 g_array_set_size (GArray *farray, function
670 g_array_set_size ((GArray*) array, length);
gthread.c 477 g_array_set_size (array, private_key->index);
galiasdef.c 41 #undef g_array_set_size macro
42 extern __typeof (g_array_set_size) g_array_set_size __attribute((alias("IA__g_array_set_size"), visibility("default")));
    [all...]
galias.h 38 extern __typeof (g_array_set_size) IA__g_array_set_size __attribute((visibility("hidden")));
39 #define g_array_set_size IA__g_array_set_size macro
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 407 g_array_set_size (ucs4, 0);
  /external/bluetooth/glib/gio/
gfileattribute.c 866 g_array_set_size (new->array, list->n_infos);
    [all...]
gfileinfo.c 292 g_array_set_size (dest_info->attributes,
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 344 g_array_set_size(conv_data->streams, stream_id+1);
    [all...]

Completed in 289 milliseconds