HomeSort by relevance Sort by last modified time
    Searched refs:gint (Results 151 - 175 of 334) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 88 static gchar* utf16ToUtf8(const UChar* aText, gint aLength, gint &length)
139 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to)
141 gint newLength = 0;
153 gint len = strlen(pos);
158 gint index, start;
  /external/bluetooth/glib/glib/
ghook.h 43 typedef gint (*GHookCompareFunc) (GHook *new_hook,
154 gint g_hook_compare_ids (GHook *new_hook,
gmem.h 129 gint atom_size,
131 gint type);
goption.h 92 gint flags;
122 gint *argc,
gtypes.h 49 typedef int gint; typedef
50 typedef gint gboolean;
80 typedef gint (*GCompareFunc) (gconstpointer a,
82 typedef gint (*GCompareDataFunc) (gconstpointer a,
gscanner.h 199 gint input_fd;
212 gint input_fd);
248 gint is_error);
  /external/bluetooth/glib/
glibconfig.h.win32.in 107 #define GPOINTER_TO_INT(p) ((gint) (p))
118 #define GPOINTER_TO_INT(p) ((gint) (gint64) (p))
229 #define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
231 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
  /external/bluetooth/glib/gobject/
gvaluetypes.h 179 gint v_int);
180 gint g_value_get_int (const GValue *value);
genums.c 158 gint *int_p = collect_values[0].v_pointer;
508 gint value)
570 gint v_enum)
585 gint
gparam.h 247 gint (*values_cmp) (GParamSpec *pspec,
296 gint g_param_values_cmp (GParamSpec *pspec,
355 gint (*values_cmp) (GParamSpec *pspec, /* recommended */
401 * gint values_cmp (GParamSpec *pspec,
gvalue.c 128 static gint transform_entries_cmp (gconstpointer bsearch_node1,
413 static gint
419 gint cmp = G_BSEARCH_ARRAY_CMP (e1->src_type, e2->src_type);
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 39 gint size;
148 static gint
uri-test.c 309 static gint
315 static gint
338 static gint
420 gint j;
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 142 GdkDragContext*, gint, gint, guint);
collected_cookies_gtk.h 66 void ShowCookieInfo(gint current_page);
  /external/bluetooth/glib/gio/
giomodule.c 403 gint priority;
560 static gint
588 gint priority)
687 gint
gthemedicon.c 412 gint i;
466 gint *out_version)
484 gint num_tokens,
485 gint version,
gemblem.c 282 gint *out_version)
310 gint num_tokens,
311 gint version,
gfileicon.c 209 gint *out_version)
223 gint num_tokens,
224 gint version,
  /external/bluetooth/glib/tests/refcount/
objects2.c 101 gint i;
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 47 gint x, y;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 137 gint count);
184 gint steps);
194 gint steps);
366 gint count);
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 92 static gint dummy;
169 gint i, size;
245 gint k;
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 158 GtkTextView* text_view, GtkDeleteType type, gint count) {
216 GtkTextView* text_view, GtkMovementStep step, gint count,
265 GtkTextView* text_view, GtkScrollStep step, gint count) {

Completed in 1218 milliseconds

1 2 3 4 5 67 8 91011>>