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

<<21222324252627282930>>

  /external/kernel-headers/original/linux/
pci.h 274 int (*read)(unsigned int domain, unsigned int bus, unsigned int devfn,
276 int (*write)(unsigned int domain, unsigned int bus, unsigned int devfn,
414 extern struct pci_bus *pci_find_bus(int domain, int busnr);
613 * PCI domain support. Sometimes called PCI segment (eg by ACPI),
614 * a PCI domain is defined to be a set of PCI busses which share
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 817 enum radeon_bo_domain domain)
828 desc.base.usage = domain;
829 desc.initial_domains = domain;
  /external/ppp/pppd/
options.c 116 char *domain; /* domain name set by domain option */ variable
213 { "domain", o_special, (void *)setdomain,
214 "Add given domain name to hostname",
215 OPT_PRIO | OPT_PRIV | OPT_A2STRVAL, &domain },
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResourcesPanel.js 332 var domain = parsedURL.host;
333 if (!this._domains[domain]) {
334 this._domains[domain] = true;
336 var cookieDomainTreeElement = new WebInspector.CookieTreeElement(this, domain);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 298 # IP addresses like 50 (single number, no dot) and domain-matching
337 ## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not
349 for url, domain, ok in [
368 r = pol.domain_return_ok(domain, request)
388 r'"spam"; path="/foo/"; domain="www.acme.com"; '
444 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
452 self.assertEqual(cookie.domain, ".acme.com")
461 self.assertEqual(cookie.domain, "www.acme.com")
714 # Cookies whose effective request-host name does not domain-match the
715 # domain are rejected
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 298 # IP addresses like 50 (single number, no dot) and domain-matching
337 ## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not
349 for url, domain, ok in [
368 r = pol.domain_return_ok(domain, request)
388 r'"spam"; path="/foo/"; domain="www.acme.com"; '
444 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
452 self.assertEqual(cookie.domain, ".acme.com")
461 self.assertEqual(cookie.domain, "www.acme.com")
714 # Cookies whose effective request-host name does not domain-match the
715 # domain are rejected
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c 9975 domainname type, domain; local
10796 domainname type, domain; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 977 switch (dcl.dcl_tess_domain.domain) {
979 info.prop.tp.domain = PIPE_PRIM_LINES;
982 info.prop.tp.domain = PIPE_PRIM_TRIANGLES;
985 info.prop.tp.domain = PIPE_PRIM_QUADS;
989 info.prop.tp.domain = PIPE_PRIM_MAX;
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 95 return ('DOMAIN', 'USERNAME')
99 domain = os.environ.get('USERDOMAIN')
101 if not domain or not username:
109 domain_re = re.compile('^Logon domain\s+(\S+)', re.MULTILINE)
112 domain = domain_match.group(1)
113 cached_domain = domain
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 977 switch (dcl.dcl_tess_domain.domain) {
979 info.prop.tp.domain = PIPE_PRIM_LINES;
982 info.prop.tp.domain = PIPE_PRIM_TRIANGLES;
985 info.prop.tp.domain = PIPE_PRIM_QUADS;
989 info.prop.tp.domain = PIPE_PRIM_MAX;
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 64 error.domain = WebString::fromUTF8(net::kErrorDomain);
517 // Test redirect to the same domain.
525 // Test redirect twice to the same domain.
534 // Test redirect to a different domain.
541 // Test redirect to the same domain and then to a different domain.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 381 virtual int socket(int domain, int type, int protocol) {
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 156 self.assertEqual(self.jid.domain,
339 jid = xmppserver.Jid('user%s' % self._next_jid_suffix, 'domain.com')
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 240 DEFINE_string(pmuc, "groupchat.google.com", "The persistant muc domain.");
334 Print("Invalid JID. JIDs should be in the form user@domain\n");
349 xcs.set_host(jid.domain());
callclient.cc 325 "Invalid JID. JIDs should be in the form user@domain");
797 console_->PrintLine("Invalid JID. JIDs should be in the form user@domain.");
1132 std::string domain = xmpp_client_->jid().domain(); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h     [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 1084 String domain = map.get(Fields.Domain); local
    [all...]

Completed in 1571 milliseconds

<<21222324252627282930>>