Home
last modified time | relevance | path

Searched refs:GError (Results 1 – 25 of 1226) sorted by relevance

12345678910>>...50

/third_party/glib/gio/
Dgfile.h189 GError **error);
195 GError **error);
205 GError **error);
211 GError **error);
221 GError **error);
226 GError **error);
235 GError **error);
239 GError **error);
247 GError **error);
252 GError **error);
[all …]
Dgsocket.h80 GError **error);
83 GError **error);
94 GError **error);
97 GError **error);
147 GError **error);
153 GError **error);
159 GError **error);
165 GError **error);
171 GError **error);
176 GError **error);
[all …]
Dgoutputstream.h70 GError **error);
75 GError **error);
78 GError **error);
81 GError **error);
94 GError **error);
104 GError **error);
112 GError **error);
120 GError **error);
127 GError **error);
140 GError **error);
[all …]
Dgdbus-daemon-generated.h250 GError **error);
256 GError **error);
270 GError **error);
278 GError **error);
291 GError **error);
298 GError **error);
312 GError **error);
320 GError **error);
333 GError **error);
340 GError **error);
[all …]
Dgresolver.h73 GError **error);
81 GError **error);
86 GError **error);
94 GError **error);
99 GError **error);
107 GError **error);
113 GError **error);
124 GError **error);
160 GError **error);
180 GError **error);
[all …]
Dginputstream.h65 GError **error);
69 GError **error);
72 GError **error);
84 GError **error);
93 GError **error);
101 GError **error);
120 GError **error);
127 GError **error);
132 GError **error);
137 GError **error);
[all …]
Dgdatainputstream.h87 GError **error);
91 GError **error);
95 GError **error);
99 GError **error);
103 GError **error);
107 GError **error);
111 GError **error);
116 GError **error);
121 GError **error);
132 GError **error);
[all …]
Dgwin32registrykey.h164GError **error);
168GError **error);
173GError **error);
178GError **error);
183GError **error);
191GError **error);
196GError **error);
201GError **error);
206GError **error);
214GError **error);
[all …]
Dgtlsdatabase.h65 GError **error);
79 GError **error);
89 GError **error);
101 GError **error);
108 GError **error);
120 GError **error);
127 GError **error);
139 GError **error);
157GError **error);
173GError **error);
[all …]
Dgappinfo.h105 GError **error);
111 GError **error);
117 GError **error);
120 GError **error);
123 GError **error);
127 GError **error);
134 GError **error);
144 GError **error);
153 GError **error);
177 GError **error);
[all …]
Dgresource.h66 GError **error);
73 GError **error);
78 GError **error);
83 GError **error);
88 GError **error);
95 GError **error);
104 GError **error);
108 GError **error);
112 GError **error);
118 GError **error);
Dgdbusconnection.h48 GError **error);
52 GError **error);
66 GError **error);
73 GError **error);
84 GError **error);
90 GError **error);
130 GError **error);
134 GError **error);
146 GError **error);
150 GError **error);
[all …]
Dxdp-dbus.h191 GError **error);
197 GError **error);
214 GError **error);
225 GError **error);
243 GError **error);
255 GError **error);
274 GError **error);
287 GError **error);
307 GError **error);
321 GError **error);
[all …]
Dgtlsinteraction.h58 GError **error);
68 GError **error);
74 GError **error);
85 GError **error);
99 GError **error);
105 GError **error);
117 GError **error);
124GError **error);
131GError **error);
144GError **error);
/third_party/glib/glib/
Dgerror.h41 typedef struct _GError GError; typedef
74 error_type ## _get_private (const GError *error) \
85 g_error_with_ ## error_type ## _private_init (GError *error) \
92 g_error_with_ ## error_type ## _private_copy (const GError *src_error, \
93 GError *dest_error) \
101 g_error_with_ ## error_type ## _private_clear (GError *error) \
140 typedef void (*GErrorInitFunc) (GError *error);
158 typedef void (*GErrorCopyFunc) (const GError *src_error, GError *dest_error);
173 typedef void (*GErrorClearFunc) (GError *error);
190 GError* g_error_new (GQuark domain,
[all …]
Dgbookmarkfile.h88 GError **error);
93 GError **error);
98 GError **error);
102 GError **error) G_GNUC_MALLOC;
106 GError **error);
115 GError **error) G_GNUC_MALLOC;
123 GError **error) G_GNUC_MALLOC;
131 GError **error) G_GNUC_MALLOC;
145 GError **error);
150 GError **error);
[all …]
Dgerror.c664 static GError *
668 GError *error; in g_error_allocate()
695 allocated = g_slice_alloc0 (private_size + sizeof (GError) + sizeof (gpointer)); in g_error_allocate()
696 *(gpointer *) (allocated + private_size + sizeof (GError)) = allocated + ALIGN_STRUCT (1); in g_error_allocate()
697 …VALGRIND_MALLOCLIKE_BLOCK (allocated + private_size, sizeof (GError) + sizeof (gpointer), 0, TRUE); in g_error_allocate()
702 allocated = g_slice_alloc0 (private_size + sizeof (GError)); in g_error_allocate()
704 error = (GError *) (allocated + private_size); in g_error_allocate()
709 static GError *
716 GError *error = g_error_allocate (domain, &info); in g_error_new_steal()
744 GError*
[all …]
Dgkeyfile.h72 GError **error);
78 GError **error);
83 GError **error);
90 GError **error);
96 GError **error);
100 GError **error) G_GNUC_MALLOC;
104 GError **error);
114 GError **error);
122 GError **error);
127 GError **error) G_GNUC_MALLOC;
[all …]
Dgiochannel.h137 GError **err);
142 GError **err);
146 GError **err);
148 GError **err);
154 GError **err);
188 GError **err);
218 GError **error);
236 GError **error);
248 GError **error);
254 GError **error);
[all …]
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc-codec.h50 gboolean gst_amc_buffer_set_position_and_limit (GstAmcBuffer * buffer, GError ** err,
53 GstAmcCodec * gst_amc_codec_new (const gchar *name, gboolean is_encoder, GError **err);
56 …(GstAmcCodec * codec, GstAmcFormat * format, GstAmcSurfaceTexture * surface_texture, GError **err);
57 GstAmcFormat * gst_amc_codec_get_output_format (GstAmcCodec * codec, GError **err);
59 gboolean gst_amc_codec_start (GstAmcCodec * codec, GError **err);
60 gboolean gst_amc_codec_stop (GstAmcCodec * codec, GError **err);
61 gboolean gst_amc_codec_flush (GstAmcCodec * codec, GError **err);
62 gboolean gst_amc_codec_release (GstAmcCodec * codec, GError **err);
63 gboolean gst_amc_codec_request_key_frame (GstAmcCodec * codec, GError **err);
65 gboolean gst_amc_codec_set_dynamic_bitrate (GstAmcCodec * codec, GError **err, gint bitrate);
[all …]
Dgstamcsurfacetexture.h42 GError ** err);
45 GError ** err);
49 GError ** err);
53 GError ** err);
57 GError ** err);
60 GError ** err);
65 GError ** err);
71 GError ** err);
74 GError ** err);
78 GError ** err);
[all …]
Dgstamc-format.h33 GstAmcFormat * gst_amc_format_new_audio (const gchar *mime, gint sample_rate, gint channels, GError
34 GstAmcFormat * gst_amc_format_new_video (const gchar *mime, gint width, gint height, GError **err);
37 gchar * gst_amc_format_to_string (GstAmcFormat * format, GError **err);
39 gboolean gst_amc_format_get_float (GstAmcFormat *format, const gchar *key, gfloat *value, GError **…
40 gboolean gst_amc_format_set_float (GstAmcFormat *format, const gchar *key, gfloat value, GError **e…
41 gboolean gst_amc_format_get_int (GstAmcFormat *format, const gchar *key, gint *value, GError **err);
42 gboolean gst_amc_format_set_int (GstAmcFormat *format, const gchar *key, gint value, GError **err);
43 gboolean gst_amc_format_get_string (GstAmcFormat *format, const gchar *key, gchar **value, GError *…
44 …t_amc_format_set_string (GstAmcFormat *format, const gchar *key, const gchar *value, GError **err);
45 …rmat_get_buffer (GstAmcFormat *format, const gchar *key, guint8 **data, gsize *size, GError **err);
[all …]
Dgstjniutils.h43 GError ** err,
47 GError ** err,
53 GError ** err,
59 GError ** err,
65 GError ** err,
71 GError ** err,
78 GError ** err,
101 GError ** error,
107 GError ** error,
122 GError ** err);
[all …]
Dgstamc-codeclist.h40 gboolean gst_amc_codeclist_get_count (gint * count, GError **err);
42 GError **err);
46 GError ** err);
48 gboolean * is_encoder, GError ** err);
50 GstAmcCodecInfoHandle * handle, gsize * length, GError ** err);
52 GstAmcCodecInfoHandle * handle, const gchar * type, GError ** err);
57 GstAmcCodecCapabilitiesHandle * handle, gsize * length, GError ** err);
59 GstAmcCodecCapabilitiesHandle * handle, gsize * length, GError ** err);
/third_party/glib/glib/tests/
Derror.c8 GError *error, *dest, *src; in test_overwrite()
50 GError *error; in test_prefix()
51 GError *dest, *src; in test_prefix()
75 GError *error; in test_literal()
87 GError *error; in test_copy()
88 GError *copy; in test_copy()
133 GError *error = NULL, *error_copy = NULL; in test_new_valist_invalid_va()
179 GError *error = NULL; in test_matches()
197 GError *error = NULL; in test_clear()
261 fill_test_error (GError *error, TestErrorCheck *check) in G_DEFINE_EXTENDED_ERROR()
[all …]

12345678910>>...50