HomeSort by relevance Sort by last modified time
    Searched refs:SPAN (Results 1 - 25 of 36) sorted by null

1 2

  /external/ImageMagick/www/api/MagickCore/
tabs.css 51 DIV.tabs SPAN
77 DIV.tabs SPAN {float : none;}
80 DIV.tabs A:hover SPAN
91 DIV.tabs LI.current SPAN
  /external/ImageMagick/www/api/MagickWand/
tabs.css 51 DIV.tabs SPAN
77 DIV.tabs SPAN {float : none;}
80 DIV.tabs A:hover SPAN
91 DIV.tabs LI.current SPAN
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 47 public static final Tag SPAN = new TagImpl ("SPAN");
  /external/webp/src/dsp/
lossless_enc_sse2.c 82 #define SPAN 8
99 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
100 uint16_t values[SPAN];
102 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]);
121 for (i = 0; i < SPAN; ++i) ++histo[values[i]];
125 const int left_over = tile_width & (SPAN - 1);
147 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
148 uint16_t values[SPAN];
    [all...]
  /external/zlib/src/examples/
zran.c 14 its entirety, and an index built with access points about every SPAN bytes
16 be read randomly, having to decompress on the average SPAN/2 uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
137 access points about every span bytes of uncompressed output -- span is
144 local int build_index(FILE *in, off_t span, struct access **built)
215 (totout == 0 || totout - last > span)) {
374 len = build_index(in, SPAN, &index);
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 233 // A Location represents a single span of zero or more contiguous bytes of a
238 // TODO(schroederc): reuse Span from common.proto
248 // The point or span of file subtended by start and end.
249 SPAN = 1;
297 // If the location is a SPAN, only decorations contained within the
301 // If the location is a SPAN, any decorations that surround it are returned.
305 // How to treat SPAN locations.
347 // Starting byte offset of this references's anchor (source_ticket) span.
349 // Ending byte offset of this references's anchor (source_ticket) span.
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/v8/tools/turbolizer/
text-view.js 116 let span = document.createElement("SPAN");
117 span.onmousedown = function(e) {
118 view.mouseDownSpan(span, e);
121 span.classList.add(style);
123 span.innerHTML = text;
124 return span;
226 mouseDownSpan(span, e) {
234 } else if (span.link) {
235 span.link(span.textContent)
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 88 // d.innerHTML = "<span title=" + c + "lt" + c + "></span>"
89 // s = d.getElementsByTagName("SPAN")[0];
escape.go 585 // div.innerHTML = "<span title=x" + String.fromCharCode(i) + "-bar>";
586 // if (div.getElementsByTagName("SPAN")[0].title.indexOf("bar") < 0)
  /prebuilts/go/linux-x86/src/html/template/
html.go 88 // d.innerHTML = "<span title=" + c + "lt" + c + "></span>"
89 // s = d.getElementsByTagName("SPAN")[0];
escape.go 585 // div.innerHTML = "<span title=x" + String.fromCharCode(i) + "-bar>";
586 // if (div.getElementsByTagName("SPAN")[0].title.indexOf("bar") < 0)
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 346 final IElement itemname = IElement.Factory.create (Tag.SPAN);
463 final IElement itemname = IElement.Factory.create (Tag.SPAN);
640 final IElement itemname = IElement.Factory.create (Tag.SPAN);
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
prettify.js 17 j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
  /build/make/tools/droiddoc/templates-sac/assets/js/
prettify.js 17 j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
  /external/doclava/res/assets/templates-sdk/assets/js/
prettify.js 17 j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
html.go 245 if (ssalongvalues[i].nodeName == "SPAN") {
346 return fmt.Sprintf("<span class=\"%s ssa-value\">%s</span>", s, s)
355 s := fmt.Sprintf("<span class=\"%s ssa-long-value\">", v.String())
366 s += "</span>"
375 return fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", s, s)
380 s := fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", html.EscapeString(b.String()), html.EscapeString(b.Kind.String()))
451 // io.WriteString(p.w, "</span>")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
html.go 245 if (ssalongvalues[i].nodeName == "SPAN") {
346 return fmt.Sprintf("<span class=\"%s ssa-value\">%s</span>", s, s)
355 s := fmt.Sprintf("<span class=\"%s ssa-long-value\">", v.String())
366 s += "</span>"
375 return fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", s, s)
380 s := fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", html.EscapeString(b.String()), html.EscapeString(b.Kind.String()))
451 // io.WriteString(p.w, "</span>")
    [all...]