HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 126 - 150 of 1436) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/avahi/avahi-client/
lookup.h 41 /** @{ \name Domain Browser */
43 /** A domain browser object */
52 const char *domain,
61 const char *domain,
88 const char *domain,
108 const char *domain, /**< A domain to browse in. In most cases you want to pass NULL here for the default domain (usually ".local") */
132 const char *domain,
141 const char *domain,
    [all...]
client-test.c 56 const char *domain,
60 printf ("DOMAIN-BROWSER: Callback on %p, interface (%d), protocol (%d), event (%d), domain (%s), data (%s)\n", (void*) b, interface, protocol, event, domain ? domain : "NULL", (char*)userdata);
70 const char *domain,
86 printf ("SERVICE-RESOLVER: Callback on ServiceResolver, interface (%d), protocol (%d), event (%d), name (%s), type (%s), domain (%s), host_name (%s), address (%s), port (%d), txtdata (%s), data(%s)\n", interface, protocol, event, name, type, domain, host_name, addr, port, txtr, (char*)userdata);
97 const char *domain,
103 printf ("SERVICE-BROWSER: Callback on %p, interface (%d), protocol (%d), event (%d), name (%s), type (%s), domain (%s), data (%s)\n", (void*) b, interface, protocol, event, name ? name : "NULL", type, domain ? do (…)
215 AvahiDomainBrowser *domain; local
    [all...]
  /external/avahi/avahi-common/
domain.h 23 /** \file domain.h Domain name handling functions */
32 /** The maximum length of a a fully escaped domain name C string. This
35 * (non-escaped) dots, we comprise our maximum-length domain name of
37 * four labels quadruples their length at maximum. An escaped domain
48 /** Normalize a domain name into canonical form. This drops trailing
52 /** Normalize a domain name into canonical form. This drops trailing
61 /** Return 1 when the specified domain names are equal, 0 otherwise */
64 /** Return some kind of hash value for the domain, useful for using domains as hash table keys. */
71 /** Read the first label from the textual domain name *name, unescap
    [all...]
  /external/avahi/avahi-core/
lookup.h 37 /** A local domain browsing object. May be used to enumerate domains used on the local LAN */
71 AvahiLookupFlags flags, /**< Lookup flags. Must have set either AVAHI_LOOKUP_FORCE_WIDE_AREA or AVAHI_LOOKUP_FORCE_MULTICAST, since domain based detection is not available here. */
133 const char *domain,
142 const char *domain,
158 const char *domain,
167 const char *domain,
183 const char *domain /**< Domain of this service, e.g. "local" */,
193 const char *domain,
209 const char *domain,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
item.py 28 database. Items belong to a :py:class:`Domain <boto.sdb.domain.Domain>`,
35 want to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
36 for that purpose. For example, :py:meth:`boto.sdb.domain.Domain.get_item`.
38 def __init__(self, domain, name='', active=False):
40 :type domain: :py:class:`boto.sdb.domain.Domain
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 108 # DHCP Fully Qualified Domain Name, RFC4702
113 embed domain fqdn
125 define 88 array domain bcms_controller_names
170 # DHCP Domain Search, RFC3397
171 define 119 array domain domain_search
191 encap 6 domain kerberos_realm
216 define 137 domain lost_server
227 encap 1 domain is
228 encap 2 domain cs
229 encap 3 domain e
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DomainMatcher.java 77 * Check if domain is either a the same or a sub-domain of any of the domains in the domain tree
78 * in this matcher, i.e. all or or a sub-set of the labels in domain matches a path in the tree.
80 * @param domain Domain to be checked.
81 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
84 public Match isSubDomain(List<String> domain) {
87 for (String labelString : domain) {
    [all...]
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 9 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
20 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
154 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt')
160 for domain in domains:
161 domain = domain.lower() variable
163 if len(domain) > 0:
164 getBucket(buckets, domain[0]).add(domain.strip())
166 if domain.startswith('xn--')
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DomainMatcher.java 80 * Check if domain is either a the same or a sub-domain of any of the domains in the domain tree
81 * in this matcher, i.e. all or or a sub-set of the labels in domain matches a path in the tree.
82 * @param domain Domain to be checked.
83 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
86 public Match isSubDomain(List<String> domain) {
89 for (String labelString : domain) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
loop.h 50 * cloog_loop_generate), the domain is the whole iteration domain of a given
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
65 CloogDomain * domain ; /**< The iteration domain. */ member in struct:cloogloop
66 CloogDomain *unsimplified; /**< Unsimplified version of domain. */
98 CloogLoop *cloog_loop_from_domain(CloogState *state, CloogDomain *domain,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
loop.h 50 * cloog_loop_generate), the domain is the whole iteration domain of a given
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
65 CloogDomain * domain ; /**< The iteration domain. */ member in struct:cloogloop
66 CloogDomain *unsimplified; /**< Unsimplified version of domain. */
98 CloogLoop *cloog_loop_from_domain(CloogState *state, CloogDomain *domain,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 421 def find(domain, localedir=None, languages=None, all=0):
448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
461 def translation(domain, localedir=None, languages=None,
465 mofiles = find(domain, localedir, languages, all=1)
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None):
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
502 # current global domain, `messages' used for compatibility w/ GNU gettext
506 def textdomain(domain=None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 421 def find(domain, localedir=None, languages=None, all=0):
448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
461 def translation(domain, localedir=None, languages=None,
465 mofiles = find(domain, localedir, languages, all=1)
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None):
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
502 # current global domain, `messages' used for compatibility w/ GNU gettext
506 def textdomain(domain=None)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stubs_android.go 10 func socket(domain int32, typ int32, prot int32) int32
  /prebuilts/go/linux-x86/src/runtime/
stubs_android.go 10 func socket(domain int32, typ int32, prot int32) int32
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 421 def find(domain, localedir=None, languages=None, all=0):
448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
461 def translation(domain, localedir=None, languages=None,
465 mofiles = find(domain, localedir, languages, all=1)
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None):
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
502 # current global domain, `messages' used for compatibility w/ GNU gettext
506 def textdomain(domain=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 421 def find(domain, localedir=None, languages=None, all=0):
448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
461 def translation(domain, localedir=None, languages=None,
465 mofiles = find(domain, localedir, languages, all=1)
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None):
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
502 # current global domain, `messages' used for compatibility w/ GNU gettext
506 def textdomain(domain=None)
    [all...]
  /prebuilts/go/darwin-x86/src/os/user/
lookup_windows.go 14 var domain *uint16
16 err := syscall.NetGetJoinInformation(nil, &domain, &status)
20 syscall.NetApiBufferFree((*byte)(unsafe.Pointer(domain)))
52 func lookupFullName(domain, username, domainAndUser string) (string, error) {
60 name, err := lookupFullNameServer(domain, username)
64 // domain worked neigher as a domain nor as a server
65 // could be domain server unavailable
71 username, domain, t, e := usid.LookupAccount("")
78 domainAndUser := domain + `\` + usernam
    [all...]
  /prebuilts/go/linux-x86/src/os/user/
lookup_windows.go 14 var domain *uint16
16 err := syscall.NetGetJoinInformation(nil, &domain, &status)
20 syscall.NetApiBufferFree((*byte)(unsafe.Pointer(domain)))
52 func lookupFullName(domain, username, domainAndUser string) (string, error) {
60 name, err := lookupFullNameServer(domain, username)
64 // domain worked neigher as a domain nor as a server
65 // could be domain server unavailable
71 username, domain, t, e := usid.LookupAccount("")
78 domainAndUser := domain + `\` + usernam
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py 26 company's domain name (see "DOMAIN NAMED BUCKETS").
79 <B>DOMAIN NAMED BUCKETS</B>
81 by creating buckets with domain names (like "example.com").
87 currently-recognized top-level domain (such as .com), you will be required
88 to verify domain ownership.
91 If your project needs to use a domain-named bucket, you need to have
92 a team member both verify the domain and create the bucket. This is
93 because Google Cloud Storage checks for domain ownership against the
95 also be verified as an owner or manager of the domain
    [all...]
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
20-resolv.conf 29 domain=$(cd "$resolv_conf_dir"; \
30 key_get_value "domain " ${interfaces})
33 set -- ${domain}
34 domain="$1"
37 [ "$domain" = "$search" ] && search=
38 [ -n "$domain" ] && domain="domain $domain$NL"
59 printf %s "$domain$search$servers" >> "$cf
    [all...]
  /external/dnsmasq/src/
dbus.c 105 char *domain; local
175 dbus_message_iter_get_basic(&iter, &domain);
179 domain = NULL;
188 if (!(serv->flags & SERV_HAS_DOMAIN) && !domain)
194 domain &&
195 hostname_isequal(domain, serv->domain))
207 if (domain)
208 serv->domain = whine_malloc(strlen(domain)+1)
    [all...]
  /external/libdrm/nouveau/nvif/
if0003.h 6 __u8 domain; member in struct:nvif_perfdom_v0
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 10 unsigned domain; member in struct:nv50_m2mf_rect
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 19 // This pass changes the variant instructions to minimize domain crossings.
43 /// execution domain. Multiple registers may refer to the same open
45 /// domain.
51 /// domain, but if we were forced to pay the penalty of a domain crossing, we
76 // Is domain available?
77 bool hasDomain(unsigned domain) const {
78 assert(domain <
81 return AvailableDomains & (1u << domain);
84 // Mark domain as available
640 unsigned domain = countTrailingZeros(available); local
    [all...]

Completed in 814 milliseconds

1 2 3 4 56 7 8 91011>>