HomeSort by relevance Sort by last modified time
    Searched refs:g_new (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/bluetooth/glib/gio/fen/
fen-sub.c 32 sub = g_new (fen_sub, 1);
  /external/bluetooth/glib/tests/
slice-color.c 66 guint **mema = g_new (guint*, n);
69 memb = g_new (guint*, n);
72 memc = g_new (guint*, n);
slice-test.c 104 ps = g_new (guint8*, number_of_blocks);
105 ss = g_new (guint, number_of_blocks);
165 ps = g_new (guint8*, number_of_blocks);
166 ss = g_new (guint, number_of_blocks);
mainloop-test.c 273 sub_channels = g_new (GIOChannel *, 2);
289 test_data = g_new (TestData, 1);
unicode-encoding.c 217 utf16_expected = g_new (gunichar2, n_chars + 1);
227 utf16_expected = g_new (gunichar2, n_chars + 1);
  /external/bluetooth/bluez/audio/
gstbluetooth.c 59 aux = g_new(guint8, 32);
  /external/bluetooth/glib/gthread/
gthread-win32.c 100 CRITICAL_SECTION *cs = g_new (CRITICAL_SECTION, 1);
101 gpointer *retval = g_new (gpointer, 1);
146 retval = g_new (HANDLE, 1);
185 GCond *retval = g_new (GCond, 1);
401 self = g_new (GThreadData, 1);
504 retval = g_new(GThreadData, 1);
gthread-posix.c 162 GMutex *result = (GMutex *) g_new (pthread_mutex_t, 1);
204 GCond *result = (GCond *) g_new (pthread_cond_t, 1);
268 GPrivate *result = (GPrivate *) g_new (pthread_key_t, 1);
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 119 file->url.lpszScheme = g_new (wchar_t, ++file->url.dwSchemeLength);
120 file->url.lpszHostName = g_new (wchar_t, ++file->url.dwHostNameLength);
121 file->url.lpszUserName = g_new (wchar_t, ++file->url.dwUserNameLength);
122 file->url.lpszPassword = g_new (wchar_t, ++file->url.dwPasswordLength);
123 file->url.lpszUrlPath = g_new (wchar_t, ++file->url.dwUrlPathLength);
124 file->url.lpszExtraInfo = g_new (wchar_t, ++file->url.dwExtraInfoLength);
203 wuri = g_new (wchar_t, ++len);
378 wchar_t *tmp = g_new (wchar_t, wcslen (winhttp_file->url.lpszUrlPath) + 1 + wcslen (wnew_path) + 1);
  /external/bluetooth/glib/glib/
gdir.c 97 dir = g_new (GDir, 1);
117 dir = g_new (GDir, 1);
gprintf.c 333 *string = g_new (gchar, g_printf_string_upper_bound (format, args));
gpattern.c 201 pspec = g_new (GPatternSpec, 1);
205 pspec->pattern = g_new (gchar, pspec->pattern_length + 1);
gstrfuncs.c 102 new_str = g_new (char, length);
155 new_str = g_new (gchar, n + 1);
181 str = g_new (gchar, length + 1);
313 concat = g_new (gchar, l);
    [all...]
gmem.h 64 #define g_new(struct_type, n_structs) \ macro
gutf8.c 864 result = g_new (gunichar, n_chars + 1);
986 result = g_new (gunichar, n_chars + 1);
    [all...]
giounix.c 538 channel = (GIOChannel *) g_new (GIOUnixChannel, 1);
576 GIOUnixChannel *unix_channel = g_new (GIOUnixChannel, 1);
gutils.c 958 base = g_new (gchar, len + 1);
977 base = g_new (gchar, len + 1);
1003 wdir = g_new (wchar_t, len);
1028 buffer = g_new (gchar, max_len + 1);
1035 buffer = g_new (gchar, max_len + 1);
1119 wvalue = g_new (wchar_t, len);
1136 wvalue = g_new (wchar_t, len);
    [all...]
  /external/bluetooth/glib/gobject/
gobject-query.c 160 indent_inc = g_new (gchar, n * strlen (O_SPACE) + 1);
210 indent_inc = g_new (gchar, strlen (O_SPACE) + 1);
gobjectnotifyqueue.c 105 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem;
gtypemodule.c 426 module_type_info = g_new (ModuleTypeInfo, 1);
492 module_interface_info = g_new (ModuleInterfaceInfo, 1);
  /external/bluetooth/glib/gio/
gthemedicon.c 120 icon->names = g_new (char *, 2);
172 themed->names = g_new (char *, dashes + 1 + 1);
300 names = g_new (char *, len + 1);
418 names = g_new (char*, num_names + 2);
gfileattribute.c 291 attr = g_new (GFileAttributeValue, 1);
325 attr = g_new (GFileAttributeValue, 1);
    [all...]
gunixvolume.c 504 res = g_new (char *, 2);
510 res = g_new (char *, 1);
  /external/bluetooth/bluez/plugins/
dbusoob.c 121 oob_request = g_new(struct oob_request, 1);
  /external/bluetooth/glib/gmodule/
gmodule.c 356 main_module = g_new (GModule, 1);
471 module = g_new (GModule, 1);

Completed in 241 milliseconds

1 2 3