Home
last modified time | relevance | path

Searched refs:glong (Results 1 – 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.h53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_a…
55 WEBKIT_API glong
58 WEBKIT_API glong
59 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar…
65 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar…
89 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg);
92 …t_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_ar…
95 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboo…
98 …_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_ar…
116 webkit_dom_test_obj_method_with_optional_arg(WebKitDOMTestObj* self, glong opt);
[all …]
DWebKitDOMTestObj.cpp69 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_a… in webkit_dom_test_obj_void_method_with_args()
85 glong
91 glong res = item->intMethod(); in webkit_dom_test_obj_int_method()
95 glong
96 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar… in webkit_dom_test_obj_int_method_with_args()
109 glong res = item->intMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg); in webkit_dom_test_obj_int_method_with_args()
125 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar… in webkit_dom_test_obj_obj_method_with_args()
263 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg) in webkit_dom_test_obj_with_dynamic_frame_and_arg()
272 …t_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_ar… in webkit_dom_test_obj_with_dynamic_frame_and_optional_arg()
281 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboo… in webkit_dom_test_obj_with_dynamic_frame_and_user_gesture()
[all …]
DWebKitDOMTestCallback.cpp106 glong
118 glong res = item->callbackWithNonBoolReturnType(converted_class3param); in webkit_dom_test_callback_callback_with_non_bool_return_type()
DWebKitDOMTestCallback.h58 WEBKIT_API glong
/external/bluetooth/glib/glib/
Dgunicode.h283 glong offset) G_GNUC_PURE;
284 glong g_utf8_pointer_to_offset (const gchar *str,
292 glong g_utf8_strlen (const gchar *p,
312 glong len,
313 glong *items_read,
314 glong *items_written,
317 glong len,
318 glong *items_read,
319 glong *items_written,
322 glong len,
[all …]
Dgutf8.c216 glong
220 glong len = 0; in g_utf8_strlen()
308 glong offset) in g_utf8_offset_to_pointer()
350 glong
355 glong offset = 0; in g_utf8_pointer_to_offset()
835 glong len, in g_utf8_to_ucs4_fast()
836 glong *items_written) in g_utf8_to_ucs4_fast()
950 glong len, in g_utf8_to_ucs4()
951 glong *items_read, in g_utf8_to_ucs4()
952 glong *items_written, in g_utf8_to_ucs4()
[all …]
Dgmacros.h219 ((glong) offsetof (struct_type, member))
222 ((glong) ((guint8*) &((struct_type*) 0)->member))
226 ((gpointer) ((guint8*) (struct_p) + (glong) (struct_offset)))
Dgmem.c364 glong t_malloc = local_data[i + PROFILE_TABLE (1, 0, success)]; in profile_print_locked()
365 glong t_realloc = local_data[i + PROFILE_TABLE (1, 1, success)]; in profile_print_locked()
366 glong t_free = local_data[i + PROFILE_TABLE (0, 0, success)]; in profile_print_locked()
367 glong t_refree = local_data[i + PROFILE_TABLE (0, 1, success)]; in profile_print_locked()
Dgtimer.h58 glong microseconds);
Dgtypes.h48 typedef long glong; typedef
404 glong tv_sec;
405 glong tv_usec;
Dgtimer.c227 g_time_val_add (GTimeVal *time_, glong microseconds) in g_time_val_add()
372 glong mul = 100000; in g_time_val_from_iso8601()
/external/bluetooth/glib/tests/
Dconvert-test.c140 glong utf8_len, in check_utf8_to_ucs4()
142 glong ucs4_len, in check_utf8_to_ucs4()
143 glong error_pos) in check_utf8_to_ucs4()
146 glong items_read, items_read2; in check_utf8_to_ucs4()
147 glong items_written, items_written2; in check_utf8_to_ucs4()
229 glong ucs4_len, in check_ucs4_to_utf8()
231 glong utf8_len, in check_ucs4_to_utf8()
232 glong error_pos) in check_ucs4_to_utf8()
235 glong items_read, items_read2; in check_ucs4_to_utf8()
236 glong items_written, items_written2; in check_ucs4_to_utf8()
[all …]
Dbit-test.c121 for (i = 0; (glong)i < 1500 ; i = -(i+((glong)i>=0))) { in main()
Dtype-test.c47 glong gl; in main()
Diochannel-test.c63 glong wlength = 0; in main()
/external/bluetooth/glib/
Dglibconfig.h84 #define GPOINTER_TO_INT(p) ((gint) (glong) (p))
87 #define GINT_TO_POINTER(i) ((gpointer) (glong) (i))
196 #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val))
198 #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
/external/bluetooth/glib/gobject/
Dgvaluecollector.h64 glong v_long;
108 _cvalue->v_long = va_arg ((var_args), glong); \
163 _cvalue->v_long = va_arg ((var_args), glong); \
Dgparamspecs.h671 glong minimum;
672 glong maximum;
673 glong default_value;
962 glong minimum,
963 glong maximum,
964 glong default_value,
Dgvaluetransform.c60 DEFINE_CAST (int_long, v_int, glong, v_long);
69 DEFINE_CAST (uint_long, v_uint, glong, v_long);
90 DEFINE_CAST (ulong_long, v_ulong, glong, v_long);
97 DEFINE_CAST (int64_long, v_int64, glong, v_long);
106 DEFINE_CAST (uint64_long, v_uint64, glong, v_long);
123 DEFINE_CAST (float_long, v_float, glong, v_long);
132 DEFINE_CAST (double_long, v_double, glong, v_long);
Dgvaluetypes.h185 glong v_long);
186 glong g_value_get_long (const GValue *value);
Dgvalue.h117 glong v_long;
Dgmarshal.list11 # LONG for signed long integer types (glong)
Dgvaluetypes.c128 glong *long_p = collect_values[0].v_pointer; in value_lcopy_long()
726 glong v_long) in g_value_set_long()
741 glong
/external/chromium/chrome/browser/ui/
Dwindow_sizer_linux.cc83 if (data_len < static_cast<gint>(4 * sizeof(glong))) { in GetScreenWorkArea()
89 glong* data = reinterpret_cast<glong*>(raw_data); in GetScreenWorkArea()
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGTypedefs.h31 typedef long glong; typedef

123