HomeSort by relevance Sort by last modified time
    Searched full:attribute_values (Results 1 - 10 of 10) 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 559 const char **attribute_values,
628 *retloc = attribute_values[i];
655 const char **attribute_values,
673 const char **attribute_values,
682 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error))
695 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error))
708 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error))
723 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error))
738 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error))
753 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
attributes.py 27 self.attribute_values = None
31 self.attribute_values = AttributeValues()
32 return self.attribute_values
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 575 void const *const *attribute_values)
583 if (!(attributes && attribute_values))
594 background_color = attribute_values[i];
602 vdp_csc = attribute_values[i];
614 val = *(float*)attribute_values[i];
623 val = *(float*)attribute_values[i];
629 val = *(float*)attribute_values[i];
637 val = *(float*)attribute_values[i];
646 if (*(uint8_t*)attribute_values[i] > 1)
648 vmixer->skip_chroma_deint = *(uint8_t*)attribute_values[i]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 289 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/
lxc.py 402 def __init__(self, container_path, attribute_values):
406 @param attribute_values: A dictionary of attribute values for the
413 for attribute, value in attribute_values.iteritems():
425 attribute_values = containers[0]
426 for attribute, value in attribute_values.iteritems():
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_connection.py 620 self.assertEqual(parsed[0].attribute_values,
624 self.assertEqual(parsed[-1].attribute_values,
    [all...]

Completed in 251 milliseconds