Searched defs:domain (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/external/python/cpython3/Lib/email/
H A D_header_value_parser.py777 def domain(self): member in class:NameAddr
778 return self[-1].domain
800 def domain(self): member in class:AngleAddr
803 return x.domain
826 return [x.domain for x in self if x.token_type == 'domain']
843 def domain(self): member in class:Mailbox
844 return self[0].domain
864 local_part = domain = route = addr_spec = display_name
869 token_type = 'domain'
872 def domain(self): member in class:Domain
895 def domain(self): member in class:AddrSpec
1002 def domain(self): member in class:DomainLiteral
[all...]
/external/python/cpython3/Modules/
H A D_tracemalloc.c43 /* use domain in trace key?
71 _PyTraceMalloc_domain_t domain; member in struct:__anon20069
260 hash ^= ptr.domain;
274 /* compare pointer before domain, because pointer is more likely to be
276 return (ptr1.ptr == ptr2.ptr && ptr1.domain == ptr2.domain);
533 key.domain = DEFAULT_DOMAIN;
575 tracemalloc_remove_trace(_PyTraceMalloc_domain_t domain, uintptr_t ptr) argument
583 pointer_t key = {ptr, domain};
602 tracemalloc_add_trace(_PyTraceMalloc_domain_t domain, uintptr_ argument
1260 trace_to_pyobject(_PyTraceMalloc_domain_t domain, trace_t *trace, _Py_hashtable_t *intern_tracebacks) argument
1306 _PyTraceMalloc_domain_t domain; local
1417 tracemalloc_get_traceback(_PyTraceMalloc_domain_t domain, uintptr_t ptr) argument
1765 _PyTraceMalloc_Track(_PyTraceMalloc_domain_t domain, uintptr_t ptr, size_t size) argument
1794 _PyTraceMalloc_Untrack(_PyTraceMalloc_domain_t domain, uintptr_t ptr) argument
1810 _PyTraceMalloc_GetTraceback(_PyTraceMalloc_domain_t domain, uintptr_t ptr) argument
[all...]
/external/python/cpython3/Objects/
H A Dobmalloc.c334 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) argument
336 switch(domain)
342 /* unknown domain: set all attributes to NULL */
352 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) argument
354 switch(domain)
359 /* ignore unknown domain */
/external/selinux/libselinux/src/android/
H A Dandroid_platform.c268 char *domain; member in struct:seapp_context
283 free(s->domain);
618 } else if (!strcasecmp(name, "domain")) {
619 if (cur->domain) {
623 cur->domain = strdup(value);
624 if (!cur->domain) {
745 "name=%s path=%s isPrivApp=%s minTargetSdkVersion=%d -> domain=%s type=%s level=%s levelFrom=%s",
755 cur->domain, cur->type, cur->level,
977 else if (kind == SEAPP_DOMAIN && !cur->domain)
984 if (context_type_set(ctx, cur->domain))
[all...]
/external/selinux/libsepol/src/
H A Dservices.c1989 * `domain', `type', `protocol', and `port'.
1991 int hidden sepol_port_sid(uint16_t domain __attribute__ ((unused)),
2086 * in bytes and `domain' is the communications domain or
2089 int hidden sepol_node_sid(uint16_t domain, argument
2096 switch (domain) {
/external/selinux/mcstrans/src/
H A Dmcstrans.c103 typedef struct domain { struct
113 struct domain *next;
361 destroy_domain(domain_t *domain) { argument
366 for (ptr = domain->trans_to_raw[i]; ptr;) {
372 domain->trans_to_raw[i] = NULL;
376 for (ptr = domain->raw_to_trans[i]; ptr;) {
385 domain->raw_to_trans[i] = NULL;
387 while (domain->base_classifications) {
388 base_classification_t *next = domain->base_classifications->next;
389 free(domain
406 domain_t *domain = calloc(1, sizeof(domain_t)); local
603 add_base_classification(domain_t *domain, char *raw, char *trans) argument
630 add_cache(domain_t *domain, char *raw, char *trans) argument
722 static domain_t *domain; local
933 find_in_hashtable(const char *range, domain_t *domain, context_map_node_t **table) argument
984 build_regexps(domain_t *domain) argument
1088 compute_raw_from_trans(const char *level, domain_t *domain) argument
1280 compute_trans_from_raw(const char *level, domain_t *domain) argument
1612 domain_t *domain = domains; local
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp934 // In texture-domain/clamp mode we only want to expand the
997 // Use a constrained texture domain to avoid color bleeding
998 SkRect domain; local
1000 domain.fLeft = srcRect.fLeft + 0.5f;
1001 domain.fRight = srcRect.fRight - 0.5f;
1003 domain.fLeft = domain.fRight = srcRect.centerX();
1006 domain.fTop = srcRect.fTop + 0.5f;
1007 domain.fBottom = srcRect.fBottom - 0.5f;
1009 domain
[all...]
/external/skqp/src/gpu/
H A DSkGpuDevice.cpp936 // In texture-domain/clamp mode we only want to expand the
998 // Use a constrained texture domain to avoid color bleeding
999 SkRect domain; local
1001 domain.fLeft = srcRect.fLeft + 0.5f;
1002 domain.fRight = srcRect.fRight - 0.5f;
1004 domain.fLeft = domain.fRight = srcRect.centerX();
1007 domain.fTop = srcRect.fTop + 0.5f;
1008 domain.fBottom = srcRect.fBottom - 0.5f;
1010 domain
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp3373 static const unsigned *lookup(unsigned opcode, unsigned domain) { argument
3375 if (ReplaceableInstrs[i][domain-1] == opcode)
3382 uint16_t domain = (MI->getDesc().TSFlags >> X86II::SSEDomainShift) & 3; local
3383 return std::make_pair(domain,
3384 domain && lookup(MI->getOpcode(), domain) ? 0xe : 0);
3388 assert(Domain>0 && Domain<4 && "Invalid execution domain");
3392 assert(table && "Cannot change domain");
/external/v8/src/arm64/
H A Ddisasm-arm64.cc1717 int domain = instr->ImmBarrierDomain(); local
1720 AppendToOutput("%s", options[domain][type]);
H A Dmacro-assembler-arm64-inl.h530 void MacroAssembler::Dmb(BarrierDomain domain, BarrierType type) { argument
532 dmb(domain, type);
536 void MacroAssembler::Dsb(BarrierDomain domain, BarrierType type) { argument
538 dsb(domain, type);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c438 * If doing FT initial mobility domain association:
1748 * messages in FT initial mobility domain association. Allow
2230 int fils_domain_name_hash(const char *domain, u8 *hash) argument
2233 const char *pos = domain;
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c438 * If doing FT initial mobility domain association:
1748 * messages in FT initial mobility domain association. Allow
2230 int fils_domain_name_hash(const char *domain, u8 *hash) argument
2233 const char *pos = domain;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h177 * domain_suffix_match - Constraint for server domain name
184 * host/domain name is compared one label at a time starting from the
185 * top-level domain and all the labels in @domain_suffix_match shall be
195 * domain - Home service provider FQDN(s)
198 * whether the AP is operated by the Home SP. Multiple domain entries
202 char **domain; member in struct:wpa_cred
205 * num_domain - Number of FQDNs in the domain array
454 * For UNIX domain sockets (default on Linux and BSD): This is a
455 * directory that will be created for UNIX domain sockets for listening
502 * UNIX domain socket
[all...]
H A Dinterworking.c189 if (cred->domain || cred->pcsc || cred->imsi ||
2142 const char *domain, int exact_match)
2147 len = os_strlen(domain);
2158 wpa_hexdump_ascii(MSG_DEBUG, "Interworking: AP domain name",
2161 os_strncasecmp(domain, (const char *) pos, len) == 0)
2167 if (os_strncasecmp(domain, ap + offset, len) == 0)
2211 "Interworking: Search for match with SIM/USIM domain %s",
2221 if (domain_names == NULL || cred->domain == NULL)
2227 cred->domain[i]);
2228 if (domain_name_list_contains(domain_names, cred->domain[
2141 domain_name_list_contains(struct wpabuf *domain_names, const char *domain, int exact_match) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c438 * If doing FT initial mobility domain association:
1748 * messages in FT initial mobility domain association. Allow
2230 int fils_domain_name_hash(const char *domain, u8 *hash) argument
2233 const char *pos = domain;
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/external/blktrace/
H A Dblktrace.c687 static int my_socket(int domain, int type, int protocol) argument
692 fd = socket(domain, type, protocol);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1523 TSAN_INTERCEPTOR(int, socket, int domain, int type, int protocol) { argument
1524 SCOPED_TSAN_INTERCEPTOR(socket, domain, type, protocol);
1525 int fd = REAL(socket)(domain, type, protocol);
1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { argument
1532 SCOPED_TSAN_INTERCEPTOR(socketpair, domain, type, protocol, fd);
1533 int res = REAL(socketpair)(domain, type, protocol, fd);
/external/libdrm/include/drm/
H A Damdgpu_drm.h74 /* Flag that CPU access will be required for the case of VRAM domain */
76 /* Flag that CPU access will not work, this VRAM domain is invisible */
276 /** Returned current memory domain */
277 uint32_t domain; member in struct:drm_amdgpu_gem_wait_idle_out
/external/libdrm/
H A Dxf86drm.c107 uint16_t domain; member in struct:drm_pciinfo
237 * domain, b is bus, d is device, f is function.
595 /* We need to try for 1.4 first for proper PCI domain support
2974 unsigned int domain, bus, dev, func; local
2984 num = sscanf(value, "%04x:%02x:%02x.%1u", &domain, &bus, &dev, &func);
2990 info->domain = domain;
3014 info->domain = pinfo.domain;
H A Dxf86drm.h775 uint16_t domain; member in struct:_drmPciBusInfo
/external/libxml2/
H A Druntest.c354 int domain; local
370 domain = err->domain;
373 if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) ||
374 (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) ||
375 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
399 else if ((line != 0) && (domain
[all...]
H A DxmlIO.c246 __xmlIOErr(int domain, int code, const char *extra) argument
413 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c37 // For domain enumeration and automatic browsing
39 // In each of these domains we search for our special pointer records (lb._dns-sd._udp.<domain>, etc.)
40 // to discover recommended domains for domain enumeration (browse, default browse, registration,
121 while (*p) // Check if we already have this {interface,address,port,domain} tuple registered
124 mDNSSameAddress(&(*p)->addr, addr) && mDNSSameIPPort((*p)->port, port) && SameDomainName(&(*p)->domain, d))
126 if (!((*p)->flags & DNSServer_FlagDelete)) debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface);
153 AssignDomainName(&(*p)->domain, d);
184 &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c, q, q->qname.c, DNSTypeName(q->qtype),
236 q->qname.c, DNSTypeName(q->qtype), &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c);
292 if (SameDomainName(&ptr->domain,
351 mDNS_SetSecretForDomain(mDNS *m, DomainAuthInfo *info, const domainname *domain, const domainname *keyname, const char *b64keydata, const domainname *hostname, mDNSIPPort *port, const char *autoTunnelPrefix) argument
4656 mDNS_AddSearchDomain(const domainname *const domain, mDNSInterfaceID InterfaceID) argument
[all...]

Completed in 3132 milliseconds

1234567891011>>