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

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/glib/gobject/
gobject.c 155 static gchar* g_value_object_collect_value (GValue *value,
159 static gchar* g_value_object_lcopy_value (const GValue *value,
485 const gchar *property_name)
528 const gchar *property_name)
572 const gchar *name)
827 const gchar *property_name)
931 gchar *contents = g_strdup_value_contents (value);
    [all...]
gvaluecollector.h 77 * @__error: a #gchar** variable that will be modified to hold a g_new()
90 gchar *_collect_format = _vtable->collect_format; \
137 * @__error: a #gchar** variable that will be modified to hold a g_new()
149 gchar *_lcopy_format = _vtable->lcopy_format; \
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 62 gchar* uri;
82 gchar* iradioName;
83 gchar* iradioGenre;
84 gchar* iradioUrl;
85 gchar* iradioTitle;
123 static gboolean webKitWebSrcSetUri(GstURIHandler*, const gchar*);
124 static const gchar* webKitWebSrcGetUri(GstURIHandler*);
154 (gchar*) "WebKit Web source element",
155 (gchar*) "Source",
156 (gchar*) "Handles HTTP/HTTPS uris"
    [all...]
  /external/bluetooth/bluez/input/
manager.c 52 const gchar *path = device_get_path(device);
62 const gchar *path = device_get_path(device);
86 const gchar *path = device_get_path(device);
  /external/bluetooth/bluez/src/
device.h 47 const gchar *address, device_type_t type);
52 gint device_address_cmp(struct btd_device *device, const gchar *address);
68 const gchar *device_get_path(struct btd_device *device);
manager.c 67 const gchar *path;
92 const gchar *path;
149 const gchar *path = adapter_get_path(adapter);
248 const gchar *path;
268 const gchar *path = adapter_get_path(adapter);
407 const gchar *path;
log.c 72 static gchar **enabled = NULL;
  /external/bluetooth/glib/tests/
iochannel-test.c 20 gchar tmp;
55 gint main (gint argc, gchar * argv[])
65 const gchar encoding[] = "EUC-JP";
spawn-test.c 46 gchar *output = NULL;
48 gchar *erroutput = NULL;
50 gchar **argv = 0;
unicode-collate.c 42 gchar *locale;
94 gchar *str;
convert-test.c 38 gchar *in = "\xf4\xe5\xf8\xe5\xed";
39 gchar *expected = "\xd7\xa4\xd7\x95\xd7\xa8\xd7\x95\xd7\x9d";
40 gchar *out;
62 gchar *in = "\xc2\xbd";
63 gchar *out;
107 gchar in_be[4] = { 0xfe, 0xff, 0x03, 0x93}; /* capital gamma */
108 gchar in_le[4] = { 0xff, 0xfe, 0x93, 0x03};
109 gchar *expected = "\xce\x93";
110 gchar *out;
234 gchar *result, *result2, *result3
    [all...]
completion-test.c 34 gchar *prefix;
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityCallbacks.cpp 50 static void printAccessibilityEvent(AtkObject* accessible, const gchar* signalName)
56 const gchar* objectName = atk_object_get_name(accessible);
81 GOwnPtr<gchar> signalName;
AccessibilityUIElementGtk.cpp 138 gchar* attributeSetToString(AtkAttributeSet* attributeSet)
208 const gchar* roleName = atk_role_get_name(role);
209 GOwnPtr<gchar> axRole(g_strdup_printf("AXRole: %s", roleName));
226 const gchar* name = atk_object_get_name(ATK_OBJECT(m_element));
231 GOwnPtr<gchar> axTitle(g_strdup_printf("AXTitle: %s", name));
238 const gchar* description = atk_object_get_description(ATK_OBJECT(m_element));
243 GOwnPtr<gchar> axDesc(g_strdup_printf("AXDescription: %s", description));
492 GOwnPtr<gchar> rangeString(g_strdup("{0, 0}"));
  /external/bluetooth/glib/gio/
giomodule.c 96 gchar *filename;
206 g_io_module_new (const gchar *filename)
219 is_valid_module_name (const gchar *basename)
245 const gchar *name;
262 gchar *path;
358 gchar **paths;
gthemedicon.c 106 gchar **names;
107 const gchar *name;
411 gchar **names;
483 g_themed_icon_from_tokens (gchar **tokens,
489 gchar **names;
504 names = g_new0 (gchar *, num_tokens + 1);
gdatainputstream.h 116 const gchar *stop_chars,
121 const gchar *stop_chars,
  /external/bluetooth/bluez/plugins/
echo.c 53 err = g_io_channel_read(chan, (gchar *) buf, sizeof(buf), &len);
57 g_io_channel_write(chan, (const gchar *) buf, len, &written);
  /external/bluetooth/bluez/serial/
manager.c 74 const gchar *path = device_get_path(device);
106 const gchar *path = device_get_path(device);
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp 96 GOwnPtr<gchar> filename(g_filename_from_uri(line.utf8().data(), 0, &error.outPtr()));
117 GOwnPtr<gchar> escaped(g_markup_escape_text(actualLabel.utf8().data(), -1));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 296 WebKitWebHistoryItem* webkit_web_history_item_new_with_data(const gchar* uri, const gchar* title)
316 G_CONST_RETURN gchar* webkit_web_history_item_get_title(WebKitWebHistoryItem* webHistoryItem)
338 G_CONST_RETURN gchar* webkit_web_history_item_get_alternate_title(WebKitWebHistoryItem* webHistoryItem)
359 void webkit_web_history_item_set_alternate_title(WebKitWebHistoryItem* webHistoryItem, const gchar* title)
378 G_CONST_RETURN gchar* webkit_web_history_item_get_uri(WebKitWebHistoryItem* webHistoryItem)
400 G_CONST_RETURN gchar* webkit_web_history_item_get_original_uri(WebKitWebHistoryItem* webHistoryItem)
462 G_CONST_RETURN gchar* webkit_web_history_item_get_target(WebKitWebHistoryItem* webHistoryItem)
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 98 gchar *content_type;
99 gchar *content_type_parameters;
100 gchar *content_encoding;
149 gchar* header_name;
150 gchar* header_desc;
333 gchar *content_type,
334 gchar *content_type_params,
335 gchar *content_encoding)
904 static gchar *
905 spdy_parse_content_type(gchar *content_type
    [all...]
  /external/bluetooth/bluez/audio/
gstbluetooth.c 73 static gchar *sbc_exts[] = { "sbc", NULL };
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 42 gchar *file_notify_buffer;
98 gchar *file_name;
99 gchar *path;
213 self->priv->file_notify_buffer = g_new0 (gchar, self->priv->buffer_allocated_bytes);
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 91 static void InsertAtCursor(GtkTextView* text_view, const gchar* str);

Completed in 907 milliseconds

1 2 3 4 5 6 7 891011>>