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

<<111213141516

  /external/bluetooth/bluez/attrib/
interactive.c 45 static gchar *opt_src = NULL;
46 static gchar *opt_dst = NULL;
47 static gchar *opt_sec_level = NULL;
757 gchar **argvp;
801 int interactive(const gchar *src, const gchar *dst, int psm)
  /external/bluetooth/bluez/src/
main.c 273 static gchar *option_debug = NULL;
274 static gchar *option_plugin = NULL;
275 static gchar *option_noplugin = NULL;
  /external/bluetooth/glib/gio/fen/
fen-helper.c 75 gchar *filename;
116 fen_add (const gchar *filename, gpointer sub, gboolean is_mondir)
174 fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir)
gfendirectorymonitor.c 80 const gchar *dirname = NULL;
gfenfilemonitor.c 79 const gchar *filename = NULL;
  /external/bluetooth/glib/glib/
gtimer.c 301 g_time_val_from_iso8601 (const gchar *iso_date,
414 gchar *
417 gchar *retval;
gtypes.h 46 typedef char gchar; typedef
95 typedef const gchar * (*GTranslateFunc) (const gchar *str,
  /external/bluetooth/glib/tests/
gio-test.c 143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb);
170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb);
282 gchar *cmdline;
slice-test.c 33 GMemChunk* old_mem_chunk_new (const gchar *name,
217 const gchar *mode = "slab allocator + magazine cache", *emode = " ";
274 gchar strseed[64] = "<random>";
testgdate.c 25 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
54 gchar buf[101];
55 gchar* loc;
child-test.c 62 gchar *cmdline;
type-test.c 40 gchar *string;
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 517 void GtkIMContextWrapper::HandlePreeditChanged(const gchar* text,
602 GtkIMContext* context, gchar* text, GtkIMContextWrapper* self) {
613 gchar* text = NULL;
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 125 GOwnPtr<gchar> markupString(g_strndup(reinterpret_cast<const char*>(gtk_selection_data_get_data(data)), gtk_selection_data_get_length(data)));
135 GOwnPtr<gchar> textData(gtk_clipboard_wait_for_text(clipboard));
184 GOwnPtr<gchar> resultData(g_strdup(result.utf8().data()));
  /external/webkit/Source/WebKit/gtk/tests/
testkeyevents.c 149 static gboolean element_text_equal_to(JSContextRef context, const gchar* text)
170 gchar* cString = g_malloc(size);
265 gchar* originalId = g_strdup(gtk_im_multicontext_get_context_id(GTK_IM_MULTICONTEXT(imContext)));
testatk.c 79 typedef gchar* (*AtkGetTextFunction) (AtkText*, gint, AtkTextBoundary, gint*, gint*);
250 gchar* text = atk_text_get_text(ATK_TEXT(header), 0, -1);
362 gchar* text = atk_text_get_text(textObject, 0, -1);
503 const gchar* expectedText = "Choose: \357\277\274foo \357\277\274bar (pick one)";
720 const gchar* expectedText = "\302\253\302\240This is a paragraph with \342\200\234special\342\200\235 characters inside.\302\240\302\273";
    [all...]
  /external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.c 69 const gchar *dirname = NULL;
gfamfilemonitor.c 68 const gchar *filename = NULL;
  /external/bluetooth/glib/gio/
gvfs.c 136 const gchar * const *
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.c 77 const gchar *dirname = NULL;
  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 10 static const gchar* kHoverControllerGtkKey = "__HOVER_CONTROLLER_GTK__";
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 148 GOwnPtr<gchar> m_pendingComposition;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 127 WEBKIT_API gchar* webkit_web_view_get_selected_text(WebKitWebView*);
webkitwebview.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 453 gtk_selection_data_set_uris(data, static_cast<gchar**>(userData));
460 g_strfreev(static_cast<gchar**>(userData));
471 const gchar* mainFrameURI = webkit_web_frame_get_uri(mainFrame);
480 GOwnPtr<gchar> scheme(g_file_get_uri_scheme(parentDirectory.get()));
482 GOwnPtr<gchar> currentDirectory(g_get_current_dir());
490 gchar** draggedFilesURIList = g_new0(gchar*, filesArrayLength + 1);
495 GOwnPtr<gchar> filenameBuffer(static_cast<gchar*>(g_malloc(bufferSize)));
    [all...]

Completed in 868 milliseconds

<<111213141516