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

<<11121314151617181920>>

  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
unit_file.py 36 ## Execute TEMPLATETYPE server in the TEMPLATETYPE domain.
38 ## <param name="domain">
40 ## Domain allowed to transition.
  /external/sepolicy/
fsck.te 2 type fsck, domain;
41 neverallow { domain -init -vold } fsck:process transition;
42 neverallow domain fsck:process dyntransition;
logd.te 2 type logd, domain, mlstrustedsubject;
18 r_dir_file(logd, domain)
38 neverallow logd domain:process ptrace;
netd.te 2 type netd, domain, mlstrustedsubject;
52 # Allow netd to spawn hostapd in it's own domain
56 # Allow netd to spawn dnsmasq in it's own domain
60 # Allow netd to start clatd in its own domain
79 neverallow netd { domain }:process ptrace;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
SkPdfType1ShadingDictionary_autogen.cpp 11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Domain", "");
20 return get("Domain", "") != NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adsnms.h 2 * This file has no copyright assigned and is placed in the Public Domain.
15 #define DOMAIN_CLASS_NAME TEXT("Domain")
35 #define DOMAIN_SCHEMA_NAME TEXT("Domain")
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 60 "<include path=\"onlyInclude.txt\" domain=\"file\"/>" +
70 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
79 "<exclude path=\"onlyExclude.txt\" domain=\"file\"/>" +
95 "<exclude path=\"exclude.txt\" domain=\"file\"/>" +
96 "<include path=\"include.txt\" domain=\"file\"/>" +
103 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
117 "<exclude path=\"exclude1.txt\" domain=\"file\"/>" +
118 "<include path=\"include1.txt\" domain=\"file\"/>" +
119 "<exclude path=\"exclude2.txt\" domain=\"database\"/>" +
120 "<include path=\"include2.txt\" domain=\"database\"/>"
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java 47 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3",
79 // <provider id="gmail" label="Gmail" domain="gmail.com">
88 assertEquals("gmail.com", testProvider.domain);
90 // <provider id="rr-generic" label="RoadRunner" domain="*.rr.com">
91 // <incoming uri="pop3://pop-server.$domain" username="$email" />
97 assertEquals("pop3://pop-server.$domain", testProvider.incomingUriTemplate);
99 assertEquals("elmore.rr.com", testProvider.domain);
101 // Domain matches 2 providers; first one wins
149 // <provider id="cox" label="Cox" domain="cox.net">
154 testProvider.domain = "cox.net"
    [all...]
  /external/parameter-framework/parameter/
ConfigurableDomain.cpp 107 log_info("Making domain \"%s\" sequence %s", getName().c_str(), bSequenceAware ? "aware" : "unaware");
255 // Parse it and create domain configuration objects
299 // Add found element to domain
336 // Get domain configuration
341 serializingContext.setError("Could not find domain configuration referred to by"
342 " configurable domain \"" + getName() + "\".");
346 // Have domain configuration parse settings for all configurable elements
362 strError = "Configurable element " + pConfigurableElement->getPath() + " already associated to configuration domain " + getName();
370 strError = "Configurable element " + pConfigurableElement->getPath() + " already owned by configuration domain " + getName();
386 strError = "Configurable element " + pConfigurableElement->getPath() + " not associated to configuration domain " + getName()
    [all...]
  /external/mdnsresponder/mDNSShared/
mDNS.1 26 .Nm Fl R Ar name type domain port Op Ar key=value ...
28 .Nm Fl B Ar type domain
30 .Nm Fl L Ar name type domain
49 API, which is built on Unix Domain Sockets and is supported on
86 .It Nm Fl R Ar name type domain port Op Ar key=value ...
88 .Ar domain
105 .Ar domain
106 is the domain in which to register the service.
107 In current implementations, only the local multicast domain "local" is
109 domain that has a working DNS Update server [RFC 2136]. Th
    [all...]
dns-sd.1 26 .Nm Fl R Ar name type domain port Op Ar key=value ...
28 .Nm Fl B Ar type domain
30 .Nm Fl L Ar name type domain
82 .It Nm Fl R Ar name type domain port Op Ar key=value ...
84 .Ar domain
101 .Ar domain
102 is the domain in which to register the service.
103 In current implementations, only the local multicast domain "local" is
105 domain that has a working DNS Update server [RFC 2136]. The
106 .Ar domain
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
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.15-4.8/sysroot/usr/include/rpcsvc/
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...]
  /external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
