HomeSort by relevance Sort by last modified time
    Searched refs:guint (Results 101 - 125 of 358) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gtestutils.c 48 guint fixture_size;
72 guint *len);
87 static guint test_run_forks = 0;
88 static guint test_run_count = 0;
89 static guint test_skip_count = 0;
131 g_test_log_send (guint n_bytes,
145 guint ui;
171 guint n_args,
239 guint argc = *argc_p;
241 guint i, e
    [all...]
gmem.c 303 static guint *profile_data = NULL;
356 profile_print_locked (guint *local_data,
360 guint i;
394 guint local_data[(MEM_PROFILE_TABLE_SIZE + 1) * 8 * sizeof (profile_data[0])];
610 guint alloc_size; /* the size of an atom */
668 guint n_preallocs)
673 guint is_unused : 1;
674 guint type : 4;
gslice.h 86 gint64* g_slice_get_config_state (GSliceConfig ckey, gint64 address, guint *n_values);
  /external/bluetooth/bluez/attrib/
gatt.c 217 guint gatt_discover_primary(GAttrib *attrib, bt_uuid_t *uuid, gatt_cb_t func,
325 guint gatt_discover_char(GAttrib *attrib, uint16_t start, uint16_t end,
355 guint gatt_read_char_by_uuid(GAttrib *attrib, uint16_t start, uint16_t end,
378 guint id;
403 guint id;
450 guint id;
479 guint gatt_read_char(GAttrib *attrib, uint16_t handle, uint16_t offset,
485 guint id;
520 guint gatt_write_char(GAttrib *attrib, uint16_t handle, uint8_t *value,
537 guint gatt_exchange_mtu(GAttrib *attrib, uint16_t mtu, GAttribResultFunc func
    [all...]
  /external/bluetooth/glib/
glibconfig.h 85 #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p))
201 #define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
203 #define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
  /external/bluetooth/glib/gobject/
gobject-query.c 35 static guint spacing = 1;
62 guint i;
154 guint n;
gvalue.h 116 guint v_uint;
  /external/webkit/Source/WebKit/gtk/tests/
testhittestresult.c 29 guint flag;
40 test_info_new(const char* data, guint flag)
83 guint context;
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 78 static guint webkit_icon_database_signals[LAST_SIGNAL] = { 0, };
99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec)
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec)
  /external/bluetooth/glib/gio/
gthemedicon.c 78 guint prop_id,
101 guint prop_id,
379 guint num_names;
410 guint num_names;
430 static guint
434 guint hash;
gdataoutputstream.c 54 guint prop_id,
58 guint prop_id,
97 guint prop_id,
119 guint prop_id,
gemblem.c 76 guint prop_id,
99 guint prop_id,
256 static guint
260 guint hash;
gemblemedicon.c 184 static guint
189 guint hash = g_icon_hash (emblemed->icon);
201 guint hash_a = g_icon_hash (G_ICON (a));
202 guint hash_b = g_icon_hash (G_ICON (b));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 231 guint, guint);
233 GdkDragContext*, GtkSelectionData*, guint, guint);
269 guint info,
273 guint info);
  /external/bluetooth/glib/tests/gobject/
defaultiface.c 48 guint val;
96 guint val;
dynamictype.c 45 guint val;
singleton.c 46 guint n_construct_properties,
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 136 guint, guint);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
WebKitDOMTestMediaQueryListListener.cpp 89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
  /external/bluetooth/bluez/audio/
device.h 70 guint hs_preauth_id;
  /external/bluetooth/glib/gio/fen/
fen-node.h 66 guint children_num (node_t *f);
  /external/bluetooth/glib/tests/
dirname-test.c 105 guint n_dirname_checks = sizeof (dirname_checks) / sizeof (dirname_checks[0]);
patterntest.c 57 guint pattern_length;
58 guint min_length;
59 guint max_length;
94 guint min)
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 34 typedef unsigned int guint; typedef

Completed in 2053 milliseconds

1 2 3 45 6 7 8 91011>>