/external/bluetooth/glib/tests/refcount/ |
objects.c | 99 gint i = 1; 115 gint i;
|
objects2.c | 101 gint i;
|
/external/bluetooth/glib/glib/ |
ghash.c | 55 gint size; 56 gint mod; 58 gint nnodes; 59 gint noccupied; /* nnodes + tombstones */ 63 volatile gint ref_count; 90 static const gint prime_mod [] = 127 g_hash_table_set_shift (GHashTable *hash_table, gint shift) 129 gint i; 144 static gint 145 g_hash_table_find_closest_shift (gint n [all...] |
goption.c | 52 gint integer; 63 gint len; 115 gint n_entries; 464 static gint 468 gint i, len, max_length; 495 gint max_length, 530 gint i, l; 589 gint max_length, len; 590 gint i; 837 gint *result [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[],
|
gqsort.h | 39 gint total_elems,
|
gshell.h | 49 gint *argcp,
|
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...] |
gutils.h | 207 gint g_snprintf (gchar *string, 211 gint g_vsnprintf (gchar *string, 298 G_INLINE_FUNC gint g_bit_nth_lsf (gulong mask, 299 gint nth_bit) G_GNUC_CONST; 300 G_INLINE_FUNC gint g_bit_nth_msf (gulong mask, 301 gint nth_bit) G_GNUC_CONST; 322 G_INLINE_FUNC gint 324 gint nth_bit) 336 G_INLINE_FUNC gint 338 gint nth_bit [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,
|
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/gio/ |
gemblemedicon.c | 197 static gint 245 gint *out_version) 282 gint num_tokens, 283 gint version,
|
gioerror.h | 44 GIOErrorEnum g_io_error_from_errno (gint err_no);
|
gioscheduler.h | 38 gint io_priority,
|
/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/webkit/WebCore/platform/gtk/ |
PasteboardHelper.h | 46 virtual gint getWebViewTargetInfoHtml() const = 0;
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
PasteboardHelperGtk.h | 48 virtual gint getWebViewTargetInfoHtml() const;
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.h | 119 gint count); 166 gint steps); 176 gint steps); 344 gint count);
|
/external/bluetooth/glib/gobject/ |
gvaluetransform.c | 68 DEFINE_CAST (uint_int, v_uint, gint, v_int); 77 DEFINE_CAST (long_int, v_long, gint, v_int); 86 DEFINE_CAST (ulong_int, v_ulong, gint, v_int); 95 DEFINE_CAST (int64_int, v_int64, gint, v_int); 104 DEFINE_CAST (uint64_int, v_uint64, gint, v_int); 121 DEFINE_CAST (float_int, v_float, gint, v_int); 130 DEFINE_CAST (double_int, v_double, gint, v_int);
|
/external/webkit/WebKit/gtk/tests/ |
testatk.c | 49 typedef gchar* (*AtkGetTextFunction) (AtkText*, gint, AtkTextBoundary, gint*, gint*); 51 static void test_get_text_function(AtkText* text_obj, AtkGetTextFunction fn, AtkTextBoundary boundary, gint offset, const char* text_result, gint start_offset_result, gint end_offset_result) 53 gint start_offset, end_offset;
|
/external/bluetooth/glib/tests/ |
patterntest.c | 123 (gint)strlen (spec->pattern)); 218 gint total = 0; 219 gint passed = 0; 220 gint failed = 0; 221 gint i;
|
queue-test.c | 20 gint n; 87 gint *best = user_data; 88 gint element = GPOINTER_TO_INT (elm); 97 gint *best = user_data; 98 gint element = GPOINTER_TO_INT (elm); 104 static gint 107 gint min = G_MAXINT; 114 static gint 117 gint max = G_MININT; 151 static gint [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
arrays.sgml | 34 <title>Using a <structname>GArray</structname> to store <type>gint</type> values</title> 37 gint i; 39 /* We create a new array to store gint values. 41 garray = g_array_new (FALSE, FALSE, sizeof (gint)); 46 if (g_array_index (garray, gint, i) != i) 48 g_array_index (garray, gint, i), i);
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 52 static void utf16_to_utf8(const UChar* aText, gint aLength, char* &text, gint &length) 103 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to) 106 gint new_length = 0; 121 gint len = strlen(pos); 126 gint index, start;
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-overrides.txt | 291 gint *atomic 297 gint *atomic
|