/external/bluetooth/glib/glib/ |
gstring.h | 40 typedef struct _GString GString; 66 GString* g_string_new (const gchar *init); 67 GString* g_string_new_len (const gchar *init, 69 GString* g_string_sized_new (gsize dfl_size); 70 gchar* g_string_free (GString *string, 72 gboolean g_string_equal (const GString *v, 73 const GString *v2); 74 guint g_string_hash (const GString *str); 75 GString* g_string_assign (GString *string [all...] |
Android.mk | 14 gstring.c \
|
gtestutils.c | 1371 GString *gstring; local 1827 GString *gstring = g_string_sized_new (1024); local [all...] |
gmessages.c | 604 GString *gstring = g_string_new ("[Invalid UTF-8] "); local 612 g_string_append_c (gstring, *p); 614 g_string_append_printf (gstring, "\\x%02x", (guint)(guchar)*p); 617 return g_string_free (gstring, FALSE); 826 escape_string (GString *string) 893 GString *gstring; local 907 gstring = g_string_new (NULL); 909 g_string_append (gstring, "\n") [all...] |
giochannel.h | 36 #include <glib/gstring.h> 121 GString *read_buf; /* Raw data from the channel */ 122 GString *encoded_read_buf; /* Channel data converted to UTF-8 */ 123 GString *write_buf; /* Data ready to be written to the file */ 240 GString *buffer,
|
gregex.h | 30 #include <glib/gstring.h> 125 GString *result,
|
/external/bluetooth/glib/ |
glib.h | 77 #include <glib/gstring.h>
|
/external/bluetooth/glib/gobject/ |
gvaluetransform.c | 215 GString *gstring = g_string_new (NULL); local 222 if (gstring->str[0]) 223 g_string_append (gstring, " | "); 224 g_string_append (gstring, flags_value->value_name); 231 gstring->str, 234 dest_value->data[0].v_pointer = g_strdup (gstring->str); 235 g_string_free (gstring, TRUE);
|
gboxed.c | 212 const GString *src_gstring = boxed; 220 GString *gstring = boxed; local 222 g_string_free (gstring, TRUE); 231 type_id = g_boxed_type_register_static (g_intern_static_string ("GString"), 232 /* the naming is a bit odd, but GString is obviously not G_TYPE_STRING */
|
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |