HomeSort by relevance Sort by last modified time
    Searched refs:n_attributes (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
config-loader-libxml.c 51 int n_attributes; local
63 n_attributes = xmlTextReaderAttributeCount (reader);
66 if (name == NULL || n_attributes < 0 || is_empty == -1)
72 attribute_names = dbus_new0 (const char *, n_attributes + 1);
73 attribute_values = dbus_new0 (const char *, n_attributes + 1);
82 _dbus_assert (i < n_attributes);
97 _dbus_assert (i == n_attributes);
  /external/harfbuzz/src/
harfbuzz-shape.h 139 int n_attributes; member in struct:_HB_ShapeInput

Completed in 55 milliseconds