Home
last modified time | relevance | path

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

12345

/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()
/external/webrtc/webrtc/base/
Dfileutils.h244 void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
245 organization_name_ = organization; in SetOrganizationName()
247 void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
248 ASSERT(NULL != organization); in GetOrganizationName()
249 *organization = organization_name_; in GetOrganizationName()
390 static void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
391 EnsureDefaultFilesystem()->SetOrganizationName(organization); in SetOrganizationName()
394 static void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
395 EnsureDefaultFilesystem()->GetOrganizationName(organization); in GetOrganizationName()
Dpathutils.h110 inline void SetOrganizationName(const std::string& organization) { in SetOrganizationName() argument
111 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
116 inline void GetOrganizationName(std::string* organization) { in GetOrganizationName() argument
117 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
/external/opencv3/doc/
Dopencv.bib101 organization = {IEEE}
139 organization = {IEEE}
167 organization = {ACM}
177 organization = {Wiley Online Library}
185 organization = {ACM}
194 organization = {IEEE}
202 organization = {IEEE}
212 organization = {ACM}
230 organization = {ACM}
245 organization = {ACM}
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c130 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
318 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()
319 else nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
320 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
347 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
442 ref->organization->data); in print_notice()
/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/google-benchmark/
DCONTRIBUTORS7 # the individual or the individual's organization has agreed to
16 # 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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509ObjectIdentifiers.java17 …static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier("2.5.4.10"… field
/external/libxml2/result/
Dxhtml1.rde87 3 3 #text 0 1 An organization which establishes technical standards for the Internet
Dxhtml1.rdr87 3 3 #text 0 1 An organization which establishes technical standards for the Internet
Dxhtml1.sax94 SAX.characters(An organization which establis, 70)
/external/libpng/contrib/examples/
DREADME.txt16 people named below. No other person or organization has made contributions to
/external/libpng/contrib/tools/
DREADME.txt18 people named below. No other person or organization has made contributions to
/external/droiddriver/
Dreleasing_to_jcenter.md7 Note that you'll need to be a member of the appium organization on jcenter before publishing. Exist…
/external/zlib/src/contrib/dotzlib/
DLICENSE_1_0.txt3 Permission is hereby granted, free of charge, to any person or organization
/external/parameter-framework/asio-1.10.6/
DLICENSE_1_0.txt3 Permission is hereby granted, free of charge, to any person or organization
/external/nanohttpd/
DNOTICE10 * Neither the name of the NanoHttpd organization nor the names of its contributors may be used to e…
DLICENSE.md10 * Neither the name of the NanoHttpd organization nor the names of its contributors may be used to e…
/external/markdown/docs/
DLICENSE15 * Neither the name of the <organization> nor the
/external/markdown/
DNOTICE15 * Neither the name of the <organization> nor the
/external/ImageMagick/MagickCore/
Dversion.h.in2 Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
Dversion.h_vms2 Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in3 # Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization

12345