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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/getsockname/
getsockname01.c 68 int domain; /* PF_INET, PF_UNIX, ... */ member in struct:test_case_t
171 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
tirpc_svc_5.c 44 int domain; member in struct:server_def_t
77 this->sock = bound_socket(this->domain, this->type);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.h 43 #define BRW_PARAM(domain, val) (BRW_PARAM_DOMAIN_##domain << 24 | (val))
  /external/ppp/pppd/plugins/
winbind.c 242 const char *domain,
331 if (domain) {
332 char *b64_domain = base64_encode(domain);
333 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain);
519 char *domain; local
528 /* remove domain from "domain\username" */
536 /* remove domain from "domain\username" */
539 domain = domainname
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
services.h 183 * `domain', `type', `protocol', and `port'.
185 extern int sepol_port_sid(uint16_t domain,
220 * in bytes and `domain' is the communications domain or
223 extern int sepol_node_sid(uint16_t domain,
  /external/autotest/client/cros/power/
power_dashboard.py 395 """Pad the domains name for dashboard to make the domain name better
430 domain = self._padded_domains[i]
432 domain = self._logger.domains[i]
434 power_dict['data'][domain] = domain_readings[1:]
435 power_dict['average'][domain] = \
436 numpy.average(power_dict['data'][domain])
438 power_dict['unit'][domain] = self._unit
440 power_dict['type'][domain] = self._type
523 def _split_domain(domain):
524 """Return domain_type and domain_name for given domain
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
71 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
72 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
150 struct nouveau_bo *dst, unsigned offset, unsigned domain,
159 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
301 tx->rect[1].domain = NOUVEAU_BO_GART;
376 struct nouveau_bo *bo, unsigned domain,
389 PUSH_REFN (push, bo, NOUVEAU_BO_WR | domain);
430 nv50_cb_bo_push(nv, res->bo, res->domain,
    [all...]
  /external/skia/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
283 Domain domain = constraint == SkCanvas::kStrict_SrcRectConstraint ? Domain::kYes local
401 SkRect domain = local
412 Domain domain = Domain::kNo; variable
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 173 struct ureg_tokens domain[2]; member in struct:ureg_program
212 tokens_error(&ureg->domain[0]);
218 unsigned domain,
221 struct ureg_tokens *tokens = &ureg->domain[domain];
234 unsigned domain,
237 if (ureg->domain[domain].tokens == error_tokens)
240 return &ureg->domain[domain].tokens[nr]
    [all...]
  /external/libcups/cups/
http-support.c 137 const char *domain, const char *host_name,
1189 "\\", *ptr)) /* SMB domain */
1619 *domain, \/* Pointer to domain in hostname *\/ local
    [all...]
  /device/google/cuttlefish_common/common/vsoc/lib/
region_control.h 47 const char* domain);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /external/dnsmasq/src/
forward.c 105 char* qdomain, int* type, char** domain)
108 /* If the query ends in the domain in one of our servers, set
109 domain to point to that name. We find the largest match to allow both
110 domain.org and sub.domain.org to exist. */
118 /* domain matches take priority over NODOTS matches */
138 unsigned int domainlen = strlen(serv->domain);
140 if (namelen >= domainlen && hostname_isequal(matchstart, serv->domain) &&
142 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' ||
146 *domain = serv->domain
186 char* domain = NULL; local
680 char* domain = NULL; local
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * Internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /external/libdrm/radeon/
radeon_bo.h 67 int radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain);
radeon_bo_int.h 41 int (*bo_is_busy)(struct radeon_bo_int *bo, uint32_t *domain);
  /external/libevent/include/event2/
dns_compat.h 293 Add a domain to the list of search domains
299 @param domain the domain to be added to the search list
301 void evdns_search_add(const char *domain);
307 the first query to be without any search domain.
  /external/libxml2/
libxml.h 84 void __xmlIOErr(int domain, int code, const char *extra);
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 121 // Domain Enumeration
229 const char *domain, /* may be NULL */
255 if (!MakeDomainNameFromDNSNameString(&d, (domain && *domain) ? domain : "local.")) { errormsg = "Bad Domain"; goto badparam; }
277 &x->name, &t, &d, // Name, type, domain
292 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err);
373 domainname type, domain; local
383 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain))
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DLLX.idl 332 [id(2), helpstring("method Browse"), local] HRESULT Browse([in] DNSSDFlags flags, [in] ULONG interfaceIndex, [in] BSTR regtype, [in] BSTR domain, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDService** sdref);
334 [id(3), helpstring("method Resolve")] HRESULT Resolve([in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR serviceName, [in] BSTR regType, [in] BSTR domain, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDService** service);
336 [id(4), helpstring("method Register")] HRESULT Register([in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR name, [in] BSTR regType, [in] BSTR domain, [in] BSTR host, [in] USHORT port, [in] ITXTRecord* record, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDService** service);
388 [id(1), helpstring("method DomainFound")] void DomainFound([in] IDNSSDService* service, [in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR domain);
390 [id(2), helpstring("method DomainLost")] void DomainLost([in] IDNSSDService* service, [in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR domain);
392 [id(3), helpstring("method ServiceFound")] void ServiceFound([in] IDNSSDService* browser, [in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR serviceName, [in] BSTR regType, [in] BSTR domain);
394 [id(4), helpstring("method ServiceLost")] void ServiceLost([in] IDNSSDService* browser, [in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR serviceName, [in] BSTR regType, [in] BSTR domain);
398 [id(6), helpstring("method ServiceRegistered")] void ServiceRegistered([in] IDNSSDService* service, [in] DNSSDFlags flags, [in] BSTR name, [in] BSTR regType, [in] BSTR domain);
DNSSDService.h 298 const char *domain,
402 STDMETHOD(Browse)(DNSSDFlags flags, ULONG interfaceIndex, BSTR regtype, BSTR domain, IDNSSDEventManager* eventManager, IDNSSDService** sdref);
404 STDMETHOD(Resolve)(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, IDNSSDEventManager* eventManager, IDNSSDService** service);
406 STDMETHOD(Register)(DNSSDFlags flags, ULONG ifIndex, BSTR name, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IDNSSDEventManager *eventManager, IDNSSDService **service);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 8 * and are considered to be in the public domain. As a result, a formal
820 "sip:3Zqkv5dajqaaas0tCjCxT0xH2ZEuEMsFl0xoasip%3A%2B3519116786244%40siplab.domain.com@213.0.115.163:7070"};
  /external/openssh/openbsd-compat/
getrrsetbyname-ldns.c 73 ldns_rdf *domain = NULL; local
98 domain = ldns_dname_new_frm_str(hostname);
112 pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD);
242 ldns_rdf_deep_free(domain);
  /external/python/cpython2/Lib/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/
RoboCookieManager.java 111 private List<Cookie> filter(String domain) {
112 return filter(domain, false);
115 private List<Cookie> filter(String domain, boolean isSecure) {
119 if (cookie.isSameHost(domain)

Completed in 1515 milliseconds

1 2 3 4 5 6 7 8 91011>>