HomeSort by relevance Sort by last modified time
    Searched defs:domain (Results 201 - 225 of 344) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 14 unsigned short domain; member in struct:_cciss_pci_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.h 91 domainname domain; member in struct:ypmap_parms
99 domainname domain; member in struct:ypreq_key
106 domainname domain; member in struct:ypreq_nokey
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 212 const char *name; /* domain name */
2252 const char *cp, * const *domain; local
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc 57 // We want to order by registry controlled domain, so we would get
67 // The canonicalized representation makes the registry controlled domain
70 // string comparison works to order hosts by registry controlled domain
89 // The host may be the registry controlled domain, in which case fail fast.
94 // Start operating to the left of the registry controlled domain, e.g. in
671 const std::string& domain) {
672 DCHECK_EQ(GetHost(), domain); local
675 flash_lso_child_ = new CookieTreeFlashLSONode(domain);
822 const std::string& domain)
823 : domain_(domain) {}
1086 std::string domain = it->Domain(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_impl.cc 1251 const std::string domain = gaia::ExtractDomainName(*it); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1143 std::string domain; local
1222 std::string domain; local
1256 std::string domain; local
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 148 // The RFC says the sort order for the domain attribute is undefined.
173 // Two cookies are considered equivalent if they have the same domain,
178 const std::string& domain,
180 : name(name), domain(domain), path(path) {
188 // Name compare dominates, then domain, then path.
193 diff = domain.compare(cs.domain);
201 std::string domain; member in struct:net::__anon13141::CookieSignature
410 const std::string& domain,
    [all...]
cookie_monster_unittest.cc 153 const std::string& domain,
162 url, name, value, domain, path, expiration_time, secure, http_only,
251 // * Three levels of domain cookie (.b.a, .c.b.a, .d.c.b.a)
255 // * Two domain path cookies (.c.b.a/dir1, .c.b.a/dir1/dir2)
258 // Domain cookies
356 // Domain path cookies
409 const std::string& domain,
414 if (it->Domain() == domain && it->Name() == name)
489 // domain cookie eviction
687 const std::string domain; member in struct:net::__anon13143::CookiesInputInfo
2351 std::string domain = std::string(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js 94 method: true, status: true, scheme: false, domain: false, remoteAddress: false, type: true, initiator: true, cookies: false, setCookies: false, size: true, time: true,
105 "domain": WebInspector.UIString("Domain"),
291 id: "domain",
292 title: WebInspector.NetworkLogView._columnTitles["domain"],
448 this._sortingFunctions.domain = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "domain", false);
    [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/openssl/crypto/pem/
pem.h 174 char *domain; member in struct:pem_ctx_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pem.h 174 char *domain; member in struct:pem_ctx_st
  /external/dnsmasq/src/
option.c 131 { "domain", 1, 0, 's' },
132 { "domain-suffix", 1, 0, 's' },
154 { "domain-needed", 0, 0, 'D' },
229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL },
235 { 'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
271 { 'S', ARG_DUP, "/domain/ipaddr", gettext_noop("Specify address(es) of upstream servers with optional domains."), NULL },
272 { LOPT_LOCAL, ARG_DUP, "/domain/", gettext_noop("Never forward queries to specified domains."), NULL },
273 { 's', ARG_DUP, "<domain>[,<range>]", gettext_noop("Specify the domain to be assigned in DHCP leases."), NULL }
1398 char *domain = NULL; local
2296 char *domain = NULL; local
    [all...]
rfc2131.c 105 char *domain, char *config_domain,
133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
391 domain = config->domain;
490 domain, netid, subnet_addr, 0, 0, 0, NULL);
563 domain = config->domain;
571 domain = strip_hostname(client_hostname);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 188 this._domain = map.get(Fields.Domain);
255 String domain = ""; local
260 domain = casePreservedType.substring(index);
265 domain = removeSeparators(casePreservedType.substring(index));
291 domain = casePreservedType.substring(start, end);
303 qualifiedNameMap.put(Fields.Domain, removeSeparators(domain));
315 // Optional domain
316 String domain = (qualifiedNameMap.containsKey(Fields.Domain) ? qualifiedNameMap.get(Fields.Domain) : "local") local
377 String domain = this.getDomain(); local
427 String domain = this.getDomain(); local
    [all...]
  /external/mesa3d/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/openssl/crypto/pem/
pem.h 174 char *domain; member in struct:pem_ctx_st
  /external/openssl/include/openssl/
pem.h 174 char *domain; member in struct:pem_ctx_st
  /external/qemu/target-arm/
helper.c 1007 static inline int check_ap(CPUARMState *env, int ap, int domain, int access_type,
1012 if (domain == 3)
1078 int domain; local
1172 int domain; local
    [all...]
  /external/valgrind/main/include/vki/
vki-xen-domctl.h 103 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000007
122 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000008
141 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000009
325 vki_xen_domid_t domain; member in struct:vki_xen_domctl
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 160 * domain_suffix_match - Constraint for server domain name
167 * host/domain name is compared one label at a time starting from the
168 * top-level domain and all the labels in @domain_suffix_match shall be
178 * domain - Home service provider FQDN(s)
180 * This is used to compare against the Domain Name List to figure out
181 * whether the AP is operated by the Home SP. Multiple domain entries
185 char **domain; member in struct:wpa_cred
188 * num_domain - Number of FQDNs in the domain array
430 * For UNIX domain sockets (default on Linux and BSD): This is a
431 * directory that will be created for UNIX domain sockets for listenin
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 48 /** Get the possible values for the last part of a domain name.
326 /** Determines if this is an allowable domain character. */
331 /** Determines if the given string is a valid domain. */
332 private boolean isValidDomain(String domain) {
333 // For hostnames, check that it ends with a known domain suffix
334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) {
342 * scheme or a domain name optionally followed by a path, query, or query.
370 // Search for the end of the domain name.
380 // Make sure the domain name has a valid suffix. Since tries look for
382 String domain = text.substring(nextChar, index) local
    [all...]

Completed in 1703 milliseconds

1 2 3 4 5 6 7 891011>>