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

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/glib/glib/
gstrfuncs.c 586 gint buf_len,
612 gint buf_len,
928 g_strerror (gint errnum)
    [all...]
gfileutils.c 57 static gint create_temp_file (gchar *tmpl,
341 g_file_error_from_errno (gint err_no)
513 gint save_errno;
600 gint fd,
682 gint fd;
878 gint fd;
1146 static gint
1227 gint
1262 gint
1350 gint separator_len = strlen (separator)
    [all...]
gkeyfile.h 131 gint g_key_file_get_integer (GKeyFile *key_file,
138 gint value);
179 gint *g_key_file_get_integer_list (GKeyFile *key_file,
197 gint list[],
glist.c 201 gint position)
656 gint
660 gint i;
685 gint
689 gint i;
802 gint cmp;
899 gint cmp;
gslist.c 183 gint position)
627 gint
631 gint i;
656 gint
660 gint i;
757 gint cmp;
855 gint cmp;
garray.c 69 static gint g_nearest_pow (gint num) G_GNUC_CONST;
71 gint len);
316 static gint
317 g_nearest_pow (gint num)
319 gint n = 1;
329 gint len)
361 gint len);
407 gint len)
423 gint length
    [all...]
gunicode.h 246 gint g_unichar_digit_value (gunichar c) G_GNUC_CONST;
248 gint g_unichar_xdigit_value (gunichar c) G_GNUC_CONST;
257 gint g_unichar_combining_class (gunichar uc) G_GNUC_CONST;
349 gint g_unichar_to_utf8 (gunichar c,
385 gint g_utf8_collate (const gchar *str1,
gutf8.c 666 gint charlen = g_unichar_to_utf8 (c, ch);
694 gint charlen = g_unichar_to_utf8 (c, ch);
838 gint j, charlen;
840 gint n_chars, i;
956 gint n_chars, i;
1036 gint result_length;
1039 gint i;
1121 gint n_bytes;
1262 gint n_bytes;
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.h 34 gint stat;
  /external/bluetooth/glib/gio/
gemblemedicon.c 197 static gint
245 gint *out_version)
282 gint num_tokens,
283 gint version,
  /external/bluetooth/glib/gobject/
gvalue.h 115 gint v_int;
gparamspecs.c 81 gint oval = value->data[0].v_int;
128 gint oval = value->data[0].v_int;
157 gint oval = value->data[0].v_int;
164 static gint
204 static gint
249 static gint
293 static gint
333 static gint
373 static gint
415 static gint
    [all...]
  /external/bluetooth/glib/tests/
dirname-test.c 58 gint i;
threadpool-test.c 40 gint max_unused_threads;
203 static gint
261 gint i;
328 gint i;
350 gint i;
  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 56 gint x, y;
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 167 GtkWidget* widget, gint x, gint y) {
174 GtkWidget* widget, gint x, gint y) {
gtk_util.h 214 const gchar* stock_id, gint response_id);
239 GdkPoint MakeBidiGdkPoint(gint x, gint y, gint width, bool ltr);
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 45 gint length = g_unichar_to_utf8(wc, buffer);
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.c 63 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY)
RenderThemeGtk.cpp 246 static const gint gtkIconSizeMenu = 16;
247 static const gint gtkIconSizeSmallToolbar = 18;
248 static const gint gtkIconSizeButton = 20;
249 static const gint gtkIconSizeLargeToolbar = 24;
250 static const gint gtkIconSizeDnd = 32;
251 static const gint gtkIconSizeDialog = 48;
253 static GtkIconSize getIconSizeForPixelSize(gint pixelSize)
291 gint width = 0, height = 0;
405 gint time;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebnavigationaction.cpp 44 gint button;
45 gint modifier_state;
310 gint webkit_web_navigation_action_get_button(WebKitWebNavigationAction* navigationAction)
327 gint webkit_web_navigation_action_get_modifier_state(WebKitWebNavigationAction* navigationAction)
webkitwebwindowfeatures.cpp 76 gint x;
77 gint y;
78 gint width;
79 gint height;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 66 // Work in integers to match the gint GTK APIs.
197 GtkTextBuffer*, GtkTextIter*, const gchar*, gint);
222 GtkMovementStep, gint, gboolean);
230 GdkDragContext*, gint, gint, GtkSelectionData*,
243 HandleDeleteFromCursor, GtkDeleteType, gint);
  /external/icu4c/samples/layout/
cgnomelayout.c 187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data)
195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context)
209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context)
212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 132 static gint ett_spdy = -1;
133 static gint ett_spdy_syn_stream = -1;
134 static gint ett_spdy_syn_reply = -1;
135 static gint ett_spdy_fin_stream = -1;
136 static gint ett_spdy_flags = -1;
137 static gint ett_spdy_header = -1;
138 static gint ett_spdy_header_name = -1;
139 static gint ett_spdy_header_value = -1;
141 static gint ett_spdy_encoded_entity = -1;
833 static gint spdy_p_compare(gconstpointer a, gconstpointer b
    [all...]

Completed in 539 milliseconds

1 2 3 4 56 7 8 91011>>