HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 276 - 300 of 1436) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
config.py 197 domain = sdb.lookup(domain_name)
198 if not domain:
199 domain = sdb.create_domain(domain_name)
200 item = domain.new_item(item_name)
212 domain = sdb.lookup(domain_name)
213 item = domain.get_item(item_name)
  /external/curl/lib/
memdebug.h 59 CURL_EXTERN curl_socket_t curl_socket(int domain, int type, int protocol,
68 CURL_EXTERN int curl_socketpair(int domain, int type, int protocol,
106 #define socket(domain,type,protocol)\
107 curl_socket(domain, type, protocol, __LINE__, __FILE__)
112 #define socketpair(domain,type,protocol,socket_vector)\
113 curl_socketpair(domain, type, protocol, socket_vector, __LINE__, __FILE__)
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 30 uint32_t domain; member in struct:nouveau_mman
131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain,
246 cache->domain = domain;
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
LogTransformer.java 165 public byte[] transform(ClassLoader loader, String className, Class<?> clazz, ProtectionDomain domain, byte[] bytes) {
168 return transform0(className, clazz, domain, bytes);
183 * @param domain
188 private byte[] transform0(String className, Class<?> clazz, ProtectionDomain domain, byte[] bytes) {
198 if (domain != null && domain.getClassLoader() != null) {
199 domain.getClassLoader().loadClass(slf4jName);
202 System.err.println("Skipping " + className + " as it doesn't have a domain or a class loader.");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 216 public String domain; field in class:VendorPolicyLoader.Provider
263 * $domain, $user and $email.
269 returnString = returnString.replaceAll("\\$domain", domain);
290 * @param domain The domain portion of the user's email address
293 public Provider findProviderForDomain(String domain) {
295 params.putString(FIND_PROVIDER, domain);
301 p.domain = domain;
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.x 85 domainname domain;
92 domainname domain;
98 domainname domain;
168 YPPUSH_NODOM = -2, /* Domain not supported */
213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */
218 * Request data structure for ypbind "Set domain" procedure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.x 87 domainname domain;
94 domainname domain;
100 domainname domain;
170 YPPUSH_NODOM = -2, /* Domain not supported */
215 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */
220 * Request data structure for ypbind "Set domain" procedure.
  /system/sepolicy/
autoplay_app.te 7 ### The autoplay_app domain is a reduced permissions sandbox allowing
13 type autoplay_app, domain;
96 neverallow autoplay_app domain:netlink_kobject_uevent_socket *;
99 neverallow autoplay_app domain:netlink_socket *;
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 477 // this domain (there may still be rules for other domains).
578 final String domain; local
581 domain = FullBackup.DATABASE_TREE_TOKEN;
584 domain = FullBackup.SHAREDPREFS_TREE_TOKEN;
587 domain = FullBackup.FILES_TREE_TOKEN;
590 domain = FullBackup.ROOT_TREE_TOKEN;
593 domain = FullBackup.DEVICE_DATABASE_TREE_TOKEN;
596 domain = FullBackup.DEVICE_SHAREDPREFS_TREE_TOKEN;
599 domain = FullBackup.DEVICE_FILES_TREE_TOKEN;
602 domain = FullBackup.DEVICE_ROOT_TREE_TOKEN
618 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, output); local
    [all...]
  /external/avahi/avahi-client/
resolver.c 67 char *name, *type, *domain, *host, *address; local
78 DBUS_TYPE_STRING, &domain,
146 r->callback(r, (AvahiIfIndex) interface, (AvahiProtocol) protocol, AVAHI_RESOLVER_FOUND, name, type, domain, host, address ? &a : NULL, port, strlst, (AvahiLookupResultFlags) flags, r->userdata); local
165 r->callback(r, r->interface, r->protocol, event, r->name, r->type, r->domain, NULL, NULL, 0, NULL, 0, r->userdata);
185 const char *domain,
201 if (!domain)
202 domain = "";
223 r->name = r->type = r->domain = NULL;
240 if (domain && domain[0]
    [all...]
internal.h 88 char *type, *domain; member in struct:AvahiServiceBrowser
100 char *domain; member in struct:AvahiServiceTypeBrowser
112 char *name, *type, *domain; member in struct:AvahiServiceResolver
  /external/libxml2/
testrecurse.c 396 int domain; local
412 domain = err->domain;
415 if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) ||
416 (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) ||
417 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
441 else if ((line != 0) && (domain == XML_FROM_PARSER)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 54 domain and importance. There are no preset classifications required, but
56 must adhere to these domain and level conventions.
59 level, we separated errors into their own domain, as even error printing
69 - there are two output files supported. Error domain output is going to
72 - colors can be specified for each domain - through this file or the
84 __OMX_DBG_DOMAIN__ - print domain
91 file:function():line domain<level> message
145 FILE *err; /* error output file - used for the error domain
187 string is less than 8 hexadecimal digits, the remaining domain mask levels
282 * domain - domain of the debug messag
    [all...]
  /external/avahi/avahi-utils/
avahi-publish.c 54 char *name, *stype, *domain, *host; member in struct:Config
133 if (avahi_entry_group_add_service_strlst(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, config->host, config->port, config->txt) < 0) {
139 if (avahi_entry_group_add_service_subtype(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, (char*) i->text) < 0) {
223 " -d --domain=DOMAIN Domain to publish service in\n"
224 " -H --host=DOMAIN Host where service resides\n"
245 { "domain", required_argument, NULL, 'd' },
257 c->host = c->name = c->domain = c->stype = NULL;
283 avahi_free(c->domain);
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 104 Test whether a domain name is local.
135 lookup for AF_INET. Output is in .in-addr.arpa domain.
158 lookup for AF_INET6. Output is in .ip6.arpa domain.
181 Compare whether the given dns name has the given domain suffix.
183 domain is ignored for the purposes of the comparison.
193 cmp_dns_suffix (const char * name, const char * domain);
321 A return of 0 implies the empty domain.
352 Test whether a domain name is in a domain covered by nss_mdns.
355 if the unqualified prefix happens to match a domain suffix
1713 char * domain; member in struct:domain_entry
    [all...]
  /external/avahi/avahi-core/
avahi-test.c 247 const char *domain,
251 avahi_log_debug("DB: (%i.%i) <%s> [%s]", iface, protocol, domain ? domain : "NULL", browser_event_to_string(event));
260 const char *domain,
264 avahi_log_debug("STB: (%i.%i) %s in <%s> [%s]", iface, protocol, service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
274 const char *domain,
277 avahi_log_debug("SB: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name ? name : "NULL", service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
  /external/avahi/avahi-daemon/
dbus-internal.h 207 void avahi_dbus_domain_browser_callback(AvahiSDomainBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *domain, AvahiLookupResultFlags flags, void* userdata);
211 void avahi_dbus_service_type_browser_callback(AvahiSServiceTypeBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata);
215 void avahi_dbus_service_browser_callback(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata);
226 const char *domain,
242 const char *domain,
dbus-protocol.c 47 #include <avahi-common/domain.h>
560 char *domain; local
566 DBUS_TYPE_STRING, &domain,
584 if (!*domain)
585 domain = NULL;
594 if (!(i->domain_browser = avahi_s_domain_browser_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, domain, (AvahiDomainBrowserType) type, (AvahiLookupFlags) flags, avahi_dbus_domain_browser_callback, i))) {
616 char *domain; local
622 DBUS_TYPE_STRING, &domain,
639 if (!*domain)
640 domain = NULL
671 char *domain, *type; local
718 char *name, *type, *domain; local
768 char *name, *type, *domain; local
    [all...]
dbus-async-service-resolver.c 60 const char *domain,
88 /* avahi_log_debug(__FILE__": [%s] Successfully resolved service <%s.%s.%s>", i->path, name, type, domain); */
98 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
115 DBUS_TYPE_STRING, &domain,
  /external/javassist/src/main/javassist/
Loader.java 140 private ProtectionDomain domain; field in class:Loader
188 domain = null;
208 * Sets the protection domain for the classes handled by this class
209 * loader. Without registering an appropriate protection domain,
214 domain = d;
378 if (domain == null)
381 return defineClass(name, classfile, 0, classfile.length, domain);
  /frameworks/support/compat/tests/java/android/support/v4/util/
PatternsCompatTest.java 127 assertTrue("Should match URL with Unicode domain name",
134 assertTrue("Should match URL without protocol and with Unicode domain name",
189 assertTrue("Should match dash in domain name",
193 assertTrue("Should match dash in domain name",
200 assertTrue("Should match underscore in domain name",
204 assertTrue("Should match underscore in domain name",
310 assertTrue("Should match URL with Unicode domain name",
314 assertTrue("hould match URL without protocol and with Unicode domain name",
417 assertTrue("Should match domain name with Unicode surrogate pairs",
475 assertTrue("Should match dash in domain name"
541 String domain = "xn--fsqu00a.xn--0zwm56d"; local
548 String domain = "xn--fsqu00a.-xn--0zwm56d"; local
555 String domain = "xn--fsqu00a.xn--0zwm56d-"; local
566 String domain = "xn--fsqu00a." + tld; local
573 String domain = "test.yu"; local
580 String domain = "mail.example.com"; local
587 String domain = "android.me"; local
594 String domain = "\\uD604\\uAE08\\uC601\\uC218\\uC99D.kr"; local
601 String domain = "__+&42.xer"; local
608 String domain = "xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c"; local
    [all...]
  /external/avahi/avahi-ui/
avahi-ui.c 37 #include <avahi-common/domain.h>
57 gchar *domain; member in struct:_AuiServiceDialogPrivate
190 g_param_spec_string("domain", _("Domain"), _("The domain to browse in, or NULL for the default domain"),
342 const char *domain,
363 g_free(d->priv->domain);
364 d->priv->domain = g_strdup(domain);
671 const gchar *domain; local
701 const char *domain; local
962 const gchar *domain; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 187 * Returns domain attribute of the cookie.
189 * @return the value of the domain attribute
198 * Sets the domain attribute.
200 * @param domain The value of the domain attribute
204 public void setDomain(String domain) {
205 if (domain != null) {
206 cookieDomain = domain.toLowerCase(Locale.ENGLISH);
339 buffer.append("[domain: ");
365 /** Domain attribute. *
    [all...]
  /external/avahi/avahi-gobject/
ga-entry-group.h 49 gchar *domain; member in struct:_GaEntryGroupService
104 domain,
123 const gchar * domain,

Completed in 1762 milliseconds

<<11121314151617181920>>