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

<<21222324252627282930>>

  /external/avahi/avahi-ui/
bssh.c 36 #include <avahi-common/domain.h>
49 char *domain; member in struct:Config
60 " -d --domain=DOMAIN The domain to browse in\n"),
72 { "domain", required_argument, NULL, 'd' },
92 avahi_free(c->domain);
93 c->domain = avahi_strdup(optarg);
129 config.domain = NULL;
166 aui_service_dialog_set_domain (AUI_SERVICE_DIALOG(d), config.domain);
    [all...]
  /external/avahi/examples/
client-browse-services.c 45 const char *domain,
59 fprintf(stderr, "(Resolver) Failed to resolve service '%s' of type '%s' in domain '%s': %s\n", name, type, domain, avahi_strerror(avahi_client_errno(avahi_service_resolver_get_client(r))));
65 fprintf(stderr, "Service '%s' of type '%s' in domain '%s':\n", name, type, domain);
101 const char *domain,
118 fprintf(stderr, "(Browser) NEW: service '%s' of type '%s' in domain '%s'\n", name, type, domain);
125 if (!(avahi_service_resolver_new(c, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, c)))
131 fprintf(stderr, "(Browser) REMOVE: service '%s' of type '%s' in domain '%s'\n", name, type, domain)
    [all...]
core-browse-services.c 56 const char *domain,
70 fprintf(stderr, "(Resolver) Failed to resolve service '%s' of type '%s' in domain '%s': %s\n", name, type, domain, avahi_strerror(avahi_server_errno(server)));
76 fprintf(stderr, "(Resolver) Service '%s' of type '%s' in domain '%s':\n", name, type, domain);
109 const char *domain,
127 fprintf(stderr, "(Browser) NEW: service '%s' of type '%s' in domain '%s'\n", name, type, domain);
134 if (!(avahi_s_service_resolver_new(s, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, s)))
140 fprintf(stderr, "(Browser) REMOVE: service '%s' of type '%s' in domain '%s'\n", name, type, domain)
    [all...]
  /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
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...]
  /system/sepolicy/
vold.te 2 type vold, domain, domain_deprecated;
23 # domain when working with untrusted block devices
85 allow vold domain:dir r_dir_perms;
86 allow vold domain:{ file lnk_file } r_file_perms;
87 allow vold domain:process { signal sigkill };
98 # Run fsck in the fsck domain.
198 neverallow { domain -vold } vold_data_file:dir ~{ open create read getattr setattr search relabelto ioctl };
199 neverallow { domain -vold } vold_data_file:notdevfile_class_set ~{ relabelto getattr };
200 neverallow { domain -vold -init } vold_data_file:dir *;
201 neverallow { domain -vold -init } vold_data_file:notdevfile_class_set *
    [all...]
attributes 11 attribute domain;
13 # Temporary attribute used for migrating permissions out of domain.
14 # Motivation: Domain is overly permissive. Start removing permissions
15 # from domain and assign them to the domain_deprecated attribute.
16 # Domain_deprecated and domain can initially be assigned to all
19 # reassigning the appropriate permissions to the inheriting domain
37 # All types used for domain entry points.
  /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,
  /external/curl/docs/libcurl/opts/
