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

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/glib/tests/refcount/
properties.c 23 gint id;
24 gint dummy;
26 gint count;
170 gint dummy;
179 gint i = 1;
196 gint i;
199 const gint n_threads = 5;
properties2.c 24 gint dummy;
155 static gint count = 0;
169 gint dummy;
178 gint i;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 201 int GetToolbarIndexForDragOverFolder(GtkWidget* button, gint x);
269 GdkDragContext*, gint, gint, guint);
275 GdkDragContext*, gint, gint, GtkSelectionData*,
282 GdkDragContext*, gint, gint, guint);
  /external/bluetooth/glib/tests/
regex-test.c 212 gint start_position,
267 gint start, end;
285 gint start_position,
310 match->start = va_arg (args, gint);
311 match->end = va_arg (args, gint);
338 gint match_count = g_slist_length (matches);
376 gint count = g_slist_length (matches);
440 gint start_position,
442 gint expected_count)
446 gint count
    [all...]
unicode-encoding.c 10 static gint exit_status = 0;
69 static gint
72 gint result = 0;
81 process (gint line,
85 gint ucs4_len)
195 gint n_chars;
317 gint state = 0;
318 gint line = 1;
319 gint start_line = 0; /* Quiet GCC */
memchunks.c 55 gint atom_size,
57 gint type);
105 gint type; /* the type of MemChunk: ALLOC_ONLY or ALLOC_AND_FREE */
106 gint num_mem_areas; /* the number of memory areas */
107 gint num_marked_areas; /* the number of areas marked for deletion */
122 static gint old_mem_chunk_area_compare (GMemArea *a,
124 static gint old_mem_chunk_area_search (GMemArea *a,
141 gint atom_size,
143 gint type)
545 gint count
    [all...]
scannerapi.c 88 gint i;
109 const gint buflen = strlen (buf);
111 const gint tokbuflen = strlen (tokbuf);
testingbase64.c 34 gint length; /* of data */
156 gint length = 1;
utf8-pointer.c 34 gint num_chars;
36 gint i, j;
shell-test.c 40 gint argc;
96 print_test (const gchar *cmdline, gint argc, gchar **argv,
99 gint i;
125 gint argc;
128 gint i;
170 gint i;
testglib.c 54 static gint test_nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
55 static gint more_nums[10] = { 8, 9, 7, 0, 3, 2, 5, 1, 4, 6};
58 static gint
61 gint one = *((const gint*)a);
62 gint two = *((const gint*)b);
66 static gint
69 gint one = *((const gint*)a)
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 73 gint val1;
74 gint val2;
75 gint val3;
76 gint val4;
406 gint n_properties)
408 gint i;
421 main (gint argc,
428 gint n_properties;
430 gint val1, val2, val3, val4;
  /external/bluetooth/glib/glib/
glist.h 59 gint position) G_GNUC_WARN_UNUSED_RESULT;
91 gint g_list_position (GList *list,
93 gint g_list_index (GList *list,
gslist.h 58 gint position) G_GNUC_WARN_UNUSED_RESULT;
88 gint g_slist_position (GSList *list,
90 gint g_slist_index (GSList *list,
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,
gmain.c 107 gint depth;
128 gint ref_count;
131 gint timeout; /* Timeout for current iteration */
135 gint in_check_or_prepare;
146 gint wake_up_pipe[2];
176 gint ref_count;
191 gint child_status;
195 gint count;
204 gint priority;
239 gint timeout
    [all...]
  /external/bluetooth/glib/gobject/
gvaluecollector.h 63 gint v_int;
105 _cvalue->v_int = va_arg ((var_args), gint); \
160 _cvalue->v_int = va_arg ((var_args), gint); \
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 25 gint GetRowNumForPath(GtkTreePath* path);
28 gint GetRowNumForIter(GtkTreeModel* model, GtkTreeIter* iter);
32 gint GetTreeSortChildRowNumForPath(GtkTreeModel* sort_model,
menu_bar_helper.cc 109 gint x = 0;
110 gint y = 0;
123 gint last_x = x;
124 gint last_y = y;
  /external/bluetooth/glib/gio/
gioerror.c 59 g_io_error_from_errno (gint err_no)
gunixmounts.h 62 gint g_unix_mount_compare (GUnixMountEntry *mount1,
74 gint g_unix_mount_point_compare (GUnixMountPoint *mount1,
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.h 85 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY);
  /external/webkit/Tools/DumpRenderTree/gtk/
PixelDumpSupportGtk.cpp 42 gint width, height;
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 93 gint x, gint y,
141 GtkWidget* sender, GdkDragContext* context, gint x, gint y,
263 gint x, gint y, guint time) {

Completed in 520 milliseconds

1 2 34 5 6 7 8 91011>>