/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/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/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/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/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/webrtc/ |
D | NOTICE | 73 Permission is hereby granted, free of charge, to any person or organization
|
/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/openssl/include/openssl/ |
D | x509v3.h | 282 ASN1_STRING *organization; member
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 213 // organization, or for experimental options, use field numbers 50000
|
/external/dnsmasq/ |
D | COPYING-v3 | 454 organization, or substantially all assets of one, or subdividing an 455 organization, or merging organizations. If propagation of a covered
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
D | ChangeLog.txt | 663 Do some retuning and re-organization for todays generation of bugs. This may cause less crashes, so…
|
/external/protobuf/ |
D | CHANGES.txt | 375 * Code organization improvements.
|
/external/valgrind/main/ |
D | COPYING.DOCS | 243 been approved by an organization as the authoritative definition of a
|
/external/bison/doc/ |
D | fdl.texi | 283 been approved by an organization as the authoritative definition of a
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 82 // Not all of the above guidelines are followed and more (re-)organization is 86 // TODO(viettrungluu): [crbug.com/35543] on-going re-organization, splitting
|