HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 451 - 475 of 7722) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSet.java 41 * Returns a {@code ContiguousSet} containing the same values in the given domain
44 * @throws IllegalArgumentException if neither range nor the domain has a lower bound, or if
50 Range<C> range, DiscreteDomain<C> domain) {
52 checkNotNull(domain);
56 effectiveRange = effectiveRange.intersection(Range.atLeast(domain.minValue()));
59 effectiveRange = effectiveRange.intersection(Range.atMost(domain.maxValue()));
68 range.lowerBound.leastValueAbove(domain),
69 range.upperBound.greatestValueBelow(domain)) > 0;
72 ? new EmptyContiguousSet<C>(domain)
73 : new RegularContiguousSet<C>(effectiveRange, domain);
76 final DiscreteDomain<C> domain; field in class:ContiguousSet
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.cpp 121 strError = "Already existing configurable domain";
132 bool CConfigurableDomains::addDomain(CConfigurableDomain &domain, bool bOverwrite, string &strError)
136 string strDomainName(domain.getName());
141 strError = "Can't add domain \"" + strDomainName +
149 addChild(&domain);
243 // Find domain
257 // Find domain
273 // Find domain
287 // Find domain
303 // Find domain
305 CConfigurableDomain *domain = findConfigurableDomain(domainName, error); local
412 const CConfigurableDomain *domain = findConfigurableDomain(domainName, error); local
542 CConfigurableDomain *domain = findConfigurableDomain(domainName, error); local
    [all...]
  /external/avahi/avahi-daemon/
