Searched refs:organization (Results 1 - 13 of 13) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DOrganizationParser.java44 * @param organization the header to parse
46 public OrganizationParser(String organization) { argument
47 super(organization);
67 Organization organization = new Organization();
71 organization.setHeaderName(SIPHeaderNames.ORGANIZATION);
76 organization.setOrganization(value.trim());
78 return organization;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DOrganization.java56 protected String organization; field in class:Organization
63 return organization;
74 * Get the organization field.
78 return organization;
82 * Set the organization member
89 + " Organization, setOrganization(), the organization parameter is null");
90 organization = o;
H A DHeaderFactoryImpl.java630 * organization value.
632 * @param organization - the new string value of the organization.
634 * unexpectedly while parsing the organization value.
637 public OrganizationHeader createOrganizationHeader(String organization) argument
639 if (organization == null)
640 throw new NullPointerException("bad organization arg");
642 o.setOrganization(organization);
/external/nist-sip/java/javax/sip/header/
H A DOrganizationHeader.java9 void setOrganization(String organization) throws ParseException; argument
H A DHeaderFactory.java98 OrganizationHeader createOrganizationHeader(String organization) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dpathutils.h125 inline void SetOrganizationName(const std::string& organization) { argument
126 Filesystem::SetOrganizationName(organization);
131 inline void GetOrganizationName(std::string* organization) { argument
132 Filesystem::GetOrganizationName(organization);
H A Dfileutils.h263 void SetOrganizationName(const std::string& organization) { argument
264 organization_name_ = organization;
266 void GetOrganizationName(std::string* organization) { argument
267 ASSERT(NULL != organization);
268 *organization = organization_name_;
409 static void SetOrganizationName(const std::string& organization) { argument
410 EnsureDefaultFilesystem()->SetOrganizationName(organization);
413 static void GetOrganizationName(std::string* organization) { argument
414 EnsureDefaultFilesystem()->GetOrganizationName(organization);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509ObjectIdentifiers.java16 static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier(id + ".10"); field in interface:X509ObjectIdentifiers
23 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
28 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}
34 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }
/external/openssl/crypto/x509v3/
H A Dv3_cpols.c125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
289 } else if(!strcmp(cnf->name, "organization")) {
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
296 else nref->organization->type = V_ASN1_VISIBLESTRING;
297 if(!ASN1_STRING_set(nref->organization, cnf->value,
324 (!not->noticeref->noticenos || !not->noticeref->organization)) {
419 ref->organization->data);
H A Dx509v3.h282 ASN1_STRING *organization; member in struct:NOTICEREF_st
/external/libvorbis/doc/
H A D05-comment.tex131 Name of the organization producing the track (i.e.
/external/openssl/include/openssl/
H A Dx509v3.h282 ASN1_STRING *organization; member in struct:NOTICEREF_st
/external/dropbear/libtommath/
H A Dbn.tex1065 Strictly speaking the organization of the integers within the mp\_int structures is what is known as a

Completed in 401 milliseconds