Searched defs:domain (Results 126 - 150 of 313) sorted by relevance

1234567891011>>

/external/valgrind/include/vki/
H A Dvki-xen-memory.h100 vki_xen_domid_t domain; member in struct:vki_xen_mem_event_op
/external/wayland/tests/
H A Dos-wrappers-test.c72 socket(int domain, int type, int protocol) argument
81 return real_socket(domain, type, protocol);
/external/webrtc/webrtc/libjingle/xmpp/
H A Djid.cc46 // Now take what is left as the domain
256 // Checks and normalizes the domain part of a JID.
257 std::string Jid::PrepDomain(const std::string& domain, bool* valid) { argument
261 // TODO: if the domain contains a ':', then we should parse it
262 // as an IPv6 address rather than giving an error about illegal domain.
263 PrepDomain(domain, &result, valid);
276 // Checks and normalizes an IDNA domain.
277 void Jid::PrepDomain(const std::string& domain, std::string* buf, bool* valid) { argument
279 std::string::const_iterator last = domain.begin();
280 for (std::string::const_iterator i = domain
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c386 int domain = PF_INET6; local
389 int domain = PF_INET; local
413 priv->sock = socket(domain, SOCK_DGRAM, 0);
/external/aac/libSBRdec/src/
H A Denv_dec.cpp666 \brief Convert each envelope value from logarithmic to linear domain
767 int i, domain, no_of_bands, band, freqRes; local
776 domain = h_sbr_data->domain_vec[i];
785 if (domain == 0) {
/external/curl/lib/
H A Dcurl_ntlm_core.c662 const char *domain, size_t domlen,
685 ascii_to_unicode_le(identity + (userlen << 1), domain, domlen);
661 Curl_ntlm_core_mk_ntlmv2_hash(const char *user, size_t userlen, const char *domain, size_t domlen, unsigned char *ntlmhash, unsigned char *ntlmv2hash) argument
H A Dmemdebug.c337 curl_socket_t curl_socket(int domain, int type, int protocol, argument
351 sockfd = socket(domain, type, protocol);
389 int curl_socketpair(int domain, int type, int protocol, argument
399 int res = socketpair(domain, type, protocol, socket_vector);
/external/drm_gralloc/
H A Dgralloc_drm_radeon.c191 uint32_t tiling, domain; local
201 domain = RADEON_GEM_DOMAIN_VRAM;
218 domain = RADEON_GEM_DOMAIN_GTT;
224 rbo = radeon_bo_open(info->bufmgr, 0, size, base_align, domain, 0);
/external/guava/guava/src/com/google/common/collect/
H A DRange.java599 * Returns the canonical form of this range in the given domain. The canonical form has the
604 * words, {@code ContiguousSet.create(a.canonical(domain), domain).equals(
605 * ContiguousSet.create(a, domain))}
607 * {@code ContiguousSet.create(a, domain).equals(ContiguousSet.create(b, domain))} implies
608 * {@code a.canonical(domain).equals(b.canonical(domain))}
609 * <li>idempotence: {@code a.canonical(domain).canonical(domain)
622 canonical(DiscreteDomain<C> domain) argument
[all...]
/external/javassist/src/main/javassist/
H A DClassPool.java981 * protection domain is not specified.
1021 * protection domain is not specified.
1047 * in <code>java.lang.Class</code>. It returns the domain that the
1057 * @param domain the protection domain for the class.
1058 * If it is null, the default domain created
1064 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain) argument
1071 if (domain == null) {
1079 new Integer(b.length), domain};
/external/libdrm/tests/amdgpu/
H A Dvce_tests.c188 static void alloc_resource(struct amdgpu_vce_bo *vce_bo, unsigned size, unsigned domain) argument
197 req.preferred_heap = domain;
/external/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c92 int domain; /* PF_INET, PF_UNIX, ... */ member in struct:test_case_t
298 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type,
301 if (tdat[testno].domain == PF_INET) {
313 } else if (tdat[testno].domain == PF_UNIX) {
388 /* set up UNIX-domain socket */
/external/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c86 int domain; /* PF_INET, PF_UNIX, ... */ member in struct:test_case_t
105 {.domain = PF_INET,
122 {.domain = 0,
139 {.domain = PF_INET,
156 {.domain = PF_INET,
173 {.domain = PF_INET,
190 {.domain = PF_INET,
206 {.domain = PF_INET,
222 {.domain = PF_INET,
239 {.domain
[all...]
/external/ltp/utils/sctp/testlib/
H A Dsctputil.h133 static inline int test_socket(int domain, int type, int protocol) argument
135 int sk = socket(domain, type, protocol);
/external/mdnsresponder/mDNSPosix/
H A DResponder.c212 "Usage: %s [-v level ] [-r] [-n name] [-t type] [-d domain] [-p port] [-f file] [-b] [-P pidfile] [-x name=val ...]\n",
222 fprintf(stderr, " -d uses 'domain' as the service domain (default is '%s')\n", kDefaultServiceDomain);
428 domainname domain; local
438 MakeDomainNameFromDNSNameString(&domain, serviceDomain);
440 &name, &type, &domain, // Name, type, domain
456 "%s: Registered service %d, name \"%s\", type \"%s\", domain \"%s\", port %ld\n",
546 // see if a domain name is specified
551 // skip any leading whitespace before domain nam
[all...]
/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp159 const char *domain,
174 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, callBack, context );
258 const char *domain, /* may be NULL */
269 ret = func( sdRef, flags, interfaceIndex, regtype, domain, callBack, context );
284 const char *domain,
295 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, callBack, context );
308 const char *domain
317 ret = func( fullName, service, regtype, domain );
152 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t port, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
252 DNSServiceBrowse( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *regtype, const char *domain, DNSServiceBrowseReply callBack, void *context ) argument
277 DNSServiceResolve( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, DNSServiceResolveReply callBack, void *context ) argument
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp15 STDMETHODIMP CDNSSD::Browse(DNSSDFlags flags, ULONG ifIndex, BSTR regtype, BSTR domain, IBrowseListener* listener, IDNSSDService** browser ) argument
31 ok = BSTRToUTF8( domain, domainUTF8 );
70 STDMETHODIMP CDNSSD::Resolve(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, IResolveListener* listener, IDNSSDService** service) argument
89 ok = BSTRToUTF8( domain, domainUTF8 );
174 STDMETHODIMP CDNSSD::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IRegisterListener *listener, IDNSSDService **service) argument
196 ok = BSTRToUTF8( domain, domainUTF8 );
697 CComBSTR domain; local
704 ok = UTF8ToBSTR( domainUTF8, domain );
707 listener->ServiceRegistered( service, ( DNSSDFlags ) flags, serviceName, regType, domain );
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp244 CString domain; member in struct:DomainEventInfo
253 std::string domain; member in struct:ServiceEventInfo
587 // If a domain and service type are selected, start searching for the service type on the domain.
902 CString domain;
912 // Search to see if we already know about this domain. If not, add it to the list.
915 domain = p->domain;
920 if( s == domain )
930 mDomainList.InsertItem( n, domain );
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c151 { 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
678 nv30_transfer_push_data(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned offset, unsigned domain, unsigned size, void *data) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c25 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,
149 nv50_sifc_linear_u8(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
375 nv50_cb_bo_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned bufid, unsigned offset, unsigned words, const uint32_t *data) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c32 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
33 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
124 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
125 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
176 struct nouveau_bo *dst, unsigned offset, unsigned domain,
184 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
218 struct nouveau_bo *dst, unsigned offset, unsigned domain,
226 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
325 if (mt->base.domain == NOUVEAU_BO_VRAM)
426 tx->rect[1].domain
175 nvc0_m2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
217 nve4_p2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
549 nvc0_cb_bo_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned base, unsigned size, unsigned offset, unsigned words, const uint32_t *data) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_vce.c540 enum radeon_bo_usage usage, enum radeon_bo_domain domain,
546 domain, RADEON_PRIO_VCE);
539 rvce_add_buffer(struct rvce_encoder *enc, struct pb_buffer *buf, enum radeon_bo_usage usage, enum radeon_bo_domain domain, signed offset) argument
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c45 enum radeon_bo_domain domain,
671 enum radeon_bo_domain domain,
692 switch (domain) {
738 if (domain == RADEON_DOMAIN_VRAM_GTT)
741 usage = domain >> 1;
747 if (domain & RADEON_DOMAIN_VRAM) /* VRAM or VRAM+GTT */
761 bo = amdgpu_create_bo(ws, size, alignment, usage, domain, flags,
767 bo = amdgpu_create_bo(ws, size, alignment, usage, domain, flags,
668 amdgpu_bo_create(struct radeon_winsys *rws, uint64_t size, unsigned alignment, enum radeon_bo_domain domain, enum radeon_bo_flag flags) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java8 * and are considered to be in the public domain. As a result, a formal
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 -
374 * while parsing the domain.
377 public void setDomain(String domain) throws ParseException { argument
378 if (domain == null)
380 setParameter(ParameterNames.DOMAIN, domain);
/external/oj-libjdwp/src/solaris/transport/socket/
H A Dsocket_md.c140 dbgsysSocket(int domain, int type, int protocol) { argument
141 return socket(domain, type, protocol);

Completed in 613 milliseconds

1234567891011>>