/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | OrganizationParser.java | 46 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/ |
D | Organization.java | 56 protected String organization; field in Organization 63 return organization; in encodeBody() 78 return organization; in getOrganization() 90 organization = o; in setOrganization()
|
D | HeaderFactoryImpl.java | 637 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/ |
D | fileutils.h | 263 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()
|
D | pathutils.h | 125 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/ |
D | VCard.java | 112 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/ |
D | v3_cpols.c | 125 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()
|
D | x509v3.h | 282 ASN1_STRING *organization; member
|
/external/regex-re2/ |
D | CONTRIBUTORS | 11 # 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/ |
D | OrganizationHeader.java | 9 void setOrganization(String organization) throws ParseException; in setOrganization() argument
|
D | HeaderFactory.java | 98 OrganizationHeader createOrganizationHeader(String organization) in createOrganizationHeader() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509ObjectIdentifiers.java | 16 …static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier(id + ".10"… field
|
/external/libpcap/ |
D | wlan_filtering.patch | 277 + * 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/ |
D | LICENSE_1_0.txt | 3 Permission is hereby granted, free of charge, to any person or organization
|
/external/markdown/docs/ |
D | LICENSE | 15 * Neither the name of the <organization> nor the
|
/external/markdown/ |
D | NOTICE | 15 * Neither the name of the <organization> nor the
|
/external/icu4c/data/brkitr/ |
D | cjdict.txt | 167 # 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/ |
D | index.rst | 335 infrastructure. The templates (directory organization, Makefiles, and test 340 Describes the LLVMBuild organization and files used by LLVM to specify
|
/external/clang/docs/ |
D | ClangTools.rst | 29 This document describes a high-level overview of the organization of
|
/external/openssl/crypto/objects/ |
D | objects.txt | 12 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/ |
D | readme | 122 File organization:
|
/external/webrtc/ |
D | NOTICE | 73 Permission is hereby granted, free of charge, to any person or organization
|
/external/libvorbis/doc/ |
D | 05-comment.tex | 131 Name of the organization producing the track (i.e.
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 96 "ClusterAnalysis" predates the cluster-based organization of bindings, but
|
/external/openssl/include/openssl/ |
D | x509v3.h | 282 ASN1_STRING *organization; member
|