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

  /external/dbus/bus/
config-loader-libxml.c 52 const char **attribute_names, **attribute_values; local
59 attribute_names = NULL;
72 attribute_names = dbus_new0 (const char *, n_attributes + 1);
74 if (attribute_names == NULL || attribute_values == NULL)
83 attribute_names[i] = xmlTextReaderConstName (reader);
85 if (attribute_names[i] == NULL || attribute_values[i] == NULL)
100 attribute_names, attribute_values,
106 dbus_free (attribute_names);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 289 pairs = zip(self.attribute_names, self.attribute_values)
303 attribute_names = 'minValue', 'maxValue' variable in class:NumericConstraint
311 attribute_names = 'minLength', 'maxLength' variable in class:LengthConstraint
319 attribute_names = 'regex', 'errorText', 'flags' variable in class:RegExConstraint
326 pairs = zip(self.attribute_names, self.attribute_values)

Completed in 125 milliseconds