/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/system/core/libnetutils/ |
dhcp_utils.c | 95 char *domain) 157 snprintf(prop_name, sizeof(prop_name), "%s.%s.domain", DHCP_PROP_NAME_PREFIX, 159 property_get(prop_name, domain, NULL); 189 char *domain) 241 server, lease, vendorInfo, domain) == -1) { 332 char *domain) 369 server, lease, vendorInfo, domain);
|
/external/libxml2/ |
error.c | 249 int domain; local 266 domain = err->domain; 289 else if ((line != 0) && (domain == XML_FROM_PARSER)) 295 else if ((line != 0) && (domain == XML_FROM_PARSER)) 301 switch (domain) { 396 else if ((line != 0) && (domain == XML_FROM_PARSER)) 401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) && 423 * @domain: the domain for the erro [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
CookieJar.mm | 181 NSString *domain = [cookie domain]; 187 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session)); 236 hostnames.add([cookie domain]); 251 if (hostname == String([cookie domain]))
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 54 domain and importance. There are no preset classifications required, but 56 must adhere to these domain and level conventions. 59 level, we separated errors into their own domain, as even error printing 69 - there are two output files supported. Error domain output is going to 72 - colors can be specified for each domain - through this file or the 84 __OMX_DBG_DOMAIN__ - print domain 91 file:function():line domain<level> message 145 FILE *err; /* error output file - used for the error domain 187 string is less than 8 hexadecimal digits, the remaining domain mask levels 282 * domain - domain of the debug messag [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
ResourceLoadDelegate.cpp | 126 if (FAILED(error->domain(&domainSTR))) 129 wstring domain = wstringFromBSTR(domainSTR); 136 if (domain == L"CFURLErrorDomain") { 137 domain = L"NSURLErrorDomain"; 142 } else if (domain == L"kCFErrorDomainWinSock") { 143 domain = L"NSURLErrorDomain"; 150 result += L"domain " + domain;
|
/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/javassist/src/main/javassist/ |
Loader.java | 140 private ProtectionDomain domain; field in class:Loader 188 domain = null; 208 * Sets the protection domain for the classes handled by this class 209 * loader. Without registering an appropriate protection domain, 214 domain = d; 378 if (domain == null) 381 return defineClass(name, classfile, 0, classfile.length, domain);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 182 * Returns domain attribute of the cookie. 184 * @return the value of the domain attribute 193 * Sets the domain attribute. 195 * @param domain The value of the domain attribute 199 public void setDomain(String domain) { 200 if (domain != null) { 201 cookieDomain = domain.toLowerCase(Locale.ENGLISH); 334 buffer.append("[domain: "); 360 /** Domain attribute. * [all...] |
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
jid.h | 37 //! A Jid consists of three parts. The node, the domain and the resource. 39 //! node@domain/resource 42 //! a domain. A bare jid is defined to not have a resource and a full jid 76 const std::string & domain() const { return !data_ ? STR_EMPTY : data_->domain_name_; } function in class:buzz::Jid 126 Data(const std::string & node, const std::string &domain, const std::string & resource) : 128 domain_name_(domain),
|
/external/javassist/src/main/javassist/util/proxy/ |
FactoryHelper.java | 128 * This method uses a default protection domain for the class 142 * @param domain if it is null, a default domain is used. 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) 152 if (domain == null) { 160 new Integer(b.length), domain };
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 32 // It is sending out target strings that don't follow the "domain name" format. 138 logger1.severe("bad domain name: possible circular name detected. Bad offset: 0x" + Integer.toHexString(index) + " at 0x" + Integer.toHexString(pos - 2)); 271 String domain = _messageInputStream.readName(); local 279 return DNSQuestion.newQuestion(domain, type, recordClass, unique); 283 String domain = _messageInputStream.readName(); local 286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true)); 291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true)); 300 rec = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len)) [all...] |
/external/smack/src/org/xbill/DNS/spi/ |
DNSJavaNameService.java | 40 private static final String domainProperty = "sun.net.spi.nameservice.domain"; 50 * <b>sun.net.spi.nameservice.domain</b>, and 56 String domain = System.getProperty(domainProperty); local 75 if (domain != null) { 77 Lookup.setDefaultSearchPath(new String[] {domain});
|
/external/webkit/Source/WebCore/platform/network/cf/ |
CookieJarCFNet.cpp | 200 String domain = cookieDomain(cookie).get(); local 209 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session)); 249 RetainPtr<CFStringRef> domain = cookieDomain(cookie); local 250 hostnames.add(domain.get()); 267 RetainPtr<CFStringRef> domain = cookieDomain(cookie); local 268 if (String(domain.get()) == hostname)
|
/external/apache-http/src/org/apache/http/auth/ |
NTCredentials.java | 61 * @param usernamePassword the domain/username:password formed string 92 * @param userName The user name. This should not include the domain to authenticate with. 93 * For example: "user" is correct whereas "DOMAIN\\user" is not. 97 * @param domain The domain to authenticate within. 103 final String domain) { 108 this.principal = new NTUserPrincipal(domain, userName); 132 * @return String the domain these credentials are intended to authenticate with.
|
/external/libsepol/tests/policies/test-deps/ |
base-notmetreq.conf | 415 attribute domain; 426 type user_t, domain; 429 type sysadm_t, domain, system; 432 type system_t, domain, system, foo;
|
/external/ppp/pppd/plugins/ |
winbind.c | 251 const char *domain, 337 if (domain) { 338 char *b64_domain = base64_encode(domain); 339 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain); 525 char *domain; local 534 /* remove domain from "domain\username" */ 542 /* remove domain from "domain\username" */ 545 domain = domainname [all...] |
/external/webkit/Source/WebCore/inspector/ |
CodeGeneratorInspector.pm | 369 my $domain = $interface->name; 380 push(@function, "void ${frontendClassName}::${domain}::${functionName}(${arguments})"); 383 push(@function, " ${functionName}Message->setString(\"method\", \"$domain.$functionName\");"); 436 my $domain = $interface->name; 437 my $domainAccessor = typeTraits($domain, "domainAccessor"); 438 $backendTypes{$domain} = 1; 439 $backendDomains{$domain} = 1; 441 push(@function, " protocolErrors->pushString(\"$domain handler is not available.\");"); 676 my $domain = $interface->name; 689 "\"method\": \"$domain.$name\", " [all...] |
/device/samsung/manta/ |
BoardConfig.mk | 95 domain.te \
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_helpers.h | 58 // domain becomes the URL host. 104 // Returns true if the given cookie domain string matches the filter's 105 // domain. Any cookie domain which is equal to or is a subdomain of the 106 // filter's domain will be matched; leading '.' characters indicating 107 // host-only domains have no meaning in the match filter domain (for 108 // instance, a match filter domain of 'foo.bar.com' will be treated the same 109 // as '.foo.bar.com', and both will match cookies with domain values of 111 bool MatchesDomain(const std::string& domain);
|
/external/chromium/net/base/ |
transport_security_state.h | 31 // A DomainState is the information that we persist about a given domain. 47 // None means there is no HSTS for this domain. 69 std::string domain; // the domain which matched member in struct:net::TransportSecurityState::DomainState 135 // are SHA256(DNSForm(domain)) where DNSForm converts from dotted form
|
/external/dnsmasq/src/ |
forward.c | 114 unsigned short qtype, char *qdomain, int *type, char **domain) 117 /* If the query ends in the domain in one of our servers, set 118 domain to point to that name. We find the largest match to allow both 119 domain.org and sub.domain.org to exist. */ 127 /* domain matches take priority over NODOTS matches */ 152 unsigned int domainlen = strlen(serv->domain); 155 hostname_isequal(matchstart, serv->domain) && 157 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' || *(matchstart-1) == '.' )) 161 *domain = serv->domain 208 char *domain = NULL; local 780 char *domain = NULL; local [all...] |
/external/mdnsresponder/mDNSShared/ |
dnssd_clientshim.c | 110 // Domain Enumeration 214 const char *domain, /* may be NULL */ 240 if (!MakeDomainNameFromDNSNameString(&d, (domain && *domain) ? domain : "local.")) { errormsg = "Bad Domain"; goto badparam; } 262 &x->name, &t, &d, // Name, type, domain 277 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err); 358 domainname type, domain; local 368 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain)) [all...] |