Home
last modified time | relevance | path

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

123

/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()
DHeaderFactoryImpl.java637 public OrganizationHeader createOrganizationHeader(String organization) in createOrganizationHeader() argument
639 if (organization == null) in createOrganizationHeader()
642 o.setOrganization(organization); in createOrganizationHeader()
/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h263 void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
264 organization_name_ = organization; in SetOrganizationName()
266 void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
267 ASSERT(NULL != organization); in GetOrganizationName()
268 *organization = organization_name_; in GetOrganizationName()
409 static void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
410 EnsureDefaultFilesystem()->SetOrganizationName(organization); in SetOrganizationName()
413 static void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
414 EnsureDefaultFilesystem()->GetOrganizationName(organization); in GetOrganizationName()
Dpathutils.h125 inline void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
126 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
131 inline void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
132 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
/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/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()
Dx509v3.h282 ASN1_STRING *organization; member
/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/nist-sip/java/javax/sip/header/
DOrganizationHeader.java9 void setOrganization(String organization) throws ParseException; in setOrganization() argument
DHeaderFactory.java98 OrganizationHeader createOrganizationHeader(String organization) in createOrganizationHeader() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509ObjectIdentifiers.java16 …static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier(id + ".10"… field
/external/libpcap/
Dwlan_filtering.patch277 + * SNAP packets with an organization code of
281 + * XXX - check for an organization code of
304 + * in a SNAP frame with an organization code of
309 + * organization code of 0x000000 (encapsulated
/external/zlib/src/contrib/dotzlib/
DLICENSE_1_0.txt3 Permission is hereby granted, free of charge, to any person or organization
/external/markdown/docs/
DLICENSE15 * Neither the name of the <organization> nor the
/external/markdown/
DNOTICE15 * Neither the name of the <organization> nor the
/external/icu4c/data/brkitr/
Dcjdict.txt167 # organization that participated in or was otherwise related to the
184 # any person, organization or entity other than ICOT, unless it makes or
186 # writing, such person, organization or entity, will also be exempted
/external/llvm/docs/
Dindex.rst335 infrastructure. The templates (directory organization, Makefiles, and test
340 Describes the LLVMBuild organization and files used by LLVM to specify
/external/clang/docs/
DClangTools.rst29 This document describes a high-level overview of the organization of
/external/openssl/crypto/objects/
Dobjects.txt12 iso 3 : identified-organization
15 identified-organization 6 1 5 5 8 1 1 : HMAC-MD5 : hmac-md5
16 identified-organization 6 1 5 5 8 1 2 : HMAC-SHA1 : hmac-sha1
18 identified-organization 132 : certicom-arc
/external/fdlibm/
Dreadme122 File organization:
/external/webrtc/
DNOTICE73 Permission is hereby granted, free of charge, to any person or organization
/external/libvorbis/doc/
D05-comment.tex131 Name of the organization producing the track (i.e.
/external/clang/docs/analyzer/
DRegionStore.txt96 "ClusterAnalysis" predates the cluster-based organization of bindings, but
/external/openssl/include/openssl/
Dx509v3.h282 ASN1_STRING *organization; member

123