HomeSort by relevance Sort by last modified time
    Searched refs:gboolean (Results 76 - 100 of 614) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/
gfile.h 146 gboolean (* equal) (GFile *file1,
148 gboolean (* is_native) (GFile *file);
149 gboolean (* has_uri_scheme) (GFile *file,
157 gboolean (* prefix_matches) (GFile *prefix,
251 gboolean (* set_attribute) (GFile *file,
258 gboolean (* set_attributes_from_info) (GFile *file,
270 gboolean (* set_attributes_finish) (GFile *file,
317 gboolean make_backup,
323 gboolean make_backup,
333 gboolean (* delete_file) (GFile *file
    [all...]
gfilterinputstream.h 70 gboolean g_filter_input_stream_get_close_base_stream (GFilterInputStream *stream);
72 gboolean close_base);
gfilteroutputstream.h 70 gboolean g_filter_output_stream_get_close_base_stream (GFilterOutputStream *stream);
72 gboolean close_base);
ginputstream.h 72 gboolean (* close_fn) (GInputStream *stream,
101 gboolean (* close_finish) (GInputStream *stream,
121 gboolean g_input_stream_read_all (GInputStream *stream,
131 gboolean g_input_stream_close (GInputStream *stream,
158 gboolean g_input_stream_close_finish (GInputStream *stream,
164 gboolean g_input_stream_is_closed (GInputStream *stream);
165 gboolean g_input_stream_has_pending (GInputStream *stream);
166 gboolean g_input_stream_set_pending (GInputStream *stream,
gasynchelper.h 37 typedef gboolean (*GFDSourceFunc) (gpointer user_data,
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 33 static gboolean im_debug_enabled = FALSE;
38 static gboolean im_scan_missing (gpointer user_data);
39 static gboolean scan_missing_running = FALSE;
48 static gboolean initialized = FALSE;
101 static gboolean
113 gboolean not_m = FALSE;
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 113 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnHboxExpose,
117 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnExpose, GdkEventExpose*);
124 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnButtonPress,
128 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnProgressAreaExpose,
131 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnMenuButtonPressEvent,
135 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnDangerousPromptExpose,
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 148 CHROMEG_CALLBACK_3(InfoBubbleGtk, gboolean, OnGtkAccelerator, GtkAccelGroup*,
151 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolean, OnExpose, GdkEventExpose*);
153 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolean, OnButtonPress, GdkEventButton*);
154 CHROMEGTK_CALLBACK_0(InfoBubbleGtk, gboolean, OnDestroy);
156 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolean, OnToplevelConfigure,
158 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolean, OnToplevelUnmap, GdkEvent*);
back_forward_button_gtk.h 38 CHROMEGTK_CALLBACK_1(BackForwardButtonGtk, gboolean, OnButtonPress,
44 CHROMEGTK_CALLBACK_1(BackForwardButtonGtk, gboolean, OnMouseMove,
hover_controller_gtk.h 50 CHROMEGTK_CALLBACK_1(HoverControllerGtk, gboolean, OnEnter,
52 CHROMEGTK_CALLBACK_1(HoverControllerGtk, gboolean, OnLeave,
  /external/bluetooth/glib/glib/
gregex.h 124 typedef gboolean (*GRegexEvalCallback) (const GMatchInfo *match_info,
144 gboolean g_regex_match_simple (const gchar *pattern,
148 gboolean g_regex_match (const GRegex *regex,
152 gboolean g_regex_match_full (const GRegex *regex,
159 gboolean g_regex_match_all (const GRegex *regex,
163 gboolean g_regex_match_all_full (const GRegex *regex,
210 gboolean g_regex_check_replacement (const gchar *replacement,
211 gboolean *has_references,
219 gboolean g_match_info_next (GMatchInfo *match_info,
221 gboolean g_match_info_matches (const GMatchInfo *match_info)
    [all...]
gatomic.c 59 gboolean
77 gboolean
105 gboolean
118 gboolean
164 gboolean
190 gboolean
243 gboolean
257 gboolean
353 gboolean
385 gboolean
    [all...]
gbase64.h 34 gboolean break_lines,
38 gsize g_base64_encode_close (gboolean break_lines,
goption.h 61 typedef gboolean (*GOptionArgFunc) (const gchar *option_name,
66 typedef gboolean (*GOptionParseFunc) (GOptionContext *context,
112 gboolean help_enabled);
113 gboolean g_option_context_get_help_enabled (GOptionContext *context);
115 gboolean ignore_unknown);
116 gboolean g_option_context_get_ignore_unknown_options (GOptionContext *context);
121 gboolean g_option_context_parse (GOptionContext *context,
138 gboolean main_help,
  /external/bluetooth/bluez/audio/
gstsbcparse.h 55 gboolean first_parsing;
67 gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);
media.h 37 gboolean media_endpoint_set_configuration(struct media_endpoint *endpoint,
42 gboolean media_endpoint_select_configuration(struct media_endpoint *endpoint,
  /external/bluetooth/glib/tests/gobject/
testmodule.c 24 static gboolean test_module_load (GTypeModule *module);
40 static gboolean
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 39 CHROMEGTK_CALLBACK_4(WebDragDestGtk, gboolean, OnDragMotion, GdkDragContext*,
56 CHROMEGTK_CALLBACK_4(WebDragDestGtk, gboolean, OnDragDrop, GdkDragContext*,
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 48 virtual gboolean OnWindowStateEvent(GtkWidget* widget,
50 virtual gboolean OnConfigureEvent(GtkWidget* widget,
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.h 39 gboolean gstGWorldSyncMessageCallback(GstBus* bus, GstMessage* message, gpointer data);
42 friend gboolean gstGWorldSyncMessageCallback(GstBus* bus, GstMessage* message, gpointer data);
  /external/webkit/Source/WebCore/platform/gtk/
SharedTimerGtk.cpp 46 static gboolean timeout_cb(gpointer)
72 gboolean s = FALSE;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebplugin.h 83 webkit_web_plugin_set_enabled (WebKitWebPlugin*, gboolean);
85 WEBKIT_API gboolean
  /external/bluetooth/glib/gio/tests/
g-file.c 30 gboolean equal;
31 gboolean use_uri;
80 static gboolean
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2)
85 gboolean equal;
134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2);
163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2);
170 static gboolean
171 dup_equals (const gboolean use_uri, const char *path)
175 gboolean equal
    [all...]
  /external/bluetooth/bluez/src/
eir.h 34 gboolean name_complete;
  /external/bluetooth/glib/gio/fen/
fen-missing.c 35 gboolean fm_debug_enabled = FALSE;
45 static gboolean scan_missing_list (gpointer data);
47 static gboolean
53 gboolean ret = TRUE;

Completed in 652 milliseconds

1 2 34 5 6 7 8 91011>>