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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 82 response.AddAttribute(mapped_addr);
97 err_msg.AddAttribute(err_code);
turnserver.cc 202 VERIFY(resp->AddAttribute(new cricket::StunErrorCodeAttribute(
448 VERIFY(response.AddAttribute(mapped_addr_attr));
556 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
558 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
569 VERIFY(resp.AddAttribute(new StunAddressAttribute(
578 VERIFY(msg->AddAttribute(
727 VERIFY(response.AddAttribute(mapped_addr_attr));
728 VERIFY(response.AddAttribute(relayed_addr_attr));
729 VERIFY(response.AddAttribute(lifetime_attr));
750 VERIFY(response.AddAttribute(lifetime_attr))
    [all...]
relayserver.cc 87 err_msg.AddAttribute(magic_cookie_attr);
93 err_msg.AddAttribute(err_code);
442 response.AddAttribute(magic_cookie_attr);
452 response.AddAttribute(addr_attr);
457 response.AddAttribute(res_lifetime_attr);
515 response.AddAttribute(magic_cookie_attr);
520 response.AddAttribute(options2_attr);
625 msg.AddAttribute(magic_cookie_attr);
631 msg.AddAttribute(addr_attr);
637 msg.AddAttribute(data_attr)
    [all...]
relayserver_unittest.cc 165 msg->AddAttribute(attr);
171 msg->AddAttribute(attr);
177 msg->AddAttribute(attr);
184 msg->AddAttribute(attr);
485 req->AddAttribute(send_data);
527 req->AddAttribute(data_attr);
port.cc 621 response.AddAttribute(new StunUInt32Attribute(
634 response.AddAttribute(
639 response.AddAttribute(
641 response.AddAttribute(new StunByteStringAttribute(
682 response.AddAttribute(error_attr);
696 response.AddAttribute(new StunByteStringAttribute(
783 request->AddAttribute(
788 request->AddAttribute(new StunUInt32Attribute(
798 request->AddAttribute(new StunUInt64Attribute(
806 request->AddAttribute(new StunByteStringAttribute
    [all...]
turnport.cc 732 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
734 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
736 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
832 VERIFY(request->AddAttribute(transport_attr));
    [all...]
stun_unittest.cc     [all...]
relayport.cc 581 VERIFY(request.AddAttribute(magic_cookie_attr));
587 VERIFY(request.AddAttribute(username_attr));
593 VERIFY(request.AddAttribute(addr_attr));
600 VERIFY(request.AddAttribute(options_attr));
606 VERIFY(request.AddAttribute(data_attr));
788 VERIFY(request->AddAttribute(username_attr));
stun.cc 91 bool StunMessage::AddAttribute(StunAttribute* attr) {
237 VERIFY(AddAttribute(msg_integrity_attr));
298 VERIFY(AddAttribute(fingerprint_attr));
port_unittest.cc 564 msg->AddAttribute(
    [all...]
stun.h 180 bool AddAttribute(StunAttribute* attr);
  /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/chromium_org/third_party/libxml/chromium/
libxml_utils.h 146 bool AddAttribute(const std::string& attribute_name,
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.h 26 void AddAttribute(const DWARFAttribute& attr)
  /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/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);
  /cts/tools/utils/cts/
tools.py 89 def AddAttribute(self, name, value):
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer.py 277 self.AddAttribute(policy_elem, 'valueName', policy_name)
  /art/runtime/
elf_file.cc     [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc     [all...]

Completed in 666 milliseconds