Searched defs:href (Results 1 - 25 of 44) sorted by relevance

12

/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++.pass.cpp33 std::chrono::hours& href = ++h; local
34 assert(&href == &h);
H A Dop_--.pass.cpp33 std::chrono::hours& href = --h; local
34 assert(&href == &h);
/external/autotest/frontend/client/src/autotest/common/ui/
H A DRealHyperlink.java24 public void setHref(String href) { argument
25 link.setAttribute("href", href);
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHyperRef.java19 public HyperRef (final String href, final String text, final boolean nbsp) argument
23 if ((href == null) || (href.length () == 0))
24 throw new IllegalArgumentException ("null or empty input: href");
29 getAttributes ().set (Attribute.HREF, href);
31 // TODO: does href need to be URL-encoded?
H A DHTMLDocument.java138 public void addLINK (final String type, final String href) argument
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { argument
24 this.href = href;
30 data.setValue(base + ".href", this.href);
43 private String href; field in class:KeywordEntry
H A DLinkReference.java41 public String href; field in class:LinkReference
62 * regex pattern to use when matching explicit 'a href' reference text
65 Pattern.compile("^<a href=\"([^\"]*)\">([^<]*)</a>[ \n\r\t]*$", Pattern.CASE_INSENSITIVE);
79 * and fills in href and label with error text.
369 // explicit "<a href" form
376 result.href = matcher.group(1);
379 if (DBG) System.out.println(" ---- explicit href reference");
381 result.href = result.packageInfo.htmlPage();
383 result.href = result.packageInfo.htmlPage();
415 if (DBG) System.out.println(" --- href
[all...]
/external/pdfium/fxjs/xfa/
H A Dcjx_exdata.cpp51 void CJX_ExData::href(CFXJSE_Value* pValue, function in class:CJX_ExData
H A Dcjx_image.cpp57 void CJX_Image::href(CFXJSE_Value* pValue, function in class:CJX_Image
/external/skia/experimental/svg/model/
H A DSkSVGUse.cpp20 void SkSVGUse::setHref(const SkSVGStringType& href) { argument
21 fHref = href;
35 if (const auto* href = v.as<SkSVGStringValue>()) {
36 this->setHref(*href);
H A DSkSVGGradient.cpp13 void SkSVGGradient::setHref(const SkSVGStringType& href) { argument
14 fHref = std::move(href);
33 if (const auto* href = v.as<SkSVGStringValue>()) {
34 this->setHref(*href);
85 // * href loop detection
86 // * href attribute inheritance (not just color stops)
H A DSkSVGPattern.cpp33 void SkSVGPattern::setHref(const SkSVGStringType& href) { argument
34 fHref = std::move(href);
64 if (const auto* href = v.as<SkSVGStringValue>()) {
65 this->setHref(*href);
83 const auto* href = ctx.findNodeById(fHref); local
84 if (!href || href->tag() != SkSVGTag::kPattern) {
88 return static_cast<const SkSVGPattern*>(href);
105 * (possibly due to its own ‘xlink:href’ attribute), then this element inherits the children from
107 * referenced element inherits attributes or children due to its own ‘xlink:href’ attribut
[all...]
/external/skqp/experimental/svg/model/
H A DSkSVGUse.cpp20 void SkSVGUse::setHref(const SkSVGStringType& href) { argument
21 fHref = href;
35 if (const auto* href = v.as<SkSVGStringValue>()) {
36 this->setHref(*href);
H A DSkSVGGradient.cpp13 void SkSVGGradient::setHref(const SkSVGStringType& href) { argument
14 fHref = std::move(href);
33 if (const auto* href = v.as<SkSVGStringValue>()) {
34 this->setHref(*href);
85 // * href loop detection
86 // * href attribute inheritance (not just color stops)
H A DSkSVGPattern.cpp33 void SkSVGPattern::setHref(const SkSVGStringType& href) { argument
34 fHref = std::move(href);
64 if (const auto* href = v.as<SkSVGStringValue>()) {
65 this->setHref(*href);
83 const auto* href = ctx.findNodeById(fHref); local
84 if (!href || href->tag() != SkSVGTag::kPattern) {
88 return static_cast<const SkSVGPattern*>(href);
105 * (possibly due to its own ‘xlink:href’ attribute), then this element inherits the children from
107 * referenced element inherits attributes or children due to its own ‘xlink:href’ attribut
[all...]
/external/libxml2/doc/examples/
H A Dxpath1.c150 xmlChar* href; local
178 /* find href */
179 href = next;
186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
187 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
233 cur->ns->href, cu
[all...]
/external/libxml2/
H A Drunsuite.c778 xmlChar *href = NULL; local
788 href = getString(cur,
789 "string(ts:instanceDocument/@xlink:href)");
790 if ((href == NULL) || (href[0] == 0)) {
791 test_log("testGroup line %ld misses href for schemaDocument\n",
796 path = xmlBuildURI(href, BAD_CAST base);
800 xmlGetLineNo(cur), href);
859 if (href != NULL) xmlFree(href);
875 xmlChar *href = NULL; local
[all...]
H A Dc14n.c418 const xmlChar *href; local
431 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
432 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
440 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
451 const xmlChar *href; local
464 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c731 if (ns->href == NULL) {
734 "Incomplete namespace %s href=NULL\n",
738 "Incomplete default namespace href=NULL\n");
742 fprintf(ctxt->output, "namespace %s href=",
745 fprintf(ctxt->output, "default namespace href=");
747 xmlCtxtDumpString(ctxt, ns->href);
1774 fprintf(output, "default -> %s", (char *)ns->href);
1777 (char *)ns->href);
2114 xmlChar* href; local
2134 /* find href */
[all...]
H A Dxinclude.c494 xmlChar *href; local
513 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
514 if (href == NULL) {
515 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
516 if (href == NULL)
519 if ((href[0] == '#') || (href[0] == 0))
530 if (href != NULL)
531 xmlFree(href);
2031 xmlChar *href; local
[all...]
H A Dtree.c720 * @href: the URI associated
728 * We use href==NULL in the case of an element creation where the namespace
734 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
742 if (xmlStrEqual(href, XML_XML_NAMESPACE))
765 if (href != NULL)
766 cur->href = xmlStrdup(href);
835 if (cur->href != NULL) xmlFree((char *) cur->href);
2970 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
6138 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
H A Drelaxng.c47 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
403 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGInclude
416 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGDocument
686 if (docu->href != NULL)
687 xmlFree(docu->href);
725 if (incl->href != NULL)
726 xmlFree(incl->href);
1554 xmlChar *href local
7037 xmlChar *href, *ns, *base, *URL; local
7123 xmlChar *href, *ns, *base, *URL; local
[all...]
/external/libjpeg-turbo/
H A Dturbojpeg.c357 int href=1, vref=1; local
360 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8;
362 if(dinfo->comp_info[k].h_samp_factor==href
380 int href=tjMCUHeight[i]/8, vref=tjMCUWidth[i]/8; local
383 href=vref=2;
385 if(dinfo->comp_info[k].h_samp_factor==href
/external/libxml2/include/libxml/
H A Dtree.h63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
392 const xmlChar *href; /* URL for the namespace */ member in struct:_xmlNs
768 const xmlChar *href,
773 const xmlChar *href,
993 const xmlChar *href);
/external/libxml2/python/
H A Dlibxml.c2867 xmlChar *href; local
2871 (args, (char *) "Oz:xmlNodeRemoveNsDef", &pyobj_node, &href))
2881 if (href == NULL) {
2890 if (xmlStrEqual(ns->href, href)) {

Completed in 636 milliseconds

12