Home
last modified time | relevance | path

Searched refs:attribute_values (Results 1 – 10 of 10) sorted by relevance

/external/dbus/bus/
Dconfig-loader-libxml.c52 const char **attribute_names, **attribute_values; in xml_text_start_element() local
60 attribute_values = NULL; in xml_text_start_element()
73 attribute_values = dbus_new0 (const char *, n_attributes + 1); in xml_text_start_element()
74 if (attribute_names == NULL || attribute_values == NULL) in xml_text_start_element()
84 attribute_values[i] = xmlTextReaderConstValue (reader); in xml_text_start_element()
85 if (attribute_names[i] == NULL || attribute_values[i] == NULL) in xml_text_start_element()
100 attribute_names, attribute_values, in xml_text_start_element()
107 dbus_free (attribute_values); in xml_text_start_element()
Dconfig-parser.c559 const char **attribute_values, in locate_attributes() argument
628 *retloc = attribute_values[i]; in locate_attributes()
655 const char **attribute_values, in check_no_attributes() argument
673 const char **attribute_values, in start_busconfig_child() argument
682 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child()
695 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child()
708 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child()
723 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error)) in start_busconfig_child()
738 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error)) in start_busconfig_child()
753 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child()
[all …]
Dconfig-parser-trivial.h48 const char **attribute_values,
Dconfig-parser.h49 const char **attribute_values,
Dconfig-parser-trivial.c157 const char **attribute_values, in bus_config_parser_start_element() argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c575 void const *const *attribute_values) in vlVdpVideoMixerSetAttributeValues() argument
583 if (!(attributes && attribute_values)) in vlVdpVideoMixerSetAttributeValues()
594 background_color = attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
602 vdp_csc = attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
614 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
623 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
629 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
637 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
646 if (*(uint8_t*)attribute_values[i] > 1) in vlVdpVideoMixerSetAttributeValues()
648 vmixer->skip_chroma_deint = *(uint8_t*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dattributes.py27 self.attribute_values = None
31 self.attribute_values = AttributeValues()
32 return self.attribute_values
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dquestion.py289 pairs = zip(self.attribute_names, self.attribute_values)
307 self.attribute_values = min_value, max_value
315 self.attribute_values = min_length, max_length
323 self.attribute_values = pattern, error_text, flags
326 pairs = zip(self.attribute_names, self.attribute_values)
/external/autotest/site_utils/
Dlxc.py402 def __init__(self, container_path, attribute_values): argument
413 for attribute, value in attribute_values.iteritems():
425 attribute_values = containers[0]
426 for attribute, value in attribute_values.iteritems():
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py620 self.assertEqual(parsed[0].attribute_values,
624 self.assertEqual(parsed[-1].attribute_values,