HomeSort by relevance Sort by last modified time
    Searched full:tmp_error (Results 1 - 11 of 11) sorted by null

  /external/dbus/bus/
config-loader-libxml.c 151 DBusError tmp_error; local
210 dbus_error_init (&tmp_error);
211 xmlTextReaderSetStructuredErrorHandler (reader, xml_text_reader_error, &tmp_error);
217 if (dbus_error_is_set (&tmp_error))
223 _DBUS_MAYBE_SET_OOM (&tmp_error);
229 xml_text_start_element (parser, reader, &tmp_error);
241 bus_config_parser_content (parser, &content, &tmp_error);
244 _DBUS_MAYBE_SET_OOM (&tmp_error);
253 bus_config_parser_check_doctype (parser, name, &tmp_error);
255 _DBUS_MAYBE_SET_OOM (&tmp_error);
    [all...]
activation.c 266 DBusError tmp_error; local
277 dbus_error_init (&tmp_error);
317 &user, &tmp_error))
319 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
321 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
323 dbus_move_error (&tmp_error, error);
329 dbus_error_free (&tmp_error);
334 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
340 &systemd_service, &tmp_error))
342 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
515 DBusError tmp_error; local
578 DBusError tmp_error; local
1505 DBusError tmp_error; local
    [all...]
activation-helper.c 54 DBusError tmp_error; local
90 dbus_error_init (&tmp_error);
104 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
107 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
110 tmp_error.name, tmp_error.message);
113 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
115 dbus_move_error (&tmp_error, error);
119 dbus_error_free (&tmp_error);
config-parser.c 2091 DBusError tmp_error; local
2193 DBusError tmp_error; local
    [all...]
dispatch.c 95 DBusError tmp_error; local
143 dbus_error_init (&tmp_error);
163 message, transaction, &tmp_error))
171 if (dbus_error_is_set (&tmp_error))
173 dbus_move_error (&tmp_error, error);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
error_reporting.sgml 161 GError *tmp_error;
165 tmp_error = NULL;
166 sub_function_that_can_fail (&tmp_error);
168 if (tmp_error != NULL)
170 /* store tmp_error in err, if err != NULL,
171 * otherwise call g_error_free(<!-- -->) on tmp_error
173 g_propagate_error (err, tmp_error);
188 GError *tmp_error;
192 tmp_error = NULL;
193 sub_function_that_can_fail (&amp;tmp_error);
    [all...]
  /external/dbus/dbus/
dbus-keyring.c 408 DBusError tmp_error; local
447 dbus_error_init (&tmp_error);
450 &tmp_error))
453 tmp_error.message);
455 dbus_error_free (&tmp_error);
718 DBusError tmp_error; local
796 dbus_error_init (&tmp_error);
797 if (!_dbus_keyring_reload (keyring, FALSE, &tmp_error))
800 tmp_error.message);
801 dbus_error_free (&tmp_error);
    [all...]
dbus-transport.c 367 DBusError tmp_error = DBUS_ERROR_INIT; local
385 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error);
386 result = (* open_funcs[i].func) (entry, &transport, &tmp_error);
391 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error);
395 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error);
399 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error);
403 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error);
413 if (!dbus_error_is_set (&tmp_error))
414 _dbus_set_bad_address (&tmp_error,
418 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error);
    [all...]
dbus-server.c 566 DBusError tmp_error = DBUS_ERROR_INIT; local
570 &tmp_error);
575 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error);
582 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error);
583 dbus_move_error (&tmp_error, error);
590 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error);
597 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error);
599 dbus_move_error (&tmp_error, &first_connect_error);
601 dbus_error_free (&tmp_error);
    [all...]
dbus-connection.c 1807 DBusError tmp_error = DBUS_ERROR_INIT; local
    [all...]
  /external/chromium/third_party/libevent/
http.c 2803 int tmp_error = WSAGetLastError(); local
    [all...]

Completed in 400 milliseconds