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

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/glib/gio/
gsimpleasyncresult.h 77 gboolean op_res);
78 gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple);
84 gboolean handle_cancellation);
93 gboolean g_simple_async_result_propagate_error (GSimpleAsyncResult *simple,
105 gboolean g_simple_async_result_is_valid (GAsyncResult *result,
gfilteroutputstream.c 61 static gboolean g_filter_output_stream_flush (GOutputStream *stream,
64 static gboolean g_filter_output_stream_close (GOutputStream *stream,
82 static gboolean g_filter_output_stream_flush_finish (GOutputStream *stream,
90 static gboolean g_filter_output_stream_close_finish (GOutputStream *stream,
103 gboolean close_base;
252 gboolean
269 gboolean close_base)
307 static gboolean
313 gboolean res;
324 static gboolean
    [all...]
gfileinputstream.c 57 static gboolean g_file_input_stream_seekable_can_seek (GSeekable *seekable);
58 static gboolean g_file_input_stream_seekable_seek (GSeekable *seekable,
63 static gboolean g_file_input_stream_seekable_can_truncate (GSeekable *seekable);
64 static gboolean g_file_input_stream_seekable_truncate (GSeekable *seekable,
293 static gboolean
297 gboolean can_seek;
314 static gboolean
320 static gboolean
329 gboolean res;
359 static gboolean
    [all...]
gdrive.c 101 static gboolean initialized = FALSE;
205 gboolean
249 gboolean
269 gboolean
291 gboolean
311 gboolean
335 gboolean
400 gboolean
470 gboolean
glocalfilemonitor.h 52 gboolean (* is_supported) (void);
  /external/bluetooth/glib/glib/
gthread.h 68 gboolean joinable;
82 gboolean (*mutex_trylock) (GMutex *mutex);
90 gboolean (*cond_timed_wait) (GCond *cond,
101 gboolean joinable,
102 gboolean bound,
112 gboolean (*thread_equal) (gpointer thread1,
117 GLIB_VAR gboolean g_thread_use_default_impl;
118 GLIB_VAR gboolean g_threads_got_initialized;
140 gboolean g_thread_get_initialized (void);
185 G_THREAD_ECF (mutex_trylock, TRUE, (mutex), gboolean)
    [all...]
gdate.h 134 gboolean g_date_valid (const GDate *date);
135 gboolean g_date_valid_day (GDateDay day) G_GNUC_CONST;
136 gboolean g_date_valid_month (GDateMonth month) G_GNUC_CONST;
137 gboolean g_date_valid_year (GDateYear year) G_GNUC_CONST;
138 gboolean g_date_valid_weekday (GDateWeekday weekday) G_GNUC_CONST;
139 gboolean g_date_valid_julian (guint32 julian_date) G_GNUC_CONST;
140 gboolean g_date_valid_dmy (GDateDay day,
193 gboolean g_date_is_first_of_month (const GDate *date);
194 gboolean g_date_is_last_of_month (const GDate *date);
213 gboolean g_date_is_leap_year (GDateYear year) G_GNUC_CONST
    [all...]
gfileutils.h 87 gboolean g_file_test (const gchar *filename,
89 gboolean g_file_get_contents (const gchar *filename,
93 gboolean g_file_set_contents (const gchar *filename,
gtimer.h 59 gboolean g_time_val_from_iso8601 (const gchar *iso_date,
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 41 typedef int gboolean; typedef
102 static gboolean timerFiredCallback(RunLoop::TimerBase*);
104 gboolean isRepeating() const { return m_isRepeating; }
107 gboolean m_isRepeating;
161 static gboolean queueWork(RunLoop*);
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 45 static gboolean ik_poll_fd_enabled = TRUE;
48 static gboolean ik_read_callback (gpointer user_data);
49 static gboolean ik_process_eq_callback (gpointer user_data);
54 static gboolean process_eq_running = FALSE;
71 gboolean seen;
72 gboolean sent;
80 static gboolean
87 static gboolean
107 static gboolean
163 static gboolean
    [all...]
inotify-helper.c 44 static gboolean ih_debug_enabled = FALSE;
72 gboolean
75 static gboolean initialized = FALSE;
76 static gboolean result = FALSE;
108 gboolean
123 gboolean
inotify-diag.c 38 static gboolean
inotify-kernel.h 35 gboolean _ik_startup (void (*cb) (ik_event_t *event));
  /external/bluetooth/bluez/health/
mcap_lib.h 120 gboolean mcap_create_mdl(struct mcap_mcl *mcl,
127 gboolean mcap_reconnect_mdl(struct mcap_mdl *mdl,
132 gboolean mcap_delete_all_mdls(struct mcap_mcl *mcl,
137 gboolean mcap_delete_mdl(struct mcap_mdl *mdl,
142 gboolean mcap_connect_mdl(struct mcap_mdl *mdl,
149 gboolean mcap_mdl_abort(struct mcap_mdl *mdl,
163 gboolean mcap_create_mcl(struct mcap_instance *mi,
170 void mcap_close_mcl(struct mcap_mcl *mcl, gboolean cache);
171 gboolean mcap_mcl_set_cb(struct mcap_mcl *mcl, gpointer user_data,
221 gboolean mcap_set_data_chan_mode(struct mcap_instance *mi, uint8_t mode
    [all...]
  /external/bluetooth/bluez/attrib/
gatttool.c 56 static gboolean opt_primary = FALSE;
57 static gboolean opt_characteristics = FALSE;
58 static gboolean opt_char_read = FALSE;
59 static gboolean opt_listen = FALSE;
60 static gboolean opt_char_desc = FALSE;
61 static gboolean opt_char_write = FALSE;
62 static gboolean opt_char_write_req = FALSE;
63 static gboolean opt_interactive = FALSE;
65 static gboolean got_error = FALSE;
108 static gboolean listen_start(gpointer user_data
    [all...]
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 19 static gboolean
24 gboolean res;
36 static gboolean
42 gboolean res = TRUE;
67 static gboolean
152 gboolean success;
  /external/bluetooth/glib/tests/gobject/
accumulator.c 59 gboolean (*test_signal2) (TestObject *tobject,
65 static gboolean
110 gboolean
126 gboolean
142 gboolean
190 gboolean bool_result;
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 30 gboolean bind_lazy,
31 gboolean bind_local)
102 gboolean is_unref)
gmodule-ar.c 37 fetch_dlerror (gboolean replace_null)
104 gboolean bind_lazy,
105 gboolean bind_local)
147 gboolean is_unref)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 73 CHROMEGTK_CALLBACK_1(BookmarkMenuController, gboolean,
77 CHROMEGTK_CALLBACK_1(BookmarkMenuController, gboolean, OnButtonReleased,
84 CHROMEGTK_CALLBACK_1(BookmarkMenuController, gboolean, OnFolderButtonPressed,
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc 117 gboolean BrowserFrameGtk::OnWindowStateEvent(GtkWidget* widget,
120 gboolean result = views::WindowGtk::OnWindowStateEvent(widget, event);
132 gboolean BrowserFrameGtk::OnConfigureEvent(GtkWidget* widget,
  /external/bluetooth/bluez/audio/
gstsbcdec.h 64 gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin);
  /external/bluetooth/glib/gio/fen/
gfendirectorymonitor.c 43 gboolean cancelled;
47 static gboolean g_fen_directory_monitor_cancel (GFileMonitor* monitor);
108 static gboolean
134 static gboolean
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 121 CHROMEGTK_CALLBACK_1(BrowserToolbarGtk, gboolean, OnAlignmentExpose,
123 CHROMEGTK_CALLBACK_1(BrowserToolbarGtk, gboolean, OnLocationHboxExpose,
130 CHROMEGTK_CALLBACK_1(BrowserToolbarGtk, gboolean, OnMenuButtonPressEvent,
139 CHROMEGTK_CALLBACK_1(BrowserToolbarGtk, gboolean, OnWrenchMenuButtonExpose,

Completed in 392 milliseconds

1 2 3 4 56 7 8 91011>>