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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/gtk/webkit/
webkitversion.cpp 32 guint webkit_major_version()
46 guint webkit_minor_version()
60 guint webkit_micro_version()
webkitversion.h.in 41 WEBKIT_API guint
44 WEBKIT_API guint
47 WEBKIT_API guint
51 webkit_check_version (guint major, guint minor, guint micro);
  /external/bluetooth/glib/glib/
gprimes.h 47 guint g_spaced_primes_closest (guint num) G_GNUC_CONST;
garray.h 45 guint len;
51 guint len;
57 guint len;
72 guint element_size);
75 guint element_size,
76 guint reserved_size);
81 guint len);
84 guint len);
86 guint index_,
88 guint len)
    [all...]
gscanner.h 124 guint v_error;
138 guint case_sensitive : 1;
143 guint skip_comment_multi : 1; /* C like comment */
144 guint skip_comment_single : 1; /* single line comment */
145 guint scan_comment_multi : 1; /* scan multi line comments? */
146 guint scan_identifier : 1;
147 guint scan_identifier_1char : 1;
148 guint scan_identifier_NULL : 1;
149 guint scan_symbols : 1;
150 guint scan_binary : 1
    [all...]
gmain.h 50 guint ref_count;
55 guint flags;
56 guint source_id;
116 guint source_id);
176 guint struct_size);
180 guint g_source_attach (GSource *source,
190 guint g_source_get_id (GSource *source);
224 GSource *g_timeout_source_new (guint interval);
225 GSource *g_timeout_source_new_seconds (guint interval);
254 gboolean g_source_remove (guint tag)
    [all...]
gthreadpool.h 81 guint g_thread_pool_get_num_threads (GThreadPool *pool);
84 guint g_thread_pool_unprocessed (GThreadPool *pool);
98 guint g_thread_pool_get_num_unused_threads (void);
109 void g_thread_pool_set_max_idle_time (guint interval);
110 guint g_thread_pool_get_max_idle_time (void);
gpoll.h 63 guint nfsd,
88 guint nfds,
gbsearcharray.h 50 guint sizeof_node;
52 guint flags;
56 guint n_nodes;
68 guint nth);
69 static inline guint g_bsearch_array_get_index (GBSearchArray *barray,
74 guint index_);
78 guint index);
129 guint size;
145 const guint sibling_or_after);
150 const guint sibling_or_after
    [all...]
gdate.h 103 guint julian_days : 32; /* julian days representation - we use a
109 guint julian : 1; /* julian is valid */
110 guint dmy : 1; /* dmy is valid */
113 guint day : 6;
114 guint month : 4;
115 guint year : 16;
149 guint g_date_get_day_of_year (const GDate *date);
156 guint g_date_get_monday_week_of_year (const GDate *date);
157 guint g_date_get_sunday_week_of_year (const GDate *date);
158 guint g_date_get_iso8601_week_of_year (const GDate *date)
    [all...]
gdebug.h 53 GLIB_VAR guint _g_debug_flags;
  /external/bluetooth/glib/gobject/
gvaluearray.h 45 guint n_values;
49 guint n_prealloced;
55 guint index_);
56 GValueArray* g_value_array_new (guint n_prealloced);
64 guint index_,
67 guint index_);
gclosure.h 116 guint n_param_values,
148 volatile guint ref_count : 15;
149 volatile guint meta_marshal : 1;
150 volatile guint n_guards : 1;
151 volatile guint n_fnotifiers : 2; /* finalization notifiers */
152 volatile guint n_inotifiers : 8; /* invalidation notifiers */
153 volatile guint in_inotify : 1;
154 volatile guint floating : 1;
156 volatile guint derivative_flag : 1;
158 volatile guint in_marshal : 1
    [all...]
gsignal.h 65 guint n_param_values,
213 guint signal_id;
239 guint signal_id;
244 guint n_params;
250 guint g_signal_newv (const gchar *signal_name,
258 guint n_params,
260 guint g_signal_new_valist (const gchar *signal_name,
268 guint n_params,
270 guint g_signal_new (const gchar *signal_name,
273 guint class_offset
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
PasteboardHelperGtk.h 43 virtual guint getIdForTargetType(PasteboardTargetType);
FullscreenVideoController.h 79 guint m_hudTimeoutId;
80 guint m_progressBarUpdateId;
81 guint m_progressBarFillUpdateId;
82 guint m_hscaleUpdateId;
83 guint m_volumeUpdateId;
  /external/bluetooth/bluez/attrib/
gatt.h 28 guint gatt_discover_primary(GAttrib *attrib, bt_uuid_t *uuid, gatt_cb_t func,
31 guint gatt_discover_char(GAttrib *attrib, uint16_t start, uint16_t end,
35 guint gatt_read_char(GAttrib *attrib, uint16_t handle, uint16_t offset,
38 guint gatt_write_char(GAttrib *attrib, uint16_t handle, uint8_t *value,
41 guint gatt_find_info(GAttrib *attrib, uint16_t start, uint16_t end,
44 guint gatt_write_cmd(GAttrib *attrib, uint16_t handle, uint8_t *value, int vlen,
47 guint gatt_read_char_by_uuid(GAttrib *attrib, uint16_t start, uint16_t end,
51 guint gatt_exchange_mtu(GAttrib *attrib, uint16_t mtu, GAttribResultFunc func,
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 40 gint, gint, guint);
49 guint, guint);
53 guint);
57 gint, gint, guint);
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.h 49 void fillSelectionData(GtkSelectionData*, guint, DataObjectGtk*);
50 void fillDataObjectFromDropData(GtkSelectionData*, guint, DataObjectGtk*);
56 virtual guint getIdForTargetType(PasteboardTargetType) = 0;
SharedTimerGtk.cpp 38 static guint sharedTimer;
58 guint intervalInMS;
63 intervalInMS = (guint)interval;
  /external/bluetooth/glib/tests/
slice-color.c 28 fill_memory (guint **mem,
29 guint n,
30 guint val)
32 guint j, o = 0;
38 access_memory3 (guint **mema,
39 guint **memb,
40 guint **memd,
41 guint n,
45 const guint o = 0;
64 guint **memc
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 31 guint target_type, guint time) = 0;
40 guint target_type, guint time,
77 guint target_type, guint time);
99 guint target_type, guint time);
info_bubble_accelerators_gtk.h 16 guint keyval;
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityCallbacks.cpp 39 static guint stateChangeListenerId = 0;
40 static guint focusEventListenerId = 0;
41 static guint activeDescendantChangedListenerId = 0;
42 static guint childrenChangedListenerId = 0;
43 static guint propertyChangedListenerId = 0;
44 static guint visibleDataChangedListenerId = 0;
46 static guint loadCompleteListenerId = 0;
47 static guint loadStoppedListenerId = 0;
48 static guint reloadListenerId = 0;
57 guint objectRole = atk_object_get_role(accessible)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.h 37 CHROMEGTK_CALLBACK_2(StatusIconGtk, void, OnPopupMenu, guint, guint);

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>