/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/ |
test_layer2_types.py | 13 wf_type = WorkflowType(name='name', domain='test', version='1') 23 act_type = ActivityType(name='name', domain='test', version='1') 34 wf_type = WorkflowType(name='name', domain='test', version='1')
|
/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/libexif/libexif/ |
exif-log.h | 77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCode, const char *domain, 90 void exif_log (ExifLog *log, ExifLogCode, const char *domain, 106 void exif_logv (ExifLog *log, ExifLogCode, const char *domain,
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.h | 38 uint8_t domain; member in struct:nv04_resource 55 struct nv04_resource *, unsigned domain); 77 return nv04_resource(resource)->domain != 0;
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
lightRoutingUpdate.sh | 91 for domain in $(parameterExecute listDomains |grep -io '^Routing.[^ ]*') 93 log "Will delete domain $domain" 94 echo "deleteDomain $domain" >> "${tmpfile}" 101 log "Generate domain commands from file(s): $*"
|
/external/webrtc/webrtc/libjingle/xmpp/ |
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/avahi/avahi-client/ |
browser.c | 35 #include <avahi-common/domain.h> 52 char domain[AVAHI_DOMAIN_NAME_MAX]; local 53 if (avahi_normalize_name(t, domain, sizeof(domain))) 54 b->static_browse_domains = avahi_string_list_add(b->static_browse_domains, domain); 69 char domain[AVAHI_DOMAIN_NAME_MAX]; local 72 if (avahi_normalize_name(buf, domain, sizeof(domain))) 73 b->static_browse_domains = avahi_string_list_add(b->static_browse_domains, domain); 108 const char *domain, 270 char *domain = NULL; local 339 db->callback(db, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, domain, (AvahiLookupResultFlags) flags, db->userdata); local 492 char *domain, *type = NULL; local 553 b->callback(b, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, type, domain, (AvahiLookupResultFlags) flags, b->userdata); local 714 char *name = NULL, *type, *domain; local 775 b->callback(b, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, name, type, domain, (AvahiLookupResultFlags) flags, b->userdata); local [all...] |
/external/avahi/avahi-core/ |
domain-util.c | 35 #include "domain-util.h" 171 int avahi_domain_ends_with(const char *domain, const char *suffix) { 172 assert(domain); 178 if (*domain == 0) 181 if (avahi_domain_equal(domain, suffix)) 184 r = avahi_unescape_label(&domain, dummy, sizeof(dummy));
|
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/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/gdb/darwin-x86/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/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 < <i>lower bound</i>) < 126 * Access the domain value upper bound, based on <code>p</code>, used to 130 * @return domain value upper bound, i.e. P(X < <i>upper bound</i>) > 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/avahi/avahi-sharp/ |
ServiceBrowser.cs | 29 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, 36 public string Domain; 72 private string domain; field in class:Avahi.ServiceBrowser 82 byte[] domain, LookupFlags flags, 122 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified, 123 type, domain, LookupFlags.None) 127 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags) 132 this.domain = domain; 156 Utility.StringToBytes (type), Utility.StringToBytes (domain), [all...] |
ServiceResolver.cs | 32 IntPtr domain, IntPtr host, IntPtr address, 45 private string domain; field in class:Avahi.ServiceResolver 55 byte[] name, byte[] type, byte[] domain, 101 public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1, 103 name, type, domain, 111 service.ServiceType, service.Domain, 118 string type, string domain, Protocol aproto, LookupFlags flags) 125 this.domain = domain; 150 Utility.StringToBytes (domain), aproto, flags, cb, IntPtr.Zero) [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...] |
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar_test.go | 253 domain string // domain attribute in Set-Cookie header 254 wantDomain string // expected domain of cookie 288 domain, hostOnly, err := jar.domainAndType(tc.host, tc.domain) 291 tc.host, tc.domain, err, tc.wantErr) 297 if domain != tc.wantDomain || hostOnly != tc.wantHostOnly { 299 tc.host, tc.domain, domain, hostOnly, 528 "A=5; domain=.host.test; path=/path" [all...] |
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar_test.go | 253 domain string // domain attribute in Set-Cookie header 254 wantDomain string // expected domain of cookie 288 domain, hostOnly, err := jar.domainAndType(tc.host, tc.domain) 291 tc.host, tc.domain, err, tc.wantErr) 297 if domain != tc.wantDomain || hostOnly != tc.wantHostOnly { 299 tc.host, tc.domain, domain, hostOnly, 528 "A=5; domain=.host.test; path=/path" [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/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/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...] |