dbus-entry-group.c 29 #include <avahi-common/domain.h>
169 char *type, *name, *domain, *host; local
180 DBUS_TYPE_STRING, &domain,
195 if (domain && !*domain)
196 domain = NULL;
201 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) {
217 char *type, *name, *domain, *subtype; local
226 DBUS_TYPE_STRING, &domain,
236 if (domain && !*domain
250 char *type, *name, *domain; local
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
README.md 4 (referred to as "Extended Domain Description") into XML parameter-framework
11 The Extended Domain Description (EDD) has been designed to help describing
35 A domain group can contain other domain groups and domains. Those inner domains
36 will be prefixed with the name of the domain group.
38 *The tag for domain groups is `domainGroup`.*
45 domain: Flow
54 domain: IHF
74 domain: ExternalDSP
89 will create the following configurations in the `ExternalDSP` domain
    [all...]
  /packages/apps/Email/res/xml/
providers.xml 37 When a user starts this process, the email address is parsed, the domain
43 to the user when there are multiple options provided for a single domain (not currently
47 that ends with the given domain. Domains should be unique within
85 ==== DOMAIN PATTERNS ====
92 domains without knowing the exact domain.
94 An asterisk (*) is used to match that part of a domain name that is demarcated
97 An asterisk is also not greedy; it only matches a single part of a domain name;
103 is known (such as the country code in the domain).
118 $domain - the string after the @ sign in the email address the user entered
130 <provider id="gmail" label="Gmail" domain="gmail.com"
    [all...]
  /external/avahi/avahi-core/
entry.c 37 #include <avahi-common/domain.h>
41 #include <avahi-common/domain.h>
51 #include "domain-util.h"
53 static void transport_flags_from_domain(AvahiServer *s, AvahiPublishFlags *flags, const char *domain) {
55 assert(domain);
64 avahi_domain_ends_with(domain, AVAHI_MDNS_SUFFIX_LOCAL) ||
65 avahi_domain_ends_with(domain, AVAHI_MDNS_SUFFIX_ADDR_IPV4) ||
66 avahi_domain_ends_with(domain, AVAHI_MDNS_SUFFIX_ADDR_IPV6))
577 const char *domain,
600 AVAHI_CHECK_VALIDITY_SET_RET_GOTO_FAIL(s, !domain || avahi_is_valid_domain_name(domain), AVAHI_ERR_INVALID_DOMAIN_NAME)
    [all...]
  /frameworks/base/docs/html-intl/intl/in/preview/features/
security-config.jd 34 dikonfigurasi untuk domain dan aplikasi tertentu. Kemampuan
108 penyesuaian lebar-aplikasi) atau {@code domain-config} (untuk penyesuaian
109 per-domain).
126 &lt;domain-config&gt;
127 &lt;domain includeSubdomains="true"&gt;example.com&lt;/domain&gt;
131 &lt;/domain-config&gt;
151 Konfigurasi untuk membatasi set CA tepercaya mirip dengan <a href="#TrustingACustomCa">mempercayai CA khusus</a> untuk domain tertentu selain
160 &lt;domain-config&gt;
161 &lt;domain includeSubdomains="true"&gt;secure.example.com&lt;/domain&gt
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 102 Create a new search domain.
106 domain. Domain names must be unique across the domains
107 owned by an account within an AWS region. Domain names
131 domain. Domain names must be unique across the domains
132 owned by an account within an AWS region. Domain names
228 domain. Domain names must be unique across the domains
229 owned by an account within an AWS region. Domain name
    [all...]
  /external/avahi/avahi-client/
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/dhcpcd-6.8.2/
dhcpcd-embedded.c 125 "embed domain fqdn",
129 "define 88 array domain bcms_controller_names",
148 "define 119 array domain domain_search",
162 "encap 6 domain kerberos_realm",
170 "define 137 domain lost_server",
177 "encap 1 domain is",
178 "encap 2 domain cs",
179 "encap 3 domain es",
180 "define 141 array domain sip_ua_cs_list",
189 "embed array domain domains"
    [all...]
  /external/skia/include/gpu/
GrResourceKey.h 68 bool isValid() const { return kInvalidDomain != this->domain(); }
70 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey
72 /** size of the key data, excluding meta-data (hash, domain, etc). */
75 /** ptr to the key data, excluding meta-data (hash, domain, etc). */
84 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
86 SkASSERT(domain != kInvalidDomain);
90 SkASSERT(SkToU16(domain) == domain);
91 key->fKey[kDomainAndSize_MetaDataIdx] = domain | (size << 16);
121 // The key domain and size are packed into a single uint32_t
    [all...]
  /external/avahi/avahi-compat-howl/samples/
browse.c 41 sw_const_string domain,
58 fprintf(stderr, "resolve reply: 0x%x %s %s %s %s %d\n", interface_index, name, type, domain, sw_ipv4_address_name(address, name_buf, 16), port);
88 sw_const_string domain,
109 fprintf(stderr, "browse reply: Add Domain\n");
115 fprintf(stderr, "browse reply: Add Default Domain\n");
121 fprintf(stderr, "browse reply: Remove Domain\n");
127 fprintf(stderr, "browse reply: Add Service 0x%x %s %s %s\n", interface_index, name, type, domain);
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
138 fprintf(stderr, "remove service: 0x%x %s %s %s\n", interface_index, name, type, domain);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_address.py 19 ("domain", "some domain", "domain"),
65 ("domain", "some domain", "domain"),
111 ("domain", "some domain", "domain"),
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.cookie.js 16 * @example $.cookie('the_cookie', 'the_value', {expires: 7, path: '/', domain: 'jquery.com', secure: true});
31 * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
74 var domain = options.domain ? '; domain=' + options.domain : '';
76 document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
  /external/webrtc/webrtc/libjingle/xmpp/
jid_unittest.cc 19 EXPECT_EQ("dude", jid.domain());
31 EXPECT_EQ("dude", jid.domain());
43 EXPECT_EQ("dude", jid.domain());
55 EXPECT_EQ("dude", jid.domain());
67 EXPECT_EQ("", jid.domain());
79 EXPECT_EQ("", jid.domain());
91 EXPECT_EQ("", jid.domain());
103 EXPECT_EQ("muchat", jid.domain());
115 EXPECT_EQ("muchat", jid.domain());
jid.h 21 // consists of three parts: the node, the domain and the resource, e.g.:
23 // node@domain/resource
26 // a domain. A bare jid is defined to not have a resource and a full jid
38 const std::string & domain() const { return domain_name_; } function in class:buzz::Jid
66 static std::string PrepDomain(const std::string& domain, bool* valid);
67 static void PrepDomain(const std::string& domain,
  /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...]
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 31 * and has the specified domain name added. It is meant for use with
58 * Regular expression for a domain label, as per RFC 3490.
65 * Expression that matches a domain name, including international domain names in Punycode or
69 "("+ LABEL_REGEXP + "\\.)+" // Subdomains and domain
70 // Top-level domain must be at least 2 chars
86 * Constructs a new validator that uses the specified domain name as
89 public Rfc822Validator(String domain) {
90 mDomain = domain;
117 * or the domain name part of the email address have been removed
177 String domain = removeIllegalCharacters(text.substring(index + 1)); local
    [all...]
  /frameworks/base/docs/html/preview/features/
security-config.jd 107 app-wide customization) or {@code domain-config} (for per-domain
125 &lt;domain-config&gt;
126 &lt;domain includeSubdomains="true"&gt;example.com&lt;/domain&gt;
130 &lt;/domain-config&gt;
151 "#TrustingACustomCa">trusting a custom CA</a> for a specific domain except
160 &lt;domain-config&gt;
161 &lt;domain includeSubdomains="true"&gt;secure.example.com&lt;/domain&gt
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 219 /* Domain in which to search. */
229 struct loaded_l10nfile *domain; member in struct:known_translation_t
286 /* Name of the default domain used for gettext(3) prior any call to
290 /* Value used as the default domain for gettext(3). */
307 static char *plural_lookup PARAMS ((struct loaded_l10nfile *domain,
438 struct loaded_l10nfile *domain; local
469 /* If DOMAINNAME is NULL, we are interested in the default domain. If
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
614 domain. Return the MSGID. */
621 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding)
733 struct loaded_domain *domain; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
498 """Return True if text is a host domain name."""
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
515 A and B may be host domain names or IP addresses.
521 be case-insensitive.) Host A's name domain-matches host B's if
527 x.y.com domain-matches .Y.com but not Y.com.)
529 Note that domain-match is not a commutative operation: a.b.c.com
530 domain-matches .c.com, but not the reverse
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
LinearScale.java 36 // Precomputed ratio between input domain and output range.
42 * Clamp a given domain value to the given domain.
53 * Returns true if the value is within the domain.
63 * Linearly scale a given domain value into the output range.
70 * For the current domain and range parameters produce a new scale function

Completed in 1143 milliseconds

<<11121314151617181920>>