Home
last modified time | relevance | path

Searched refs:organization (Results 1 – 25 of 130) sorted by relevance

123456

/external/nist-sip/java/gov/nist/javax/sip/parser/
DOrganizationParser.java46 public OrganizationParser(String organization) { in OrganizationParser() argument
47 super(organization); in OrganizationParser()
67 Organization organization = new Organization(); in parse() local
71 organization.setHeaderName(SIPHeaderNames.ORGANIZATION); in parse()
76 organization.setOrganization(value.trim()); in parse()
78 return organization; in parse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DOrganization.java56 protected String organization; field in Organization
63 return organization; in encodeBody()
78 return organization; in getOrganization()
90 organization = o; in setOrganization()
/external/chromium_org/third_party/webrtc/base/
Dfileutils.h248 void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
249 organization_name_ = organization; in SetOrganizationName()
251 void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
252 ASSERT(NULL != organization); in GetOrganizationName()
253 *organization = organization_name_; in GetOrganizationName()
394 static void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
395 EnsureDefaultFilesystem()->SetOrganizationName(organization); in SetOrganizationName()
398 static void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
399 EnsureDefaultFilesystem()->GetOrganizationName(organization); in GetOrganizationName()
Dpathutils.h108 inline void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
109 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
114 inline void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
115 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
/external/chromium_org/chromeos/network/
Dcertificate_pattern.h27 const std::string& organization,
39 void set_organization(const std::string& organization) { in set_organization() argument
40 organization_ = organization; in set_organization()
52 const std::string& organization() const { in organization() function
Dcertificate_pattern.cc38 const std::string& organization, in IssuerSubjectPattern() argument
42 organization_(organization), in IssuerSubjectPattern()
Dclient_cert_util.cc79 if (!pattern.organization().empty()) { in CertPrincipalMatches()
82 pattern.organization()) == in CertPrincipalMatches()
/external/smack/src/org/jivesoftware/smackx/packet/
DVCard.java112 private String organization; field in VCard
230 return organization; in getOrganization()
233 public void setOrganization(String organization) { in setOrganization() argument
234 this.organization = organization; in setOrganization()
635 return organization != null || organizationUnit != null; in hasOrganizationFields()
667 if (organization != null ? in equals()
668 !organization.equals(vCard.organization) : vCard.organization != null) { in equals()
699 result = 29 * result + (organization != null ? organization.hashCode() : 0); in hashCode()
824 appendTag("ORGNAME", StringUtils.escapeForXML(organization)); in appendOrganization()
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Daddress_data.cc44 &AddressData::organization,
117 organization == other.organization && in operator ==()
149 "organization: \"" << address.organization << "\"\n" in operator <<()
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Daddress_data_test.cc46 address.organization = "ooo"; in TEST()
61 EXPECT_EQ(address.organization, in TEST()
95 address.organization = "ooo"; in TEST()
159 address.organization = "O"; in TEST()
185 address.organization = "O"; in TEST()
/external/openssl/crypto/x509v3/
Dv3_cpols.c125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()
296 else nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
297 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
324 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
419 ref->organization->data); in print_notice()
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_cpols.c129 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
303 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()
304 else nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
305 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
332 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
427 ref->organization->data); in print_notice()
/external/regex-re2/
DCONTRIBUTORS11 # the individual or the individual's organization has agreed to
20 # either J's name or J's organization's name should be
/external/chromium_org/third_party/re2/
DCONTRIBUTORS11 # the individual or the individual's organization has agreed to
20 # either J's name or J's organization's name should be
/external/nist-sip/java/javax/sip/header/
DOrganizationHeader.java9 void setOrganization(String organization) throws ParseException; in setOrganization() argument
/external/chromium_org/chromeos/test/data/network/
Dopenvpn_clientcert_with_cert_pems.onc20 "Organization": "organization",
Dl2tpipsec_clientcert_with_cert_pems.onc19 "Organization": "organization",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509ObjectIdentifiers.java17 …static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier("2.5.4.10"… field
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
Daddress_data.h60 std::string organization; member
/external/libpng/contrib/examples/
DREADME.txt16 people named below. No other person or organization has made contributions to
/external/libpng/contrib/tools/
DREADME.txt18 people named below. No other person or organization has made contributions to
/external/chromium_org/chrome/third_party/mozilla_security_manager/
DnsNSSCertHelper.cpp658 if (notice->noticeReference.organization.len != 0) { in ProcessUserNotice()
659 switch (notice->noticeReference.organization.type) { in ProcessUserNotice()
664 reinterpret_cast<char*>(notice->noticeReference.organization.data), in ProcessUserNotice()
665 notice->noticeReference.organization.len); in ProcessUserNotice()
668 rv += ProcessBMPString(&notice->noticeReference.organization); in ProcessUserNotice()
/external/zlib/src/contrib/dotzlib/
DLICENSE_1_0.txt3 Permission is hereby granted, free of charge, to any person or organization
/external/chromium_org/third_party/decklink/
DLICENSE5 ** Permission is hereby granted, free of charge, to any person or organization
/external/chromium_org/components/autofill/core/browser/
Daddress_i18n_unittest.cc121 expected.organization = "Underworld"; in TEST()

123456