Home
last modified time | relevance | path

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

12

/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/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/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/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/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/webrtc/
DNOTICE73 Permission is hereby granted, free of charge, to any person or organization
/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/openssl/include/openssl/
Dx509v3.h282 ASN1_STRING *organization; member
/external/protobuf/src/google/protobuf/
Ddescriptor.proto213 // organization, or for experimental options, use field numbers 50000
/external/dnsmasq/
DCOPYING-v3454 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/
DChangeLog.txt663 Do some retuning and re-organization for todays generation of bugs. This may cause less crashes, so…
/external/protobuf/
DCHANGES.txt375 * Code organization improvements.
/external/valgrind/main/
DCOPYING.DOCS243 been approved by an organization as the authoritative definition of a
/external/bison/doc/
Dfdl.texi283 been approved by an organization as the authoritative definition of a
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm82 // Not all of the above guidelines are followed and more (re-)organization is
86 // TODO(viettrungluu): [crbug.com/35543] on-going re-organization, splitting

12