Searched defs:AddAttribute (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dxml_formatted_writer.py47 def AddAttribute(self, parent, name, value): member in class:XMLFormattedWriter
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h26 void AddAttribute(const DWARFAttribute& attr) function in class:DWARFAbbreviationDeclaration
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.h146 bool AddAttribute(const std::string& attribute_name, function in class:XmlWriter
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc112 void AddAttribute(uint16 type, const void* data, size_t length) { function in class:net::internal::__anon8990::NetlinkMessage
163 nlmsg.AddAttribute(IFA_ADDRESS, &address[0], address.size());
165 nlmsg.AddAttribute(IFA_LOCAL, &local[0], local.size());
169 nlmsg.AddAttribute(IFA_CACHEINFO, &cache_info, sizeof(cache_info));
394 nlmsg.AddAttribute(IFA_CACHEINFO, &cache_info, sizeof(cache_info));
395 nlmsg.AddAttribute(IFA_ADDRESS, &kAddr0[0], kAddr0.size());
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc229 void AddAttribute(CK_ATTRIBUTE_TYPE type, function in namespace:content::webcrypto::__anon7530
237 void AddAttribute(CK_ATTRIBUTE_TYPE type, function in namespace:content::webcrypto::__anon7530
245 void AddAttribute(CK_ATTRIBUTE_TYPE type, function in namespace:content::webcrypto::__anon7530
248 AddAttribute(type, CryptoData(data), templ);
322 AddAttribute(CKA_CLASS, &obj_class, sizeof(obj_class), &key_template);
323 AddAttribute(CKA_KEY_TYPE, &key_type, sizeof(key_type), &key_template);
324 AddAttribute(CKA_TOKEN, &ck_false, sizeof(ck_false), &key_template);
325 AddAttribute(CKA_SENSITIVE, &ck_false, sizeof(ck_false), &key_template);
326 AddAttribute(CKA_PRIVATE, &ck_false, sizeof(ck_false), &key_template);
329 AddAttribute(CKA_MODULU
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h86 /// AddAttribute - Adds another set of attribute information to the
88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { function in class:llvm::DIEAbbrev
175 Abbrev.AddAttribute(Attribute, Form);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc91 bool StunMessage::AddAttribute(StunAttribute* attr) { function in class:cricket::StunMessage
237 VERIFY(AddAttribute(msg_integrity_attr));
298 VERIFY(AddAttribute(fingerprint_attr));

Completed in 651 milliseconds