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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/NetworkSecurityConfigTest/res/xml/
bad_config4.xml 5 <domain>android.com</domain>
override_dedup.xml 4 <domain-config>
5 <domain>android.com</domain>
12 </domain-config>
14 anchors in the domain config-above with ones that have overridePins set. -->
  /external/avahi/avahi-sharp/en/Avahi/
DomainInfoArgs.xml 13 <MemberSignature Language="C#" Value="public DomainInfoArgs (Avahi.DomainInfo domain);" />
16 <Parameter Name="domain" Type="Avahi.DomainInfo" />
19 <param name="domain">To be added.</param>
24 <Member MemberName="Domain">
25 <MemberSignature Language="C#" Value="public Avahi.DomainInfo Domain { get; };" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
union_domain.h 15 CloogDomain *domain; /**< An element of the list. */ member in struct:cloognameddomainlist
16 CloogScattering *scattering; /**< Scattering function for domain. */
17 char *name; /**< Name of the domain. */
29 CloogNamedDomainList *domain; member in struct:clooguniondomain
40 const char *name, CloogDomain *domain, CloogScattering *scattering,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
union_domain.h 15 CloogDomain *domain; /**< An element of the list. */ member in struct:cloognameddomainlist
16 CloogScattering *scattering; /**< Scattering function for domain. */
17 char *name; /**< Name of the domain. */
29 CloogNamedDomainList *domain; member in struct:clooguniondomain
40 const char *name, CloogDomain *domain, CloogScattering *scattering,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
25 self.assertEqual(nrc.hosts['host1.domain.com'],
44 self.assertEqual(nrc.hosts['host.domain.com'], ('log', 'acct', passwd))
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
63 self.assertEqual(nrc.hosts['foo.domain.com'], ('bar', None, passwd))
64 self.assertEqual(nrc.hosts['bar.domain.com'], ('foo', None, 'pass'))
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pas
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
25 self.assertEqual(nrc.hosts['host1.domain.com'],
44 self.assertEqual(nrc.hosts['host.domain.com'], ('log', 'acct', passwd))
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
63 self.assertEqual(nrc.hosts['foo.domain.com'], ('bar', None, passwd))
64 self.assertEqual(nrc.hosts['bar.domain.com'], ('foo', None, 'pass'))
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pas
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
25 self.assertEqual(nrc.hosts['host1.domain.com'],
44 self.assertEqual(nrc.hosts['host.domain.com'], ('log', 'acct', passwd))
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
63 self.assertEqual(nrc.hosts['foo.domain.com'], ('bar', None, passwd))
64 self.assertEqual(nrc.hosts['bar.domain.com'], ('foo', None, 'pass'))
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
25 self.assertEqual(nrc.hosts['host1.domain.com'],
44 self.assertEqual(nrc.hosts['host.domain.com'], ('log', 'acct', passwd))
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
63 self.assertEqual(nrc.hosts['foo.domain.com'], ('bar', None, passwd))
64 self.assertEqual(nrc.hosts['bar.domain.com'], ('foo', None, 'pass'))
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pas
    [all...]
  /system/sepolicy/
keystore.te 1 type keystore, domain, domain_deprecated;
26 neverallow { domain -keystore } keystore_data_file:dir ~{ open create read getattr setattr search relabelto ioctl };
27 neverallow { domain -keystore } keystore_data_file:notdevfile_class_set ~{ relabelto getattr };
29 neverallow { domain -keystore -init } keystore_data_file:dir *;
30 neverallow { domain -keystore -init } keystore_data_file:notdevfile_class_set *;
seapp_contexts 39 # domain (string)
43 # Only entries that specify domain= will be used for app process labeling.
59 # only the system server can be in system_server domain
60 neverallow isSystemServer=false domain=system_server
61 neverallow isSystemServer="" domain=system_server
64 neverallow user=((?!system).)* domain=system_app
71 # neverallow shared relro to any other domain
73 neverallow user=shared_relro domain=((?!shared_relro).)*
74 neverallow user=((?!shared_relro).)* domain=shared_relro
76 # neverallow non-isolated uids into isolated_app domain
    [all...]
te_macros 10 # Old domain may exec the file and transition to the new domain.
13 # New domain is entered by executing the file.
15 # New domain can send SIGCHLD to its caller.
36 # file_type_trans(domain, dir_type, file_type)
37 # Allow domain to create a file labeled file_type in a
44 # Allow the domain to add entries to the directory.
46 # Allow the domain to create the file.
52 # file_type_auto_trans(domain, dir_type, file_type)
54 # they are created by domain in directories labeled dir_type
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicDomainHandler.java 57 throw new MalformedCookieException("Missing value for domain attribute");
60 throw new MalformedCookieException("Blank value for domain attribute");
73 // Validate the cookies domain attribute. NOTE: Domains without
75 // have DNS names. Since they have no dots, to domain-match the
76 // request-host and domain must be identical for the cookie to sent
79 String domain = cookie.getDomain(); local
80 if (domain == null) {
81 throw new MalformedCookieException("Cookie domain may not be null");
85 // A Set-Cookie2 with Domain=ajax.com will be accepted.
87 // domain must match hos
115 String domain = cookie.getDomain(); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_connection.py 5 from boto.cloudsearch2.domain import Domain
32 "ARN": "arn:aws:cs:us-east-1:1234567890:domain/demo",
59 domain = Domain(self, api_response['CreateDomainResponse']
64 domain.doc_service_endpoint,
66 self.assertEqual(domain.service_arn,
67 "arn:aws:cs:us-east-1:1234567890:domain/demo")
69 domain.search_service_endpoint,
73 """Check that domain statuses are correctly returned from AWS""
    [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/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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
connection.py 26 from boto.sdb.domain import Domain, DomainMetaData
44 :class:`Domain <boto.sdb.domain.Domain>`
47 :class:`Domain <boto.sdb.domain.Domain>`.
72 :class:`Domain <boto.sdb.domain.Domain>` objects and their associate
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
InternetDomainNameTest.java 46 * A domain part which is valid under lenient validation, but invalid under
213 final InternetDomainName domain = InternetDomainName.from(name); local
214 assertTrue(name, domain.isPublicSuffix());
215 assertTrue(name, domain.hasPublicSuffix());
216 assertFalse(name, domain.isUnderPublicSuffix());
217 assertFalse(name, domain.isTopPrivateDomain());
218 assertEquals(domain, domain.publicSuffix());
222 final InternetDomainName domain = InternetDomainName.from(name); local
223 assertFalse(name, domain.isPublicSuffix())
231 final InternetDomainName domain = InternetDomainName.from(name); local
240 final InternetDomainName domain = InternetDomainName.from(name); local
249 final InternetDomainName domain = InternetDomainName.from(name); local
260 final InternetDomainName domain = InternetDomainName.from(name); local
287 InternetDomainName domain = InternetDomainName.from("foo.com"); local
348 InternetDomainName domain = InternetDomainName.from(inputName); local
368 InternetDomainName domain = InternetDomainName.from("foo.teledata.mz"); local
380 InternetDomainName domain = InternetDomainName.from("www.essex.sch.uk"); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java 48 * A domain part which is valid under lenient validation, but invalid under
215 final InternetDomainName domain = InternetDomainName.from(name); local
216 assertTrue(name, domain.isPublicSuffix());
217 assertTrue(name, domain.hasPublicSuffix());
218 assertFalse(name, domain.isUnderPublicSuffix());
219 assertFalse(name, domain.isTopPrivateDomain());
220 assertEquals(domain, domain.publicSuffix());
224 final InternetDomainName domain = InternetDomainName.from(name); local
225 assertFalse(name, domain.isPublicSuffix())
233 final InternetDomainName domain = InternetDomainName.from(name); local
242 final InternetDomainName domain = InternetDomainName.from(name); local
251 final InternetDomainName domain = InternetDomainName.from(name); local
262 final InternetDomainName domain = InternetDomainName.from(name); local
289 InternetDomainName domain = InternetDomainName.from("foo.com"); local
350 InternetDomainName domain = InternetDomainName.from(inputName); local
370 InternetDomainName domain = InternetDomainName.from("foo.teledata.mz"); local
382 InternetDomainName domain = InternetDomainName.from("www.essex.sch.uk"); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
layer2.py 26 from boto.cloudsearch2.domain import Domain
60 Return a list of objects for each domain defined in the
62 :rtype: list of :class:`boto.cloudsearch2.domain.Domain`
70 return [Domain(self.layer1, data) for data in domain_data]
74 Create a new CloudSearch domain and return the corresponding object.
75 :return: Domain object, or None if the domain isn't found
76 :rtype: :class:`boto.cloudsearch2.domain.Domain
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sdb/
test_connection.py 44 domain = c.create_domain('bad:domain:name')
50 domain = c.create_domain(domain_name)
58 domain.put_attributes(item_1, attrs_1)
61 domain.put_attributes(item_2, attrs_2)
64 item = domain.get_attributes(item_1, consistent_read=True)
71 rs = domain.select(query, consistent_read=True)
77 rs = domain.select(query, consistent_read=True)
84 stat = domain.delete_attributes(item_1)
87 # now try a batch put operation on the domain
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_connection.py 5 from boto.cloudsearch.domain import Domain
56 domain = Domain(self, api_response)
58 self.assertEqual(domain.doc_service_arn,
61 domain.doc_service_endpoint,
63 self.assertEqual(domain.search_service_arn,
66 domain.search_service_endpoint,
70 """Check that domain statuses are correctly returned from AWS"""
73 domain = Domain(self, api_response
    [all...]
  /external/libexif/libexif/
i18n.h 39 # define dgettext(Domain,Message) (Message)
40 # define dcgettext(Domain,Message,Type) (Message)
42 # define bind_textdomain_codeset(Domain,Codeset)
43 # define bindtextdomain(Domain,Directory)
45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset)
46 # define bindtextdomain(Domain,Directory) (Domain)
  /external/skia/src/gpu/effects/
GrTextureDomain.h 23 * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped
24 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to
26 * domain to affect the read value unless the caller considers this when calculating the domain.
31 // Ignore the texture domain rectangle.
33 // Clamp texture coords to the domain rectangle.
35 // Treat the area outside the domain rectangle as fully transparent.
38 // read texels outside of the domain. We could perform additional texture reads and filte
58 const SkRect& domain() const { return fDomain; } function in class:GrTextureDomain
    [all...]
  /frameworks/base/core/java/android/security/net/config/
Domain.java 21 public final class Domain {
23 * Lower case hostname for this domain rule.
28 * Whether this domain includes subdomains.
32 public Domain(String hostname, boolean subdomainsIncluded) {
50 if (!(other instanceof Domain)) {
53 Domain otherDomain = (Domain) other;

Completed in 692 milliseconds

1 2 3 45 6 7 8 91011>>