HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 251 - 275 of 908) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 62 * This method writes one file data block. 'domain' is the name of the appropriate pseudo-
67 * domain: which semantic name the file is to be stored under (a, r, f, db, etc)
87 String8 domain(domainchars ? domainchars : "");
110 return write_tarfile(packageName, domain, rootpath, path, writer);
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 133 int WRAP(socket)(int domain, int type, int protocol) {
137 ALOGV("%s(domain:%d, type:%d, protocol:%d) {", __func__,
138 domain, type, protocol);
140 rv = REAL(socket)(domain, socktype_pton(type), protocol);
147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) {
151 ALOGV("%s(domain:%d, type:%d, protocol:%d, sv[2]:%p) {", __func__,
152 domain, type, protocol, sv);
154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv);
  /external/chromium_org/third_party/libxml/src/
error.c 249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
295 else if ((line != 0) && (domain == XML_FROM_PARSER))
301 switch (domain) {
396 else if ((line != 0) && (domain == XML_FROM_PARSER))
401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
423 * @domain: the domain for the erro
    [all...]
  /external/chromium_org/third_party/mesa/src/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/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /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;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 200 public String domain; field in class:VendorPolicyLoader.Provider
228 * $domain, $user and $email.
234 returnString = returnString.replaceAll("\\$domain", domain);
255 * @param domain The domain portion of the user's email address
258 public Provider findProviderForDomain(String domain) {
260 params.putString(FIND_PROVIDER, domain);
266 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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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.
  /system/core/libnetutils/
dhcp_utils.c 95 char *domain,
158 snprintf(prop_name, sizeof(prop_name), "%s.%s.domain", DHCP_PROP_NAME_PREFIX,
160 property_get(prop_name, domain, NULL);
194 char *domain,
247 server, lease, vendorInfo, domain, mtu) == -1) {
338 char *domain,
376 server, lease, vendorInfo, domain, mtu);
  /external/libxml2/
error.c 249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
295 else if ((line != 0) && (domain == XML_FROM_PARSER))
301 switch (domain) {
396 else if ((line != 0) && (domain == XML_FROM_PARSER))
401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
423 * @domain: the domain for the erro
    [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/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/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);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 182 * Returns domain attribute of the cookie.
184 * @return the value of the domain attribute
193 * Sets the domain attribute.
195 * @param domain The value of the domain attribute
199 public void setDomain(String domain) {
200 if (domain != null) {
201 cookieDomain = domain.toLowerCase(Locale.ENGLISH);
334 buffer.append("[domain: ");
360 /** Domain attribute. *
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.h 37 //! A Jid consists of three parts. The node, the domain and the resource.
39 //! node@domain/resource
42 //! a domain. A bare jid is defined to not have a resource and a full jid
76 const std::string & domain() const { return !data_ ? STR_EMPTY : data_->domain_name_; } function in class:buzz::Jid
126 Data(const std::string & node, const std::string &domain, const std::string & resource) :
128 domain_name_(domain),
  /external/javassist/src/main/javassist/util/proxy/
FactoryHelper.java 128 * This method uses a default protection domain for the class
142 * @param domain if it is null, a default domain is used.
145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain)
152 if (domain == null) {
160 new Integer(b.length), domain };
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 32 // It is sending out target strings that don't follow the "domain name" format.
138 logger1.severe("bad domain name: possible circular name detected. Bad offset: 0x" + Integer.toHexString(index) + " at 0x" + Integer.toHexString(pos - 2));
271 String domain = _messageInputStream.readName(); local
279 return DNSQuestion.newQuestion(domain, type, recordClass, unique);
283 String domain = _messageInputStream.readName(); local
286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true));
291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true));
300 rec = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len))
    [all...]
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 40 private static final String domainProperty = "sun.net.spi.nameservice.domain";
50 * <b>sun.net.spi.nameservice.domain</b>, and
56 String domain = System.getProperty(domainProperty); local
75 if (domain != null) {
77 Lookup.setDefaultSearchPath(new String[] {domain});
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 61 * @param usernamePassword the domain/username:password formed string
92 * @param userName The user name. This should not include the domain to authenticate with.
93 * For example: "user" is correct whereas "DOMAIN\\user" is not.
97 * @param domain The domain to authenticate within.
103 final String domain) {
108 this.principal = new NTUserPrincipal(domain, userName);
132 * @return String the domain these credentials are intended to authenticate with.
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 61 const base::string16& domain,
64 domain_(domain),
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 46 PolicyDomain domain) {
47 if (domain != POLICY_DOMAIN_CHROME)
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.cc 81 const std::string& domain,
89 replace_host.SetHostStr(domain);

Completed in 1609 milliseconds

<<11121314151617181920>>