/external/chromium/net/http/ |
http_auth_sspi_win.h | 177 // Splits |combined| into domain and username. 178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user| 180 // If |combined| is of form "bar", |domain| will be empty and |user| will 182 // |domain| and |user| must be non-NULL. 184 string16* domain,
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl.h | 83 //! Sets an alternate domain from which we allows TLS certificates. 86 //! domain. 205 void StartTls(const std::string & domain);
|
xmpptask.cc | 148 // It is legal for the server to identify itself with "domain" or 149 // "myself@domain" 151 return (from == Jid(me.domain())) || (from == me.BareJid());
|
/external/chromium_org/chrome/browser/automation/ |
automation_util.cc | 326 cookie_dict->SetString("domain", cookie.Domain()); 387 std::string domain; local 402 if (cookie_dict->HasKey("domain") && 403 !cookie_dict->GetString("domain", &domain)) { 404 reply.SendError("optional 'domain' invalid"); 439 GURL(url), name, value, domain, path, base::Time(), 454 &SetCookieWithDetailsOnIOThread, GURL(url), *cookie.get(), domain,
|
/external/chromium_org/chrome/browser/policy/ |
policy_domain_descriptor_unittest.cc | 36 EXPECT_EQ(POLICY_DOMAIN_EXTENSIONS, descriptor->domain()); 84 // Unknown components of the domain are filtered out.
|
/external/chromium_org/chrome/common/ |
content_settings_pattern.cc | 32 // Returns true if |sub_domain| is a sub domain or equls |domain|. E.g. 33 // "mail.google.com" is a sub domain of "google.com" but "evilhost.com" is not a 36 const std::string& domain) { 37 // The empty string serves as wildcard. Each domain is a subdomain of the 39 if (domain.empty()) 41 const size_t match = sub_domain.rfind(domain); 44 (match + domain.length() != sub_domain.length())) { 50 // Compares two domain names. 62 // domain names are stored in puny code. So it's fine to use the compar [all...] |
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_client_impl.cc | 40 const std::string& domain, 44 domain, address_family, callback, mdns_client_)); 391 const std::string& domain, 395 : domain_(domain), address_family_(address_family), callback_(callback),
|
/external/chromium_org/chromeos/dbus/ |
mock_cryptohome_client.h | 122 const std::string& domain,
|
/external/chromium_org/content/browser/devtools/ |
devtools_protocol.h | 29 std::string domain() { return domain_; } function in class:content::DevToolsProtocol::Message
|
/external/chromium_org/content/renderer/media/android/ |
media_info_loader.cc | 153 << ", domain=" << error.domain.utf8().data()
|
/external/chromium_org/net/http/ |
http_auth_sspi_win.h | 177 // Splits |combined| into domain and username. 178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user| 180 // If |combined| is of form "bar", |domain| will be empty and |user| will 182 // |domain| and |user| must be non-NULL. 184 base::string16* domain,
|
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/ |
rostertask.cc | 168 from != Jid(GetClient()->jid().domain()))
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomlookuptask.cc | 132 // <room-domain>hangout.google.com</room-domain> 164 room.domain = room_domain_elem->BodyText();
|
xmppengineimpl.h | 82 //! Sets an alternate domain from which we allows TLS certificates. 85 //! domain. 205 void StartTls(const std::string& domain);
|
xmpptask.cc | 154 // It is legal for the server to identify itself with "domain" or 155 // "myself@domain" 157 return (from == Jid(me.domain())) || (from == me.BareJid());
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_fragprog.c | 56 if (nv04_resource(fp->buffer)->domain != NOUVEAU_BO_VRAM)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_winsys.h | 30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_fragprog.c | 56 if (nv04_resource(fp->buffer)->domain != NOUVEAU_BO_VRAM)
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_winsys.h | 30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
|
/external/openssh/openbsd-compat/ |
bsd-misc.c | 73 const char *user, const char *domain)
|
/external/smack/src/org/xbill/DNS/ |
Name.java | 9 * A representation of a domain name. It may either be absolute (fully 554 subdomain(Name domain) { 556 int dlabels = domain.labels(); 560 return equals(domain); 561 return domain.equals(name, offset(labels - dlabels));
|
/external/stressapptest/src/ |
os.h | 33 int32 domain; member in struct:PCIDevice
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config.h | 153 * domain - Home service provider FQDN 155 * This is used to compare against the Domain Name List to figure out 158 char *domain; member in struct:wpa_cred 322 * For UNIX domain sockets (default on Linux and BSD): This is a 323 * directory that will be created for UNIX domain sockets for listening 370 * UNIX domain sockets should now be specified using GROUP=group in
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 129 public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); } 130 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { os.socketpair(domain, type, protocol, fd1, fd2); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cciss_ioctl.h | 14 unsigned short domain; member in struct:_cciss_pci_info_struct
|