HomeSort by relevance Sort by last modified time
    Searched refs:gchar (Results 51 - 75 of 383) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/src/
glib-helper.h 32 gchar *bt_uuid2string(uuid_t *uuid);
35 gchar *bt_list2string(GSList *list);
36 GSList *bt_string2list(const gchar *str);
  /external/bluetooth/glib/gmodule/
gmodule-ar.c 36 static gchar*
39 gchar *msg = dlerror ();
50 static gchar* _g_module_get_member(const gchar* file_name)
52 gchar* member = NULL;
103 _g_module_open (const gchar *file_name,
108 gchar* member;
109 gchar* full_name;
163 const gchar *symbol_name)
174 static gchar*
    [all...]
gmodule-os2.c 71 _g_module_open (const gchar *file_name,
119 const gchar *symbol_name)
130 static gchar*
131 _g_module_build_path (const gchar *directory,
132 const gchar *module_name)
134 gchar *suffix = strrchr(module_name, '.');
gmodule-dld.c 83 _g_module_open (const gchar *file_name,
125 const gchar *symbol_name)
150 static gchar*
151 _g_module_build_path (const gchar *directory,
152 const gchar *module_name)
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.h 102 WEBKIT_API G_CONST_RETURN gchar *
105 WEBKIT_API G_CONST_RETURN gchar *
108 WEBKIT_API G_CONST_RETURN gchar *
116 const gchar *uri);
120 const gchar *content,
121 const gchar *mime_type,
122 const gchar *encoding,
123 const gchar *base_uri);
127 const gchar *content,
128 const gchar *base_url
    [all...]
webkitapplicationcache.h 33 WEBKIT_API G_CONST_RETURN gchar*
webkiticondatabase.h 58 WEBKIT_API G_CONST_RETURN gchar*
63 const gchar* path);
65 WEBKIT_API gchar*
67 const gchar* page_uri);
71 const gchar* page_uri);
webkitwebdatabase.h 61 WEBKIT_API G_CONST_RETURN gchar*
64 WEBKIT_API G_CONST_RETURN gchar*
73 WEBKIT_API G_CONST_RETURN gchar*
82 WEBKIT_API G_CONST_RETURN gchar*
86 webkit_set_web_database_directory_path (const gchar* path);
  /external/bluetooth/glib/glib/
