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

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 47 def AddAttribute(self, parent, name, value):
  /cts/tools/utils/cts/
tools.py 89 def AddAttribute(self, name, value):
  /external/chromium/chrome/common/
libxml_utils.h 151 bool AddAttribute(const std::string& attribute_name,
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 137 bool AddAttribute(const std::string& attribute_name,
  /external/chromium_org/net/base/
address_tracker_linux_unittest.cc 70 void AddAttribute(uint16 type, const void* data, size_t length) {
118 nlmsg.AddAttribute(IFA_ADDRESS, &address[0], address.size());
120 nlmsg.AddAttribute(IFA_LOCAL, &local[0], local.size());
285 nlmsg.AddAttribute(IFA_CACHEINFO, &cache_info, sizeof(cache_info));
286 nlmsg.AddAttribute(IFA_ADDRESS, &kAddr0[0], kAddr0.size());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 66 void StunMessage::AddAttribute(StunAttribute* attr) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 85 /// AddAttribute - Adds another set of attribute information to the
87 void AddAttribute(uint16_t Attribute, uint16_t Form) {
162 Abbrev.AddAttribute(Attribute, Form);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 90 bool StunMessage::AddAttribute(StunAttribute* attr) {
235 VERIFY(AddAttribute(msg_integrity_attr));
296 VERIFY(AddAttribute(fingerprint_attr));

Completed in 3965 milliseconds