HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 301 - 325 of 6195) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/xml/
backup.xml 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. -->
24 <exclude domain="sharedpref" path="gcm"/>
25 <exclude domain="sharedpref" path="user_credentials"/>
27 <!-- Databases can be excluded using the "database" domain. -->
28 <exclude domain="database" path="local_secrets.db"/>
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/res/xml/
backup.xml 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. -->
24 <exclude domain="sharedpref" path="gcm"/>
25 <exclude domain="sharedpref" path="user_credentials"/>
27 <!-- Databases can be excluded using the "database" domain. -->
28 <exclude domain="database" path="local_secrets.db"/>
  /development/samples/browseable/AutoBackupForApps/res/xml/
backup.xml 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. -->
24 <exclude domain="sharedpref" path="gcm"/>
25 <exclude domain="sharedpref" path="user_credentials"/>
27 <!-- Databases can be excluded using the "database" domain. -->
28 <exclude domain="database" path="local_secrets.db"/>
  /external/e2fsprogs/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
85 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
86 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
91 stamp-po: $(srcdir)/$(DOMAIN).pot
97 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
101 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
103 $(DOMAIN).pot-update: $(srcdir)/POTFILES.in remove-potcdate.sed \
105 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
tDomain_rename.py 66 - Renaming a domain
77 # New domain creation
78 log.I("New domain creation : %s" % (self.domain_name))
82 assert err == None, "ERROR : command [createDomain] - ERROR while creating domain %s" % (self.domain_name)
84 log.I("Domain %s created" % (self.domain_name))
109 # Domain renaming iterations
110 log.I("Checking domain renaming - %s iterations" % self.renaming_iterations)
115 log.I("Renaming domain %s to %s" % (old_name,new_name))
119 assert err == None, "ERROR : command [renameDomain] - ERROR while renaming domain %s" % (old_name)
137 assert domain_renamed==new_name, "ERROR : Error while renaming domain %s" % (old_name
    [all...]
tDomain_Elements_Sequences.py 80 # Adding new domain elements
81 log.I("Working on domain %s" % (self.domain_name))
82 log.I("Adding a new domain element to domain %s" % (self.domain_name))
84 assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_1_path)
85 assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_1_path)
86 log.I("Adding a new domain element to domain %s" % (self.domain_name))
88 assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_2_path)
89 assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_2_path
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 103 typedef struct domain { struct
113 struct domain *next;
361 destroy_domain(domain_t *domain) {
366 for (ptr = domain->trans_to_raw[i]; ptr;) {
372 domain->trans_to_raw[i] = NULL;
376 for (ptr = domain->raw_to_trans[i]; ptr;) {
385 domain->raw_to_trans[i] = NULL;
387 while (domain->base_classifications) {
388 base_classification_t *next = domain->base_classifications->next;
389 free(domain->base_classifications->trans)
406 domain_t *domain = calloc(1, sizeof(domain_t)); local
724 static domain_t *domain; local
1620 domain_t *domain = domains; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ContiguousSet.java 44 * Returns a {@code ContiguousSet} containing the same values in the given domain
47 * @throws IllegalArgumentException if neither range nor the domain has a lower bound, or if
53 Range<C> range, DiscreteDomain<C> domain) {
55 checkNotNull(domain);
59 effectiveRange = effectiveRange.intersection(Range.atLeast(domain.minValue()));
62 effectiveRange = effectiveRange.intersection(Range.atMost(domain.maxValue()));
71 range.lowerBound.leastValueAbove(domain),
72 range.upperBound.greatestValueBelow(domain)) > 0;
75 ? new EmptyContiguousSet<C>(domain)
76 : new RegularContiguousSet<C>(effectiveRange, domain);
79 final DiscreteDomain<C> domain; field in class:ContiguousSet
    [all...]
  /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/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/dhcpcd/dhcpcd-hooks/
20-resolv.conf 27 domain=$(cd "$resolv_conf_dir"; \
28 key_get_value "domain " ${interfaces})
31 set -- ${domain}
32 unset domain
36 domain="domain $1\n"
58 printf "$domain$search$servers" >> "$cf"
84 conf="${conf}domain $new_domain_name\n"
85 # Support RFC violating search in domain
  /external/skia/include/gpu/
GrResourceKey.h 64 bool isValid() const { return kInvalidDomain != this->domain(); }
66 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey
68 /** size of the key data, excluding meta-data (hash, domain, etc). */
71 /** ptr to the key data, excluding meta-data (hash, domain, etc). */
80 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
82 SkASSERT(domain != kInvalidDomain);
86 SkASSERT(SkToU16(domain) == domain);
87 key->fKey[kDomainAndSize_MetaDataIdx] = domain | (size << 16);
117 // The key domain and size are packed into a single uint32_t
    [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...]
  /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...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContentRatingTest.java 31 final String DOMAIN = "android.media.tv";
37 TvContentRating rating = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING,
39 assertEquals(DOMAIN, rating.getDomain());
51 final String DOMAIN = "android.media.tv";
57 String flattened = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING,
61 assertEquals(DOMAIN, rating.getDomain());
  /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
  /external/libexif/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /ndk/sources/host-tools/make-3.81/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 224 /* Domain in which to search. */
234 struct loaded_l10nfile *domain; member in struct:known_translation_t
288 /* Name of the default domain used for gettext(3) prior any call to
292 /* Value used as the default domain for gettext(3). */
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain; local
465 /* If DOMAINNAME is NULL, we are interested in the default domain. If
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
610 domain. Return the MSGID. */
617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding)
728 struct loaded_domain *domain; local
    [all...]
  /external/parameter-framework/parameter/
ConfigurableDomains.cpp 117 strError = "Already existing configurable domain";
122 log_info("Creating configurable domain \"%s\"", strName.c_str());
130 bool CConfigurableDomains::addDomain(CConfigurableDomain& domain, bool bOverwrite,
135 string strDomainName(domain.getName());
140 strError = "Can't add domain \"" + strDomainName +
148 log_info("Adding configurable domain \"%s\"", strDomainName.c_str());
150 addChild(&domain);
157 log_info("Deleting configurable domain \"%s\"", configurableDomain.getName().c_str() );
193 log_info("Renaming configurable domain \"%s\" to \"%s\"", strName.c_str(), strNewName.c_str());
244 // Find domain
    [all...]
ConfigurableDomains.h 54 * Adds a domain object to configurable domains. The ConfigurableDomains
57 * @param[in] pDomain the domain object.
59 * domain, otherwise, an existing domain with the same name will first be
63 * @returns true if the domain was successfully added
65 bool addDomain(CConfigurableDomain& domain, bool bOverwrite, std::string& strError);
68 * Delete a domain by name
70 * @param[in] strName name of the domain to be deleted
73 * @returns true of the domain was sucessfully deleted, false otherwise (i.e.
74 * the domain didn't exist)
    [all...]
  /external/apache-http/android/src/android/net/http/
CertificateChainValidator.java 105 * @param domain The website domain
109 HttpsConnection connection, SSLSocket sslSocket, String domain)
134 return verifyServerDomainAndCertificates((X509Certificate[]) peerCertificates, domain, "RSA");
141 * @param domain The full website hostname and domain
146 byte[][] certChain, String domain, String authType)
165 return verifyServerDomainAndCertificates(serverCertificates, domain, authType);
202 * Calls DomainNamevalidator to verify the domain, and TrustManager to verify the certs.
204 * @param domain The full website hostname and domai
    [all...]
  /external/elfutils/src/po/
Makefile 9 # General Public License and is *not* in the public domain.
119 # Usually the message domain is the same as the package name.
120 DOMAIN = $(PACKAGE)
131 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
136 # the public domain; in this case the translators are expected to disclaim
190 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
191 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
198 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
199 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
204 stamp-po: $(srcdir)/$(DOMAIN).po
    [all...]

Completed in 746 milliseconds

<<11121314151617181920>>