gchecksum.h 72 G_CONST_RETURN gchar *g_checksum_get_string (GChecksum *checksum);
77 gchar *g_compute_checksum_for_data (GChecksumType checksum_type,
80 gchar *g_compute_checksum_for_string (GChecksumType checksum_type,
81 const gchar *str,
gkeyfile.c 81 gchar list_separator;
85 gchar **locales;
92 const gchar *name; /* NULL for above first group (which will be comments) */
107 gchar *key; /* NULL for comments */
108 gchar *value;
111 static gint find_file_in_data_dirs (const gchar *file,
112 const gchar **data_dirs,
113 gchar **output_file,
120 const gchar *group_name);
122 const gchar *group_name)
    [all...]
gdir.h 43 GDir * g_dir_open (const gchar *path,
46 G_CONST_RETURN gchar *g_dir_read_name (GDir *dir);
gmappedfile.h 35 GMappedFile *g_mapped_file_new (const gchar *filename,
39 gchar *g_mapped_file_get_contents (GMappedFile *file);
gfileutils.c 57 static gint create_temp_file (gchar *tmpl,
74 g_mkdir_with_parents (const gchar *pathname,
77 gchar *fn, *p;
88 p = (gchar *) g_path_skip_root (fn);
182 g_file_test (const gchar *filename,
217 const gchar *lastdot = strrchr (filename, '.');
218 const gchar *pathext = NULL, *p;
244 const gchar *q = strchr (p, ';');
250 g_free ((gchar *) pathext);
251 g_free ((gchar *) lastdot)
    [all...]
gmessages.h 48 gsize g_printf_string_upper_bound (const gchar* format,
78 typedef void (*GLogFunc) (const gchar *log_domain,
80 const gchar *message,
85 guint g_log_set_handler (const gchar *log_domain,
89 void g_log_remove_handler (const gchar *log_domain,
91 void g_log_default_handler (const gchar *log_domain,
93 const gchar *message,
97 void g_log (const gchar *log_domain,
99 const gchar *format,
101 void g_logv (const gchar *log_domain
    [all...]
gscanner.h 44 gchar *message,
114 gchar *v_identifier;
121 gchar *v_string;
122 gchar *v_comment;
131 gchar *cset_skip_characters; /* default: " \t\n" */
132 gchar *cset_identifier_first;
133 gchar *cset_identifier_nth;
134 gchar *cpair_comment_single; /* default: "#\n" */
177 const gchar *input_name;
200 const gchar *text
    [all...]
gconvert.c 130 g_iconv_open (const gchar *to_codeset,
131 const gchar *from_codeset)
186 gchar **inbuf,
188 gchar **outbuf,
233 gchar *key;
275 iconv_cache_bucket_new (gchar *key, GIConv cd)
368 open_converter (const gchar *to_codeset,
369 const gchar *from_codeset,
373 gchar *key, *dyn_key, auto_key[80];
414 gchar *outbuf = NULL
    [all...]
  /external/bluetooth/glib/tests/
libmoduletestplugin_b.c 32 G_MODULE_EXPORT gchar* gplugin_b_state;
34 G_MODULE_EXPORT const gchar*
mapping-test.c 32 static gchar *dir, *filename, *displayname, *childname;
62 write_or_die (const gchar *filename,
63 const gchar *contents,
67 gchar *displayname;
79 map_or_die (const gchar *filename,
84 gchar *displayname;
142 gchar *buffer;
148 buffer = (gchar *)g_mapped_file_get_contents (map);
168 test_child_private (gchar *argv0)
172 gchar *buffer
    [all...]
markup-escape-test.c 8 static void test_format (const gchar *format,
9 const gchar *expected, ...) G_GNUC_PRINTF (1, 3);
14 test (const gchar *original,
15 const gchar *expected)
17 gchar *result = g_markup_escape_text (original, -1);
34 gchar outbuf[7], expected[12];
48 test_format (const gchar *format,
49 const gchar *expected,
52 gchar *result;
markup-test.c 22 const gchar *element_name,
23 const gchar **attribute_names,
24 const gchar **attribute_values,
50 const gchar *element_name,
61 const gchar *text,
73 const gchar *passthrough_text,
108 test_in_chunks (const gchar *contents,
145 test_file (const gchar *filename)
147 gchar *contents;
dirname-test.c 42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
49 #define P2C(p) ((gchar) ((long) (p)))
60 gchar *filename;
61 gchar *dirname;
109 gchar *dirname;
  /external/bluetooth/glib/gio/fen/
fen-node.h 32 gchar *filename;
33 gchar *basename;
57 node_t* add_node (node_t* parent, const gchar* filename);
62 node_t* find_node_full (const gchar* filename, node_op_t* op);
63 node_t* find_node (const gchar *filename);
65 node_t* children_find (node_t *f, const gchar *basename);
  /external/bluetooth/glib/gobject/
genums.h 199 const gchar *value_name;
200 const gchar *value_nick;
214 const gchar *value_name;
215 const gchar *value_nick;
223 const gchar *name);
225 const gchar *nick);
229 const gchar *name);
231 const gchar *nick);
245 GType g_enum_register_static (const gchar *name,
247 GType g_flags_register_static (const gchar *name
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.h 40 gchar* normal_markup;
41 gchar* pressed_markup;
43 gchar normal_color[9];
44 gchar* native_markup;
47 gchar* text;
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
59 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
65 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
68 webkit_dom_test_obj_method_that_requires_all_args(WebKitDOMTestObj* self, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
71 webkit_dom_test_obj_method_that_requires_all_args_and_throws(WebKitDOMTestObj* self, const gchar* str_arg, WebKitDOMTestObj* obj_arg, GError **error);
133 WEBKIT_API gchar*
169 WEBKIT_API gchar*
173 webkit_dom_test_obj_set_string_attr(WebKitDOMTestObj* self, const gchar* value);
193 WEBKIT_API gchar*
197 webkit_dom_test_obj_set_reflected_string_attr(WebKitDOMTestObj* self, const gchar* value)
    [all...]

Completed in 282 milliseconds

1 23 4 5 6 7 8 91011>>