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

  /external/dbus/bus/
config-loader-libxml.c 52 const char **attribute_names, **attribute_values; local
60 attribute_values = NULL;
73 attribute_values = dbus_new0 (const char *, n_attributes + 1);
74 if (attribute_names == NULL || attribute_values == NULL)
84 attribute_values[i] = xmlTextReaderConstValue (reader);
85 if (attribute_names[i] == NULL || attribute_values[i] == NULL)
100 attribute_names, attribute_values,
107 dbus_free (attribute_values);
config-parser.c 558 const char **attribute_values,
627 *retloc = attribute_values[i];
654 const char **attribute_values,
672 const char **attribute_values,
681 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error))
694 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error))
707 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error))
722 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error))
737 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error))
752 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)
    [all...]
config-parser-trivial.h 48 const char **attribute_values,
config-parser.h 49 const char **attribute_values,
config-parser-trivial.c 157 const char **attribute_values,
  /external/bluetooth/glib/tests/
markup-test.c 24 const gchar **attribute_values,
40 attribute_values[i]);
markup-collect.c 19 const char **attribute_values,
28 attribute_values, error, __VA_ARGS__, \
  /external/bluetooth/glib/glib/
gmarkup.h 69 const gchar **attribute_values,
155 const gchar **attribute_values,
  /external/bluetooth/bluez/plugins/
service.c 93 const gchar **attribute_values, gpointer user_data, GError **err)
104 ctx_data->attr_id = strtol(attribute_values[i], 0, 0);
131 int attrlen = strlen(attribute_values[i]);
139 attribute_values[i], attrlen);
144 if (!strcmp(attribute_values[i], "hex"))
149 ctx_data->stack_head->name = strdup(attribute_values[i]);
  /external/protobuf/gtest/scons/
SConstruct.common 91 attribute_values = env[attribute]
92 if value in attribute_values:
93 attribute_values.remove(value)
  /external/bluetooth/glib/docs/reference/glib/tmpl/
markup.sgml 317 @attribute_values:
  /external/bluetooth/bluez/cups/
main.c 67 const gchar **attribute_values,
80 if (strtol(attribute_values[i], 0, 0) == ATTRID_1284ID)
91 ctx_data->id = g_strdup(attribute_values[i] + 2);
  /external/bluetooth/glib/gio/
gcontenttype.c 559 const gchar **attribute_values,
573 lang = attribute_values[i];
    [all...]

Completed in 951 milliseconds