HomeSort by relevance Sort by last modified time
    Searched defs:domain (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 240 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::domain( function in class:DOMHTMLDocument
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 152 * domain - Home service provider FQDN
154 * This is used to compare against the Domain Name List to figure out
157 char *domain; member in struct:wpa_cred
321 * For UNIX domain sockets (default on Linux and BSD): This is a
322 * directory that will be created for UNIX domain sockets for listening
369 * UNIX domain sockets should now be specified using GROUP=group in
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 68 * If the domain is well-known, the account is configured fully and checked immediately
71 * If the domain is not known, or the user selects Manual setup, we invoke the
526 String domain = emailParts[1].trim(); local
527 mProvider = AccountSettingsUtils.findProviderForDomain(this, domain);
555 String domain = emailParts[1].trim(); local
570 recvAuth.setConnection("placeholder", domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
574 sendAuth.setConnection("placeholder", domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 14 unsigned short domain; member in struct:_cciss_pci_info_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 14 unsigned short domain; member in struct:_cciss_pci_info_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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.7-4.6/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/netbsd/net/
getaddrinfo.c 208 const char *name; /* domain name */
2259 const char *cp, * const *domain; local
    [all...]
  /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/llvm/lib/Target/X86/
X86InstrInfo.cpp 4625 uint16_t domain = (MI->getDesc().TSFlags >> X86II::SSEDomainShift) & 3; local
    [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/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 90 @property(readonly, copy) NSString *domain; variable
    [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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 386 String domain = p.getSipDomain(); local
388 if (domain.endsWith(":5060")) {
389 return domain.substring(0, domain.length() - 5);
391 return domain;
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 1401 String domain = EditEventHelper.extractDomain("test.email@gmail.com"); local
    [all...]

Completed in 1802 milliseconds

1 2 3 45 6 7 8