CURLOPT_UNIX_SOCKET_PATH.3 25 CURLOPT_UNIX_SOCKET_PATH \- set Unix domain socket
31 Enables the use of Unix domain sockets as connection endpoint and sets the path
32 to \fIpath\fP. If \fIpath\fP is NULL, then Unix domain sockets are disabled. An
34 Unix domain sockets.
36 When enabled, cURL will connect to the Unix domain socket instead of
48 connect to a certain Unix domain socket is not possible.
50 Default is NULL, meaning that no Unix domain sockets are used.
  /external/mdnsresponder/mDNSShared/
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...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
Utils.java 25 public static List<String> splitDomain(String domain) {
27 if (domain.endsWith("."))
28 domain = domain.substring(0, domain.length() - 1);
29 int at = domain.indexOf('@');
31 domain = domain.substring(at + 1);
33 String[] labels = domain.toLowerCase().split("\\.");
74 public static String getMccMnc(List<String> domain) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 29 public static List<String> splitDomain(String domain) {
31 if (domain.endsWith("."))
32 domain = domain.substring(0, domain.length() - 1);
33 int at = domain.indexOf('@');
35 domain = domain.substring(at + 1);
37 String[] labels = domain.toLowerCase().split("\\.");
79 public static String getMccMnc(List<String> domain) {
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Split.py 83 - Split a configuration element associated to a domain
84 - Check that the configuration element children are associated to the domain
86 - Add a configuration element to another domain and heck that this element is
87 conflicting while not removed from original domain.
110 # Checking domain integrity
114 assert err == None, log.E("Command [listAssociatedDomains] : error when listing domain name")
123 assert element_found==1, log.F("configurable element %s not correctly associated to domain %s" % (self.path_main, self.domain_1))
124 log.I("configurable element %s correctly associated to domain %s" % (self.path_main, self.domain_1))
143 # Checking that child element belong to domain
148 # Checking that child element is not associated to domain, and only belong to i
    [all...]
  /external/curl/lib/
cookie.c 37 const char *domain, const char *path);
66 Set-cookie: PRODUCTINFO=webxpress; domain=.fidelity.com; path=/; secure
68 domain=.fidelity.com; path=/ftgw; secure
70 domain=.fidelity.com; path=/; secure
72 domain=.fidelity.com; path=/; secure
74 domain=.fidelity.com; path=/; secure
76 domain=.fidelity.com; path=/; secure
79 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/; secure
106 free(co->domain);
128 RFC6265 4.1.2.3. The Domain Attribute says
    [all...]
  /libcore/ojluni/src/main/java/java/net/
IDN.java 31 * Provides methods to convert internationalized domain names (IDNs) between
33 * Internationalized domain names can use characters from the entire range of
34 * Unicode, while traditional domain names are restricted to ASCII characters.
36 * can be used with software (such as the Domain Name System) that only
37 * understands traditional domain names.
39 * <p>Internationalized domain names are defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
44 * domain name string back and forth.
48 * <li>If the ALLOW_UNASSIGNED flag is used, the domain name string to be converted
58 * domain name support. For example, English domain names may be <i>homographed</i
    [all...]
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 53 XAuint32 *domain) /* [out] */
57 if (NULL == domain) {
63 *domain = XA_DOMAINTYPE_UNKNOWN;
68 *domain = XA_DOMAINTYPE_UNKNOWN;
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain;
117 switch (streamInfo.domain) {
141 "unknown domain %u", streamIndex, streamInfo.domain);
304 contInf.domain = XA_DOMAINTYPE_CONTAINER
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
ieee754.txt 107 values are a domain error or zero division error and NaN result in a
117 ValueError: math domain error
132 ValueError: math domain error
136 ValueError: math domain error
142 ValueError: math domain error
146 ValueError: math domain error
152 ValueError: math domain error
156 ValueError: math domain error
174 ValueError: math domain error
178 ValueError: math domain erro
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
ieee754.txt 107 values are a domain error or zero division error and NaN result in a
117 ValueError: math domain error
132 ValueError: math domain error
136 ValueError: math domain error
142 ValueError: math domain error
146 ValueError: math domain error
152 ValueError: math domain error
156 ValueError: math domain error
174 ValueError: math domain error
178 ValueError: math domain erro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
ieee754.txt 107 values are a domain error or zero division error and NaN result in a
117 ValueError: math domain error
132 ValueError: math domain error
136 ValueError: math domain error
142 ValueError: math domain error
146 ValueError: math domain error
152 ValueError: math domain error
156 ValueError: math domain error
174 ValueError: math domain error
178 ValueError: math domain erro
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
ieee754.txt 107 values are a domain error or zero division error and NaN result in a
117 ValueError: math domain error
132 ValueError: math domain error
136 ValueError: math domain error
142 ValueError: math domain error
146 ValueError: math domain error
152 ValueError: math domain error
156 ValueError: math domain error
174 ValueError: math domain error
178 ValueError: math domain erro
    [all...]
  /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...]
  /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...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 25 struct nv04_resource *buf, unsigned domain)
32 if (domain == NOUVEAU_BO_VRAM) {
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
51 buf->domain = domain;
74 buf->domain = 0;
79 struct nv04_resource *buf, unsigned domain)
83 return nouveau_buffer_allocate(screen, buf, domain);
112 assert(buf->domain == NOUVEAU_BO_VRAM)
    [all...]

Completed in 301 milliseconds

<<21222324252627282930>>