Searched defs:domain (Results 226 - 250 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc337 std::string domain = error.domain.utf8(); local
340 if (domain == net::kErrorDomain) {
341 domain = "NSURLErrorDomain";
349 domain = "WebKitErrorDomain";
359 DLOG(WARNING) << "Unknown error domain";
362 return base::StringPrintf("<NSError domain %s, code %d, failing URL \"%s\">",
363 domain.c_str(), code, error.unreachableURL.spec().data());
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc355 // NOTE: It is common for the domain and workstation fields to be empty.
362 // 16 : supplied domain security buffer (empty)
444 static int GenerateType3Msg(const base::string16& domain, argument
479 // Get domain name.
483 ucs_domain_buf = domain;
490 domain_ptr = domain.data();
491 domain_len = domain.length() * 2;
494 oem_domain_buf = base::SysWideToNativeMB(base::UTF16ToWide(domain));
603 // 28 : domain name sec buf
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h145 unsigned domain : 3; /* D3D_TESSELLATOR_DOMAIN */ member in struct:sm4_token_instruction::__anon14156::__anon14169
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c817 enum radeon_bo_domain domain)
828 desc.base.usage = domain;
829 desc.initial_domains = domain;
813 radeon_winsys_bo_create(struct radeon_winsys *rws, unsigned size, unsigned alignment, unsigned bind, enum radeon_bo_domain domain) argument
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dgenerate.cc1097 unsigned domain = RandInRange(ppapi::PepperFilePath::DOMAIN_MAX_VALID+1); local
1102 static_cast<ppapi::PepperFilePath::Domain>(domain), path);
/external/e2fsprogs/intl/
H A Ddcigettext.c234 struct loaded_l10nfile *domain; member in struct:known_translation_t
288 /* Name of the default domain used for gettext(3) prior any call to
292 /* Value used as the default domain for gettext(3). */
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain; local
465 /* If DOMAINNAME is NULL, we are interested in the default domain. If
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
610 domain. Return the MSGID. */
617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding);
619 if (domain !
728 struct loaded_domain *domain; local
1033 plural_lookup(struct loaded_l10nfile *domain, unsigned long int n, const char *translation, size_t translation_len) argument
[all...]
H A Dloadmsgcat.c772 struct loaded_domain *domain,
784 domain->codeset_cntr =
787 domain->conv = (__gconv_t) -1;
790 domain->conv = (iconv_t) -1;
793 domain->conv_tab = NULL;
848 if (__gconv_open (outcharset, charset, &domain->conv,
851 domain->conv = (__gconv_t) -1;
868 domain->conv = iconv_open (outcharset, charset);
874 domain->conv = iconv_open (outcharset, charset);
889 _nl_free_domain_conv (struct loaded_domain *domain) argument
771 _nl_init_domain_conv(struct loaded_l10nfile *domain_file, struct loaded_domain *domain, struct binding *domainbinding) argument
921 struct loaded_domain *domain; local
1400 _nl_unload_domain(struct loaded_domain *domain) argument
[all...]
/external/fio/
H A Dclient.c346 int fd, domain; local
351 domain = AF_INET6;
357 domain = AF_INET;
362 fd = socket(domain, SOCK_STREAM, 0);
/external/fio/engines/
H A Dnet.c115 .help = "UNIX domain socket",
564 int type, domain; local
567 domain = AF_INET;
570 domain = AF_INET6;
573 domain = AF_INET;
576 domain = AF_INET6;
579 domain = AF_UNIX;
587 f->fd = socket(domain, type, 0);
1003 int fd, opt, type, domain; local
1010 domain
[all...]
/external/javassist/src/main/javassist/
H A DCtClass.java1106 * protection domain is not specified.
1128 * in <code>java.lang.Class</code>. It returns the domain that
1140 * @param domain the protection domain that the class belongs to.
1141 * If it is null, the default domain created
1146 public Class toClass(ClassLoader loader, ProtectionDomain domain) argument
1153 return cp.toClass(this, loader, domain);
1161 * protection domain is not specified.
/external/libselinux/src/
H A Dandroid.c166 char *domain; member in struct:seapp_context
182 free(s->domain);
380 } else if (!strcasecmp(name, "domain")) {
381 cur->domain = strdup(value);
382 if (!cur->domain) {
466 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s path=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s",
469 cur->seinfo, cur->name.str, cur->path.str, cur->sebool, cur->domain,
603 else if (kind == SEAPP_DOMAIN && !cur->domain)
621 if (context_type_set(ctx, cur->domain))
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp664 socket$__interposed__ (int domain, int type, int protocol) argument
670 const int fd = ::socket (domain, type, protocol);
674 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i errno = %i", pid, domain, type, protocol, fd, fd_errno.get_errno());
676 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i", pid, domain, type, protocol, fd);
685 return ::socket (domain, type, protocol);
693 socketpair$__interposed__ (int domain, int type, int protocol, int fds[2]) argument
701 const int err = socketpair (domain, type, protocol, fds);
703 StringSP description_sp(new String ("pid=%i: socketpair (domain
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h145 unsigned domain : 3; /* D3D_TESSELLATOR_DOMAIN */ member in struct:sm4_token_instruction::__anon27567::__anon27580
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c817 enum radeon_bo_domain domain)
828 desc.base.usage = domain;
829 desc.initial_domains = domain;
813 radeon_winsys_bo_create(struct radeon_winsys *rws, unsigned size, unsigned alignment, unsigned bind, enum radeon_bo_domain domain) argument
/external/ppp/pppd/
H A Doptions.c116 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 },
1491 * setdomain - Set domain name to append to hostname
1501 domain = hostname + strlen(hostname);
/external/qemu/distrib/libselinux/src/
H A Dandroid.c159 char *domain; member in struct:seapp_context
175 free(s->domain);
373 } else if (!strcasecmp(name, "domain")) {
374 cur->domain = strdup(value);
375 if (!cur->domain) {
459 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s path=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s",
462 cur->seinfo, cur->name.str, cur->path.str, cur->sebool, cur->domain,
596 else if (kind == SEAPP_DOMAIN && !cur->domain)
614 if (context_type_set(ctx, cur->domain))
/external/qemu/include/
H A Dqemu-common.h302 unsigned int domain; member in struct:PCIHostDeviceAddress
/external/skia/include/gpu/
H A DGrTypes.h463 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
464 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
465 * Users of the cache must obtain a domain via GenerateDomain().
485 * Initialize the cache ID to a domain and key.
487 GrCacheID(Domain domain, const Key& key) { argument
488 SkASSERT(kInvalid_Domain != domain);
489 this->reset(domain, key);
492 void reset(Domain domain, const Key& key) { argument
493 fDomain = domain;
497 /** Has this been initialized to a valid domain */
[all...]
/external/skia/src/pdf/
H A DSkPDFShader.cpp527 SkPDFStream* makePSFunction(const SkString& psCode, SkPDFArray* domain);
678 // populate domain.
912 SkAutoTUnref<SkPDFArray> domain(new SkPDFArray);
913 domain->reserve(4);
914 domain->appendScalar(bbox.fLeft);
915 domain->appendScalar(bbox.fRight);
916 domain->appendScalar(bbox.fTop);
917 domain->appendScalar(bbox.fBottom);
942 pdfShader->insert("Domain", domain.get());
944 SkPDFStream* function = makePSFunction(functionCode, domain
1163 makePSFunction(const SkString& psCode, SkPDFArray* domain) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcfile.c929 Int VG_(socket) ( Int domain, Int type, Int protocol ) argument
935 args[0] = domain;
945 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol );
950 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol);
/external/vixl/src/a64/
H A Ddisasm-a64.cc1696 int domain = instr->ImmBarrierDomain(); local
1699 AppendToOutput("%s", options[domain][type]);
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc60 // We want to order by registry controlled domain, so we would get
70 // The canonicalized representation makes the registry controlled domain
73 // string comparison works to order hosts by registry controlled domain
92 // The host may be the registry controlled domain, in which case fail fast.
97 // Start operating to the left of the registry controlled domain, e.g. in
725 const std::string& domain) {
726 DCHECK_EQ(GetHost(), domain); local
729 flash_lso_child_ = new CookieTreeFlashLSONode(domain);
891 const std::string& domain)
892 : domain_(domain) {}
724 GetOrCreateFlashLSONode( const std::string& domain) argument
890 CookieTreeFlashLSONode( const std::string& domain) argument
1167 std::string domain = it->Domain(); local
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc1161 std::string domain = GetWebContentsAt(index)->GetURL().host(); local
1162 if (domain.empty())
1167 if (GetWebContentsAt(i)->GetURL().host() == domain)
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1083 // |list| should be: [<domain to query>].
1084 std::string domain; local
1085 CHECK(list->GetString(0, &domain));
1088 if (!base::IsStringASCII(domain)) {
1089 result->SetString("error", "non-ASCII domain name");
1098 domain, &static_state);
1124 transport_security_state->GetDynamicDomainState(domain,
1147 result->SetString("domain", static_state.domain);
1149 result->SetString("domain", dynamic_stat
1163 std::string domain; local
1197 std::string domain; local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.cc617 int ki_socket(int domain, int type, int protocol) { argument
619 return s_state.kp->socket(domain, type, protocol);
622 int ki_socketpair(int domain, int type, int protocol, int* sv) { argument
624 return s_state.kp->socketpair(domain, type, protocol, sv);

Completed in 447 milliseconds

1234567891011>>