HomeSort by relevance Sort by last modified time
    Searched refs:SPAN (Results 1 - 25 of 44) 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
  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java 56 private static final TypefaceSpan SPAN = new TypefaceSpan("serif");
60 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
225 assertEquals(SPAN, spans[0]);
227 assertEquals(SPAN_START, s.getSpanStart(SPAN));
228 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
229 assertTrue((s.getSpanFlags(SPAN) & Spanned.SPAN_INCLUSIVE_EXCLUSIVE) != 0);
237 final BackgroundColorSpan span = new BackgroundColorSpan(Color.RED); local
242 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
245 assertEquals(SPAN_START, s.getSpanStart(span));
246 assertEquals(SPAN_END, s.getSpanEnd(span));
    [all...]
  /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 83 #define SPAN 8
100 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
101 uint16_t values[SPAN];
103 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]);
122 for (i = 0; i < SPAN; ++i) ++histo[values[i]];
126 const int left_over = tile_width & (SPAN - 1);
148 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
149 uint16_t values[SPAN];
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java 62 private static final LocaleSpan SPAN = new LocaleSpan(Locale.US);
66 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
205 assertEquals(SPAN, spans[0]);
207 assertEquals(SPAN_START, s.getSpanStart(SPAN));
208 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
209 assertTrue((s.getSpanFlags(SPAN) & Spanned.SPAN_INCLUSIVE_EXCLUSIVE) != 0);
217 final BackgroundColorSpan span = new BackgroundColorSpan(Color.RED); local
222 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
225 assertEquals(SPAN_START, s.getSpanStart(span));
226 assertEquals(SPAN_END, s.getSpanEnd(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);
  /toolchain/binutils/binutils-2.27/zlib/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 646 // div.innerHTML = "<span title=x" + String.fromCharCode(i) + "-bar>";
647 // 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 646 // div.innerHTML = "<span title=x" + String.fromCharCode(i) + "-bar>";
647 // 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"],
  /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"],
  /sdk/templates/docs/
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 257 if (ssalongvalues[i].nodeName == "SPAN") {
360 return fmt.Sprintf("<span class=\"%s ssa-value\">%s</span>", s, s)
369 s := fmt.Sprintf("<span class=\"%s ssa-long-value\">", v.String())
371 linenumber := "<span class=\"line-number\">(?)</span>"
373 linenumber = fmt.Sprintf("<span class=\"line-number\">(%d)</span>", v.Pos.Line())
400 s += "</span>"
409 return fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", s, s
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
html.go 257 if (ssalongvalues[i].nodeName == "SPAN") {
360 return fmt.Sprintf("<span class=\"%s ssa-value\">%s</span>", s, s)
369 s := fmt.Sprintf("<span class=\"%s ssa-long-value\">", v.String())
371 linenumber := "<span class=\"line-number\">(?)</span>"
373 linenumber = fmt.Sprintf("<span class=\"line-number\">(%d)</span>", v.Pos.Line())
400 s += "</span>"
409 return fmt.Sprintf("<span class=\"%s ssa-block\">%s</span>", s, s
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 

Completed in 660 milliseconds

1 2