Home
last modified time | relevance | path

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

123456

/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/boringssl/src/crypto/x509v3/
Dv3_cpols.c134 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
336 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
338 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
339 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
369 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
462 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/nist-sip/java/javax/sip/header/
DOrganizationHeader.java9 void setOrganization(String organization) throws ParseException; in setOrganization() argument
/external/libcxx/utils/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/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/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
/external/libmojo/mojo/edk/js/
DBUILD.gn5 # TODO(hansmuller): The organization of tests in this directory is weird:
/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/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/droiddriver/
Dreleasing_to_jcenter.md7 Note that you'll need to be a member of the appium organization on jcenter before publishing. Exist…
/external/libmojo/mojo/public/cpp/
DREADME.md11 this case, the organization is to have the public interface for the library
/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
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in3 # Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization

123456