HomeSort by relevance Sort by last modified time
    Searched full:gint (Results 101 - 125 of 273) sorted by null

1 2 3 45 6 7 8 91011

  /external/bluetooth/glib/glib/
gasyncqueue.h 106 gint g_async_queue_length (GAsyncQueue *queue);
107 gint g_async_queue_length_unlocked (GAsyncQueue *queue);
gbookmarkfile.h 125 gint count,
170 gint g_bookmark_file_get_size (GBookmarkFile *bookmark);
gmarkup.h 127 gint *line_number,
128 gint *char_number);
gmem.h 129 gint atom_size,
131 gint type);
goption.h 92 gint flags;
122 gint *argc,
gcompletion.h 45 typedef gint (*GCompletionStrncmpFunc) (const gchar *s1,
gnode.h 123 gint position,
216 gint max_depth,
239 gint g_node_child_position (GNode *node,
241 gint g_node_child_index (GNode *node,
gscanner.h 199 gint input_fd;
212 gint input_fd);
248 gint is_error);
giounix.c 59 gint fd;
96 gint *timeout);
123 gint *timeout)
573 g_io_channel_unix_new (gint fd)
601 gint
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 39 gint size;
148 static gint
utf8-pointer.c 34 gint num_chars;
36 gint i, j;
threadpool-test.c 40 gint max_unused_threads;
203 static gint
261 gint i;
328 gint i;
350 gint i;
utf8-validate.c 34 gint max_len;
35 gint offset;
278 do_test (gint index,
280 gint max_len,
281 gint offset,
304 result ? "TRUE" : "FALSE", (gint) (end - text));
312 gint i;
  /external/webkit/WebCore/platform/
PopupMenu.h 181 static void menuPositionFunction(GtkMenu*, gint*, gint*, gboolean*, PopupMenu*);
  /external/bluetooth/glib/gio/fen/
fen-node.h 34 gint stat;
  /external/webkit/WebKit/gtk/webkit/
webkitwebnavigationaction.cpp 46 gint button;
47 gint modifier_state;
321 gint webkit_web_navigation_action_get_button(WebKitWebNavigationAction* navigationAction)
338 gint webkit_web_navigation_action_get_modifier_state(WebKitWebNavigationAction* navigationAction)
  /external/bluetooth/glib/gio/
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/
glibconfig.h 84 #define GPOINTER_TO_INT(p) ((gint) (glong) (p))
200 #define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
202 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 92 static gint dummy;
169 gint i, size;
245 gint k;
  /external/bluetooth/glib/gobject/
glib-genmarshal.1 99 for signed integer types (gint)
117 for enumeration types (gint)
157 gint param1,
gobject-query.c 103 static gint
121 main (gint argc,
127 gint i;
gvaluecollector.h 63 gint v_int;
105 _cvalue->v_int = va_arg ((var_args), gint); \
160 _cvalue->v_int = va_arg ((var_args), gint); \
glib-genmarshal.c 71 static void parse_args (gint *argc_p,
127 static gint exit_status = 0;
190 { "INT", "INT", "gint", "g_marshal_value_peek_int", },
196 { "ENUM", "ENUM", "gint", "g_marshal_value_peek_enum", },
234 { "INT", "INT", "gint", "g_value_set_int", },
240 { "ENUM", "ENUM", "gint", "g_value_set_enum", },
274 gint i;
611 gint i;
661 gint fd;
762 parse_args (gint *argc_p
    [all...]
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 129 gint result = g_stat(filename, &statResult);
145 gint result = g_stat(filename, &statResult);
169 gint result = g_mkdir_with_parents(filename, S_IRWXU);

Completed in 283 milliseconds

1 2 3 45 6 7 8 91011