HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 301 - 325 of 827) sorted by null

<<11121314151617181920>>

  /external/oj-libjdwp/src/share/transport/socket/
sysSocket.h 51 int dbgsysSocket(int domain, int type, int protocol);
  /external/python/cpython3/Lib/email/
utils.py 174 def make_msgid(idstring=None, domain=None):
180 uniqueness of the message id. Optional domain if given provides the
191 if domain is None:
192 domain = socket.getfqdn()
193 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, domain)
_header_value_parser.py 395 def domain(self): member in class:NameAddr
396 return self[-1].domain
418 def domain(self): member in class:AngleAddr
421 return x.domain
447 return [x.domain for x in self if x.token_type == 'domain']
464 def domain(self): member in class:Mailbox
465 return self[0].domain
485 local_part = domain = route = addr_spec = display_name
488 class Domain(TokenList)
494 def domain(self): member in class:Domain
519 def domain(self): member in class:AddrSpec
630 def domain(self): member in class:DomainLiteral
    [all...]
  /external/python/google-api-python-client/tests/
test_errors.py 36 "domain": "global",
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 51 const GrTextureDomain& domain() const { return fDomain; } function in class:GrMatrixConvolutionEffect
  /external/skqp/src/gpu/effects/
GrMatrixConvolutionEffect.h 51 const GrTextureDomain& domain() const { return fDomain; } function in class:GrMatrixConvolutionEffect
  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.h 62 Status HandleDomain(HloInstruction* domain) override;
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/master/
VtsHalMediaC2V1_0TargetMasterTest.cpp 55 std::cout << compList[i].name << " | " << compList[i].domain;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/
local_poc.h 34 uint32_t domain; member in struct:drm_nouveau_gem_info
57 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
157 uint32_t domain; member in struct:drm_nouveau_gem_map
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 125 String domain = prefs.getString("domainPref", ""); local
128 if (username.length() == 0 || domain.length() == 0 || password.length() == 0) {
134 SipProfile.Builder builder = new SipProfile.Builder(username, domain);
  /external/libdrm/include/drm/
nouveau_drm.h 124 __u32 domain; member in struct:drm_nouveau_gem_info
147 __u32 domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
257 uint32_t domain; member in struct:drm_nouveau_gem_map
  /external/mdnsresponder/mDNSWindows/ControlPanel/
RegistrationPage.cpp 359 CString domain; local
364 domain = domainUTF8;
366 err = RegCreateKeyEx( m_registrationSetupKey, domain, 0,
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 8 * and are considered to be in the public domain. As a result, a formal
52 public static final String DOMAIN = ParameterNames.DOMAIN;
114 || name.equalsIgnoreCase(ParameterNames.DOMAIN)
186 * that a realm string contain a hostname or domain name. Realm strings
367 * Sets the Domain of the WWWAuthenicateHeader to the <var>domain</var>
370 * @param domain -
371 * the new Domain string of this WWWAuthenicateHeader.
374 * while parsing the domain
    [all...]
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 39 using Domain = GrQuadPerEdgeAA::Domain;
43 // if normalizing the domain then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
45 static SkRect compute_domain(Domain domain, GrSamplerState::Filter filter, GrSurfaceOrigin origin,
48 if (domain == Domain::kNo) {
49 // Either the quad has no domain constraint and is batched with a domain constrained op
50 // (in which case we want a domain that doesn't restrict normalized tex coords), or th
231 Domain domain = constraint == SkCanvas::kStrict_SrcRectConstraint ? Domain::kYes local
316 SkRect domain = local
326 Domain domain = Domain::kNo; variable
510 Domain domain() const { return Domain(fHasDomain); } function in struct:__anon39031::final::ColorDomainAndAA
    [all...]
  /frameworks/av/media/codec2/components/base/
SimpleC2Interface.cpp 34 C2Component::domain_t domain,
66 .withConstValue(new C2ComponentDomainSetting(domain))
91 switch (domain) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 202 struct ureg_tokens domain[2]; member in struct:ureg_program
243 tokens_error(&ureg->domain[0]);
249 unsigned domain,
252 struct ureg_tokens *tokens = &ureg->domain[domain];
265 unsigned domain,
268 if (ureg->domain[domain].tokens == error_tokens)
271 return &ureg->domain[domain].tokens[nr]
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 40 * for by service type and domain. Using Bonjour, applications can
190 /* Flags for domain enumeration and browse/query reply callbacks.
193 * flag NOT set indicates a "Remove", i.e. the domain is no longer
216 /* Flags for specifying domain enumeration type in DNSServiceEnumerateDomains.
231 * DNS, even for a name in a domain (e.g. foo.apple.com.) that would normally imply unicast DNS.
269 * single Unix Domain Socket connection with the background daemon, instead of having a
415 kDNSServiceType_MB = 7, /* Mailbox domain name. */
420 kDNSServiceType_PTR = 12, /* Domain name pointer. */
438 kDNSServiceType_NXT = 30, /* Next domain (security). */
523 /* Maximum length, in bytes, of a domain name represented as an *escaped* C-String *
    [all...]
dnssd_clientstub.c 1455 char name[256], regtype[kDNSServiceMaxDomainName], domain[kDNSServiceMaxDomainName]; local
1526 char domain[kDNSServiceMaxDomainName]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 151 { fp->bo, fp->domain | NOUVEAU_BO_RD },
152 { src->bo, src->domain | NOUVEAU_BO_RD },
285 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain |
388 if (dst->domain != NOUVEAU_BO_VRAM)
403 { src->bo, src->domain | NOUVEAU_BO_RD },
404 { dst->bo, dst->domain | NOUVEAU_BO_WR },
500 { src->bo, src->domain | NOUVEAU_BO_RD },
501 { dst->bo, dst->domain | NOUVEAU_BO_WR },
513 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
514 PUSH_DATA (push, (dst->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart)
    [all...]
  /external/iperf3/src/
iperf_tcp.c 179 if (test->settings->domain == AF_UNSPEC && !test->bind_address) {
183 hints.ai_family = test->settings->domain;
277 if (res->ai_family == AF_INET6 && (test->settings->domain == AF_UNSPEC || test->settings->domain == AF_INET)) {
278 if (test->settings->domain == AF_UNSPEC)
376 hints.ai_family = test->settings->domain;
385 hints.ai_family = test->settings->domain;
  /external/syzkaller/vendor/golang.org/x/net/idna/
idna.go 11 // IDNA2008 (Internationalized Domain Names for Applications), is defined in RFC
29 // sanitized domain name in case of errors. Browsers sometimes use a partially
59 // compatibility. It is used by most browsers when resolving domain names. This
97 // allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the
134 // transformed for domain name lookup according to the requirements set out in
162 // or UTS 46, tailored to, for example, domain registration or lookup.
195 // ToASCII converts a domain or domain label to its ASCII form. For example,
203 // ToUnicode converts a domain or domain label to its Unicode form. For example
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 169 String * domain
175 OnRegisterReply(this, flags, errorCode, name, regtype, domain);
474 const char * domain,
485 self->m_outer->RegisterDispatch((ServiceFlags) flags, (ErrorCode) errorCode, ConvertToString(name), ConvertToString(regtype), ConvertToString(domain));
689 String * domain,
699 PString * pDomain = new PString(domain);
840 String * domain,
846 PString * pDomain = new PString(domain);
875 String * domain,
882 PString * pDomain = new PString(domain);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 105 char* domain, char* config_domain, struct dhcp_netid* netid,
128 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
360 domain = config->domain;
439 do_options(context, mess, end, NULL, hostname, get_domain(mess->yiaddr), domain,
503 domain = config->domain;
509 domain = strip_hostname(client_hostname);
    [all...]
  /frameworks/av/media/codec2/sfplugin/
Codec2InfoBuilder.cpp 282 std::string domain, const MediaCodecsXmlParser::AttributeMap &settings) {
283 return isSettingEnabled("domain-" + domain, settings);
343 && !hasPrefix(v.first, "domain-")
400 if (trait.domain == C2Component::DOMAIN_AUDIO) {
439 for (const std::string &domain : codec.domainSet) {
440 const Switch enabled = isDomainEnabled(domain, settings);
441 ALOGV("codec entry '%s' is in domain '%s' that is '%s'",
442 nameOrAlias.c_str(), domain.c_str(), asString(enabled));

Completed in 1975 milliseconds

<<11121314151617181920>>