/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 104 Test whether a domain name is local. 135 lookup for AF_INET. Output is in .in-addr.arpa domain. 158 lookup for AF_INET6. Output is in .ip6.arpa domain. 181 Compare whether the given dns name has the given domain suffix. 183 domain is ignored for the purposes of the comparison. 193 cmp_dns_suffix (const char * name, const char * domain); 321 A return of 0 implies the empty domain. 352 Test whether a domain name is in a domain covered by nss_mdns. 355 if the unqualified prefix happens to match a domain suffix 1713 char * domain; member in struct:domain_entry [all...] |
/external/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 22 b->add32(GrTextureDomain::GLDomain::DomainKey(bicubicEffect.domain())); 92 bicubicEffect.domain(), 116 fDomain.setData(pdman, bicubicEffect.domain(), proxy, 121 const SkMatrix& matrix, const SkRect& domain, 128 , fDomain(proxy.get(), domain, modeX, modeY)
|
/external/skqp/src/gpu/effects/ |
GrBicubicEffect.cpp | 22 b->add32(GrTextureDomain::GLDomain::DomainKey(bicubicEffect.domain())); 92 bicubicEffect.domain(), 116 fDomain.setData(pdman, bicubicEffect.domain(), proxy, 140 const SkRect& domain) 143 , fDomain(proxy.get(), domain, GrTextureDomain::kClamp_Mode, GrTextureDomain::kClamp_Mode)
|
/cts/hostsidetests/security/src/android/cts/security/ |
SELinuxHostTest.java | 1270 String domain = "u:r:kernel:s0"; local [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 187 * Returns domain attribute of the cookie. 189 * @return the value of the domain attribute 198 * Sets the domain attribute. 200 * @param domain The value of the domain attribute 204 public void setDomain(String domain) { 205 if (domain != null) { 206 cookieDomain = domain.toLowerCase(Locale.ENGLISH); 339 buffer.append("[domain: "); 365 /** Domain attribute. * [all...] |
/external/libchrome/base/task/sequence_manager/ |
task_queue.h | 127 Spec SetTimeDomain(TimeDomain* domain) { 128 time_domain = domain; 268 // |domain|. This is a moderately expensive operation. 269 void SetTimeDomain(TimeDomain* domain);
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
sockioctl01.c | 68 int domain; /* PF_INET, PF_UNIX, ... */ member in struct:test_case_t 208 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type, 221 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 106 rbuf->domain, 0); 169 rbuf->domain = RADEON_DOMAIN_GTT; 186 rbuf->domain, 0);
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
UrlTextExample.java | 45 * Uses a custom event receiver to emit the domain of a link or inline image 50 /** An event receiver that emits the domain of a link or image after it. */ 83 String domain = domainOf(url); local 84 if (domain != null) { 85 trailingText = " - " + domain; 140 // The domain appender forwards events to the HTML renderer, 162 * The domain (actually authority component) of an HTML5 URL.
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Configuration_Selection.py | 69 self.new_domain_name = "Domain" 106 # Check number of domain 157 for domain in range (len(self.expected_result[0])): 158 domain_name = "".join([self.new_domain_name, "_", str(domain+1), "[<none>]"]) 159 config = str(self.expected_result[iteration][domain]) 160 log.I("Checking that domain %s is set to configuration : %s" % (domain_name,config)) 167 assert line == config, log.F("Domain %s - Expected configuration : %s, found : %s" % (domain_name,config,line)) 168 log.I("Domain %s - configuration correctly set to %s" % (domain_name,line))
|
/external/skia/src/gpu/ |
GrTextureMaker.cpp | 118 // We instead we compute the domain as though were bilerping which is only correct if we 133 SkRect domain; local 136 proxy.get(), fmForDetermineDomain, &domain); 139 std::move(proxy), adjustedMatrix, domainMode, domain, filterOrNullForBicubic);
|
/external/skqp/src/gpu/ |
GrTextureMaker.cpp | 118 // We instead we compute the domain as though were bilerping which is only correct if we 138 SkRect domain; local 141 proxy.get(), fmForDetermineDomain, &domain); 144 domain, filterOrNullForBicubic);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_winsys.h | 271 * \param domain A bitmask of the RADEON_DOMAIN_* flags. 277 enum radeon_bo_domain domain, 472 * \param domain Bitmask of the RADEON_DOMAIN_* flags. 474 * placed in the requested domain. 15 is the maximum. 480 enum radeon_bo_domain domain, 738 static inline int radeon_get_heap_index(enum radeon_bo_domain domain, 742 assert(!(domain & RADEON_DOMAIN_VRAM) || flags & RADEON_FLAG_GTT_WC); 744 assert(!(flags & RADEON_FLAG_NO_CPU_ACCESS) || domain == RADEON_DOMAIN_VRAM); 757 switch (domain) {
|
/bionic/libc/kernel/uapi/drm/ |
nouveau_drm.h | 39 __u32 domain; member in struct:drm_nouveau_gem_info 54 __u32 domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
|
/device/google/vrservices/vrcore/sepolicy/ |
vrcore_app.te | 3 ### domain to tighten access to VrCore-specific IPC services and 7 type vrcore_app, domain;
|
/external/apache-http/src/org/apache/http/auth/ |
NTCredentials.java | 66 * @param usernamePassword the domain/username:password formed string 97 * @param userName The user name. This should not include the domain to authenticate with. 98 * For example: "user" is correct whereas "DOMAIN\\user" is not. 102 * @param domain The domain to authenticate within. 108 final String domain) { 113 this.principal = new NTUserPrincipal(domain, userName); 137 * @return String the domain these credentials are intended to authenticate with.
|
/external/curl/docs/cmdline-opts/ |
mail-rcpt.d | 14 specified as the user name or user name and domain (as per Section 3.5 of
|
netrc.d | 14 to FTP to the machine host.domain.com with user name \&'myself' and password 17 .B "machine host.domain.com login myself password secret"
|
noproxy.d | 9 a domain which contains the hostname, or the hostname itself. For example,
|
url.d | 9 then curl will make a guess based on the host. If the outermost sub-domain
|
/external/curl/lib/vauth/ |
ntlm.c | 357 * userp [in] - The user name in the format User or Domain\User. 383 (16) Supplied Domain security buffer (*) 394 const char *domain = ""; /* empty */ local 399 domain are empty */ 417 "%c%c" /* domain length */ 418 "%c%c" /* domain allocated space */ 419 "%c%c" /* domain name offset */ 426 "%s", /* domain string */ 444 domain /* this is empty */); 484 * userp [in] - The user name in the format User or Domain\User 533 const char *domain = ""; local [all...] |
/external/kernel-headers/original/uapi/drm/ |
nouveau_drm.h | 51 __u32 domain; member in struct:drm_nouveau_gem_info 68 __u32 domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
|
/external/libbrillo/brillo/dbus/ |
utils.cc | 31 // Special case for "dbus" error domain. 42 // Format error string as "domain/code:message". 58 // Each part should be in format of "domain/code:message" 65 std::string domain = part.substr(0, slash_pos); local 68 errors.emplace_back(domain, code, message);
|
/external/libdrm/radeon/ |
radeon_cs.c | 74 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) 77 if (domain == RADEON_GEM_DOMAIN_VRAM)
|
/external/ltp/include/ |
tst_safe_net.h | 32 #define SAFE_SOCKET(domain, type, protocol) \ 33 safe_socket(__FILE__, __LINE__, NULL, domain, type, protocol)
|