tDomain_creation_deletion.py 42 - Testing domain creation error
43 - Testing domain deletion error
55 self.new_domain_name = "Domain"
62 Testing domain creation error
66 - Create an already existent domain
73 - Error detected when creating an already existent domain
77 # New domain creation
78 log.I("New domain creation")
83 assert err == None, "ERROR : command [createDomain] - Error while creating domain %s" % (domain_name)
106 # Trying to add an existent domain nam
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
HypergeometricDistributionImpl.java 86 int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local
87 if (x < domain[0]) {
89 } else if (x >= domain[1]) {
92 ret = innerCumulativeProbability(domain[0], x, 1, populationSize,
100 * Return the domain for the given hypergeometric distribution parameters.
113 * Access the domain value lower bound, based on <code>p</code>, used to
117 * @return domain value lower bound, i.e. P(X &lt; <i>lower bound</i>) &lt;
126 * Access the domain value upper bound, based on <code>p</code>, used to
130 * @return domain value upper bound, i.e. P(X &lt; <i>upper bound</i>) &gt;
139 * Return the lowest domain value for the given hypergeometric distributio
199 int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local
321 final int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local
    [all...]
  /external/icu/icu4c/source/common/unicode/
idna.h 20 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
93 * Converts a single domain name label into its ASCII form for DNS lookup.
102 * @param label Input domain name label
117 * Converts a single domain name label into its Unicode form for human-readable display.
124 * @param label Input domain name label
139 * Converts a whole domain name into its ASCII form for DNS lookup.
142 * The domain name might be modified according to the types of errors.
148 * @param name Input domain name
163 * Converts a whole domain name into its Unicode form for human-readable display.
165 * The domain name might be modified according to the types of errors
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 13 * set up calls. We cache credentials on a per proxy domain per user basis.
21 * The key for this map is the proxy domain name. A given proxy authorizes a
23 * mapping of user names to AuthorizationHeader list for that proxy domain.
65 if ( authorization == null) throw new NullPointerException("Null authorization domain");
99 * proxy domain.
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 30 * domain name.
33 * reasonably be used in a URI, the domain name case is further restricted to
34 * include only those domain names which end in a recognized public suffix; see
45 * Similarly, if you know that a given string represents a domain name, use
67 * <li>A domain name, like {@code google.com}
97 // It is not any kind of IP address; must be a domain name or invalid.
100 final InternetDomainName domain = InternetDomainName.from(host); local
102 if (domain.hasPublicSuffix()) {
103 return new HostSpecifier(domain.toString());
107 "Domain name does not have a recognized public suffix: " + host)
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 46 domainname domain; local
57 DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain);
61 ConvertDomainNameToCString(&domain, domainC);
69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
105 "Usage: %s [-v level] [-t type] [-d domain]\n",
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain);
176 // mDNS query, looking for all AFP servers in the local domain.
182 domainname domain; local
197 MakeDomainNameFromDNSNameString(&domain, gServiceDomain)
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy-generate.8 43 .B sepolicy generate \-\-customize \-d DOMAIN \-n NAME [\-a ADMIN_DOMAIN]
62 This file can be used to define all the types rules for a particular domain.
65 Policy generated by \fBsepolicy generate\fP will automatically add a permissive DOMAIN to your te file. When you are satisfied that your policy works, you need to remove the permissive line from the te file to run your domain in enforcing mode.
85 If a generate is possible, this tool will print out all generate paths from the source domain to the target domain
92 .I \-d, \-\-domain
93 Enter domain type(s) which you will be extending
109 SELinux user(s) which will transition to this domain
115 Domain(s) which the confined admin will administrat
    [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
131 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt')
137 for domain in domains:
138 domain = domain.lower() variable
140 if len(domain) > 0:
141 getBucket(buckets, domain[0]).add(domain.strip())
143 if domain.startswith('xn--')
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngine.java 50 * Generates a Type1 message given the domain and workstation.
52 * @param domain Optional Windows domain name. Can be <code>null</code>.
59 String domain,
68 * @param domain Windows domain name
77 String domain,
  /libcore/luni/src/main/java/java/security/
PolicySpi.java 42 * @param domain -
43 * the domain to check.
46 * domain.
47 * @return - true if the permission is granted to the domain.
50 protected abstract boolean engineImplies(ProtectionDomain domain,
98 * @param domain -
107 protected PermissionCollection engineGetPermissions(ProtectionDomain domain) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 24 public static List<String> splitDomain(String domain) {
26 if (domain.endsWith("."))
27 domain = domain.substring(0, domain.length() - 1);
28 int at = domain.indexOf('@');
30 domain = domain.substring(at + 1);
32 String[] labels = domain.toLowerCase().split("\\.");
58 public static String getMccMnc(List<String> domain) {
    [all...]

Completed in 1201 milliseconds

<<11121314151617181920>>