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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTreeGtk.h 39 extern guint waitToDumpWatchdog;
  /external/bluetooth/glib/gobject/
genums.h 164 guint n_values;
183 guint mask;
184 guint n_values;
213 guint value;
227 guint value);
236 guint v_flags);
237 guint g_value_get_flags (const GValue *value);
gvaluetypes.c 54 guint n_collect_values,
56 guint collect_flags)
70 guint n_collect_values,
72 guint collect_flags)
86 guint n_collect_values,
88 guint collect_flags)
97 guint n_collect_values,
99 guint collect_flags)
113 guint n_collect_values,
115 guint collect_flags
    [all...]
gobject.h 200 guint property_id,
214 guint property_id,
247 volatile guint ref_count;
293 * guint n_construct_params,
322 guint n_construct_properties,
326 guint property_id,
330 guint property_id,
337 guint n_pspecs,
382 guint property_id,
387 guint *n_properties)
    [all...]
gsignal.c 132 static inline guint signal_id_lookup (GQuark quark,
135 static inline HandlerList* handler_list_ensure (guint signal_id,
137 static inline HandlerList* handler_list_lookup (guint signal_id,
140 static void handler_insert (guint signal_id,
145 guint *signal_id_p);
148 guint signal_id);
153 guint signal_id,
160 static inline void handler_unref_R (guint signal_id,
170 guint signal_id,
201 guint signal_id
    [all...]
  /external/bluetooth/bluez/attrib/
gattrib.h 55 guint g_attrib_send(GAttrib *attrib, guint id, guint8 opcode,
59 gboolean g_attrib_cancel(GAttrib *attrib, guint id);
65 guint g_attrib_register(GAttrib *attrib, guint8 opcode,
74 gboolean g_attrib_unregister(GAttrib *attrib, guint id);
  /external/bluetooth/glib/tests/
threadpool-test.c 27 static guint last_thread_id = 0;
41 guint max_idle_time;
85 guint *count)
90 static guint
93 guint count = 0;
105 guint i;
106 guint limit = 100;
148 guint id = 0;
176 guint runs;
177 guint i
    [all...]
slice-test.c 25 static guint prime_size = 1021; // 769; // 509
27 static guint number_of_blocks = 10000; /* total number of blocks allocated */
28 static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
65 guint size)
86 guint i, j;
88 guint *ss;
105 ss = g_new (guint, number_of_blocks);
130 guint sz = quick_rand32() % prime_size;
131 guint k = number_of_blocks / 100;
151 guint i, j
    [all...]
thread-test.c 9 static guint test_g_mutex_int = 0;
52 static guint test_g_static_rec_mutex_int = 0;
114 static guint test_g_static_private_counter = 0;
115 static guint test_g_static_private_ready = 0;
123 return g_new (guint,1);
139 guint number = GPOINTER_TO_INT (data);
140 guint i;
141 guint *private1, *private2;
195 guint i;
285 guint i
    [all...]
  /external/bluetooth/glib/glib/
garray.c 53 guint len;
54 guint alloc;
55 guint elt_size;
56 guint zero_terminated : 1;
57 guint clear : 1;
76 guint elt_size)
83 guint elt_size,
84 guint reserved_size)
128 guint len)
147 guint len
    [all...]
ghash.h 91 guint g_hash_table_foreach_remove (GHashTable *hash_table,
94 guint g_hash_table_foreach_steal (GHashTable *hash_table,
97 guint g_hash_table_size (GHashTable *hash_table);
127 guint g_str_hash (gconstpointer v);
131 guint g_int_hash (gconstpointer v);
139 guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
gqueue.h 44 guint length;
56 guint g_queue_get_length (GQueue *queue);
81 guint n);
85 guint n);
113 guint n);
117 guint n);
gutils.h 198 guint value;
203 guint g_parse_debug_string (const gchar *string,
205 guint nkeys);
302 G_INLINE_FUNC guint g_bit_storage (gulong number) G_GNUC_CONST;
317 G_INLINE_FUNC guint g_trash_stack_height (GTrashStack **stack_p);
350 G_INLINE_FUNC guint
357 register guint n_bits = 0;
403 G_INLINE_FUNC guint
407 guint i = 0;
420 GLIB_VAR const guint glib_major_version
    [all...]
gwin32.h 69 guint size);
102 guint g_win32_get_windows_version (void);
gdir.h 44 guint flags,
gtypes.h 55 typedef unsigned int guint; typedef
90 typedef guint (*GHashFunc) (gconstpointer key);
361 guint mantissa : 23;
362 guint biased_exponent : 8;
363 guint sign : 1;
370 guint mantissa_low : 32;
371 guint mantissa_high : 20;
372 guint biased_exponent : 11;
373 guint sign : 1;
381 guint sign : 1
    [all...]
ghash.c 50 guint key_hash;
57 guint mask;
130 guint mask = 0;
183 static inline guint
188 guint node_index;
189 guint hash_value;
190 guint step = 0;
253 static inline guint
256 guint *hash_return)
259 guint node_index
    [all...]
giochannel.h 118 guint line_term_len; /* So we can have null in the line term */
128 guint use_buffer : 1; /* The encoding uses the buffers */
129 guint do_encode : 1; /* The encoding uses the GIConv coverters */
130 guint close_on_unref : 1; /* Close the channel on final unref */
131 guint is_readable : 1; /* Cached GIOFlag */
132 guint is_writeable : 1; /* ditto */
133 guint is_seekable : 1; /* ditto */
191 guint g_io_add_watch_full (GIOChannel *channel,
199 guint g_io_add_watch (GIOChannel *channel,
333 * pointer, like the guint in the traditional prototype. We can't us
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk_unittest.cc 65 guint length_;
69 RunInfo RunInfoForAttrType(guint location,
70 guint end_location,
118 if (attr->end_index > (guint)end_range) {
131 guint RunLengthForAttrType(guint location,
132 guint end_location,
140 gboolean RunHasAttribute(guint location,
141 guint end_location,
150 gboolean RunHasColor(guint location
    [all...]
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.h 53 guint frame_length;
55 guint min_frames;
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMObject.cpp 25 static void webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
34 static void webkit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
  /external/bluetooth/glib/gio/fen/
fen-data.h 51 guint mon_dir_num;
57 guint changed_event_num;
61 guint eventq_id;
62 guint change_update_id;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
PasteboardHelperGtk.cpp 45 guint PasteboardHelperGtk::getIdForTargetType(PasteboardTargetType type)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 66 guint target_type,
72 guint target_type,
80 guint target_type,
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 25 guint target_type,
35 guint target_type, guint time,
89 guint target_type, guint time) {
135 guint target_type, guint time) {

Completed in 522 milliseconds

12 3 4 5 6 7 8 91011>>