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

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 47 def AddAttribute(self, parent, name, value):
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.h 26 void AddAttribute(const DWARFAttribute& attr)
  /cts/tools/utils/cts/
tools.py 89 def AddAttribute(self, name, value):
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 146 bool AddAttribute(const std::string& attribute_name,
  /external/chromium_org/net/base/
address_tracker_linux_unittest.cc 112 void AddAttribute(uint16 type, const void* data, size_t length) {
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/
rsa_key_nss.cc 229 void AddAttribute(CK_ATTRIBUTE_TYPE type,
237 void AddAttribute(CK_ATTRIBUTE_TYPE type,
245 void AddAttribute(CK_ATTRIBUTE_TYPE type,
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_MODULUS, params.n, &key_template)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 86 /// AddAttribute - Adds another set of attribute information to the
88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) {
175 Abbrev.AddAttribute(Attribute, Form);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 91 bool StunMessage::AddAttribute(StunAttribute* attr) {
237 VERIFY(AddAttribute(msg_integrity_attr));
298 VERIFY(AddAttribute(fingerprint_attr));
  /art/runtime/
elf_file.cc     [all...]

Completed in 472 milliseconds